Searched refs:selectCmp (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 47 bool selectCmp(CmpConstants Helper, MachineInstrBuilder &MIB, 416 bool ARMInstructionSelector::selectCmp(CmpConstants Helper, in selectCmp() function in ARMInstructionSelector 847 return selectCmp(Helper, MIB, MRI); in select() 866 return selectCmp(Helper, MIB, MRI); in select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 90 bool selectCmp(MachineInstr &I, MachineRegisterInfo &MRI, 364 return selectCmp(I, MRI, MF); in select() 918 bool X86InstructionSelector::selectCmp(MachineInstr &I, in selectCmp() function in X86InstructionSelector
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 113 bool selectCmp(const Instruction *I); 938 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp() function in MipsFastISel 1833 return selectCmp(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 159 bool selectCmp(const Instruction *I); 971 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp() function in MipsFastISel 2057 return selectCmp(I); in fastSelectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 164 bool selectCmp(const Instruction *I); 2526 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel 5127 return selectCmp(I); in fastSelectInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 121 bool selectCmp(const Instruction *I); 2437 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel 4974 return selectCmp(I); in fastSelectInstruction()
|