Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp181 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
2770 bool ARMFastISel::SelectShift(const Instruction *I, in SelectShift() function in ARMFastISel
2885 return SelectShift(I, ARM_AM::lsl); in fastSelectInstruction()
2887 return SelectShift(I, ARM_AM::lsr); in fastSelectInstruction()
2889 return SelectShift(I, ARM_AM::asr); in fastSelectInstruction()