Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstructionSelector.cpp62 bool selectShift(unsigned ShiftOpc, MachineInstrBuilder &MIB) const;
806 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift() function in ARMInstructionSelector
1062 return selectShift(ARM_AM::ShiftOpc::lsr, MIB); in select()
1064 return selectShift(ARM_AM::ShiftOpc::asr, MIB); in select()
1066 return selectShift(ARM_AM::ShiftOpc::lsl, MIB); in select()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFastISel.cpp168 bool selectShift(const Instruction *I);
1962 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel
2064 return selectShift(I); in fastSelectInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp174 bool selectShift(const Instruction *I);
4758 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel
5181 return selectShift(I); in fastSelectInstruction()