Searched refs:selectShift (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 62 bool selectShift(unsigned ShiftOpc, MachineInstrBuilder &MIB) const; 656 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift() function in ARMInstructionSelector 869 return selectShift(ARM_AM::ShiftOpc::lsr, MIB); in select() 871 return selectShift(ARM_AM::ShiftOpc::asr, MIB); in select() 873 return selectShift(ARM_AM::ShiftOpc::lsl, MIB); in select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 115 bool selectShift(MachineInstr &I, MachineRegisterInfo &MRI, 383 return selectShift(I, MRI, MF); in select() 1413 bool X86InstructionSelector::selectShift(MachineInstr &I, in selectShift() function in X86InstructionSelector
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 120 bool selectShift(const Instruction *I); 1705 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel 1809 return selectShift(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 166 bool selectShift(const Instruction *I); 1931 bool MipsFastISel::selectShift(const Instruction *I) { in selectShift() function in MipsFastISel 2033 return selectShift(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 175 bool selectShift(const Instruction *I); 4665 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel 5085 return selectShift(I); in fastSelectInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 132 bool selectShift(const Instruction *I); 4579 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel 4932 return selectShift(I); in fastSelectInstruction()
|