Searched refs:selectShift (Results 1 – 3 of 3) sorted by relevance
62 bool selectShift(unsigned ShiftOpc, MachineInstrBuilder &MIB) const;806 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift() function in ARMInstructionSelector1071 return selectShift(ARM_AM::ShiftOpc::lsr, MIB); in select()1073 return selectShift(ARM_AM::ShiftOpc::asr, MIB); in select()1075 return selectShift(ARM_AM::ShiftOpc::lsl, MIB); in select()
166 bool selectShift(const Instruction *I);1968 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel2070 return selectShift(I); in fastSelectInstruction()
172 bool selectShift(const Instruction *I);4726 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel5139 return selectShift(I); in fastSelectInstruction()