Home
last modified time | relevance | path

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

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