Home
last modified time | relevance | path

Searched refs:selectShift (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp62 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/
DX86InstructionSelector.cpp115 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/
DMipsFastISel.cpp120 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/
DMipsFastISel.cpp166 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/
DAArch64FastISel.cpp175 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/
DAArch64FastISel.cpp132 bool selectShift(const Instruction *I);
4579 bool AArch64FastISel::selectShift(const Instruction *I) { in selectShift() function in AArch64FastISel
4932 return selectShift(I); in fastSelectInstruction()