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()
168 bool selectShift(const Instruction *I);1953 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel2055 return selectShift(I); in fastSelectInstruction()
177 bool selectShift(const Instruction *I);4724 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel5133 return selectShift(I); in fastSelectInstruction()