Home
last modified time | relevance | path

Searched refs:ShifterOperandSupportsExtension (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc33 using helpers::ShifterOperandSupportsExtension;
141 if (HDataProcWithShifterOp::IsExtensionOp(op_kind) && !ShifterOperandSupportsExtension(use)) { in TryMergeIntoShifterOperand()
Dcommon_arm64.h369 inline bool ShifterOperandSupportsExtension(HInstruction* instruction) { in ShifterOperandSupportsExtension() function