Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp182 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
2764 bool ARMFastISel::SelectShift(const Instruction *I, in SelectShift() function in ARMFastISel
2879 return SelectShift(I, ARM_AM::lsl); in fastSelectInstruction()
2881 return SelectShift(I, ARM_AM::lsr); in fastSelectInstruction()
2883 return SelectShift(I, ARM_AM::asr); in fastSelectInstruction()