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 ARMInstructionSelector1062 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()
168 bool selectShift(const Instruction *I);1962 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel2064 return selectShift(I); in fastSelectInstruction()
174 bool selectShift(const Instruction *I);4758 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel5181 return selectShift(I); in fastSelectInstruction()