Home
last modified time | relevance | path

Searched refs:HasShifterOperand (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc30 using helpers::HasShifterOperand;
90 DCHECK(HasShifterOperand(use, InstructionSet::kArm)); in TryMergeIntoShifterOperand()
172 if (!HasShifterOperand(user, InstructionSet::kArm)) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc28 using helpers::HasShifterOperand;
96 DCHECK(HasShifterOperand(use, InstructionSet::kArm64)); in TryMergeIntoShifterOperand()
176 if (!HasShifterOperand(user, InstructionSet::kArm64)) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_shared.h44 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) { in HasShifterOperand() function
Dcommon_arm64.h38 using helpers::HasShifterOperand;
370 DCHECK(HasShifterOperand(instruction, InstructionSet::kArm64)); in ShifterOperandSupportsExtension()
Dcommon_arm.h34 using helpers::HasShifterOperand;