HomeSort by relevance Sort by last modified time
    Searched refs:HasShifterOperand (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 28 using helpers::HasShifterOperand;
37 DCHECK(HasShifterOperand(use, kArm));
119 if (!HasShifterOperand(user, kArm)) {
instruction_simplifier_arm64.cc 27 using helpers::HasShifterOperand;
36 DCHECK(HasShifterOperand(use, kArm64));
116 if (!HasShifterOperand(user, kArm64)) {
instruction_simplifier_shared.h 41 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) {
common_arm.h 34 using helpers::HasShifterOperand;
231 DCHECK(HasShifterOperand(instruction, kArm));
common_arm64.h 37 using helpers::HasShifterOperand;
336 DCHECK(HasShifterOperand(instruction, kArm64));

Completed in 250 milliseconds