Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc29 using helpers::HasShifterOperand;
87 DCHECK(HasShifterOperand(use, InstructionSet::kArm)); in TryMergeIntoShifterOperand()
169 if (!HasShifterOperand(user, InstructionSet::kArm)) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc27 using helpers::HasShifterOperand;
93 DCHECK(HasShifterOperand(use, InstructionSet::kArm64)); in TryMergeIntoShifterOperand()
173 if (!HasShifterOperand(user, InstructionSet::kArm64)) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_shared.h41 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) { in HasShifterOperand() function
Dcommon_arm64.h37 using helpers::HasShifterOperand;
360 DCHECK(HasShifterOperand(instruction, InstructionSet::kArm64)); in ShifterOperandSupportsExtension()
Dcommon_arm.h33 using helpers::HasShifterOperand;