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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp62 bool selectShift(unsigned ShiftOpc, MachineInstrBuilder &MIB) const;
806 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, function in class:ARMInstructionSelector
1062 return selectShift(ARM_AM::ShiftOpc::lsr, MIB);
1064 return selectShift(ARM_AM::ShiftOpc::asr, MIB);
1066 return selectShift(ARM_AM::ShiftOpc::lsl, MIB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp168 bool selectShift(const Instruction *I);
1960 bool MipsFastISel::selectShift(const Instruction *I) { function in class:MipsFastISel
2062 return selectShift(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp174 bool selectShift(const Instruction *I);
4757 bool AArch64FastISel::selectShift(const Instruction *I) { function in class:AArch64FastISel
5180 return selectShift(I);

Completed in 129 milliseconds