Searched refs:selectCmp (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 47 bool selectCmp(CmpConstants Helper, MachineInstrBuilder &MIB, 526 bool ARMInstructionSelector::selectCmp(CmpConstants Helper, in selectCmp() function in ARMInstructionSelector 1038 return selectCmp(Helper, MIB, MRI); in select() 1057 return selectCmp(Helper, MIB, MRI); in select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 114 bool selectCmp(Register ResVReg, const SPIRVType *ResType, 986 bool SPIRVInstructionSelector::selectCmp(Register ResVReg, in selectCmp() function in SPIRVInstructionSelector 1016 return selectCmp(ResVReg, ResType, CmpOpc, I); in selectICmp() 1069 return selectCmp(ResVReg, ResType, CmpOp, I); in selectFCmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 91 bool selectCmp(MachineInstr &I, MachineRegisterInfo &MRI, 402 return selectCmp(I, MRI, MF); in select() 930 bool X86InstructionSelector::selectCmp(MachineInstr &I, in selectCmp() function in X86InstructionSelector
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 161 bool selectCmp(const Instruction *I); 977 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp() function in MipsFastISel 2079 return selectCmp(I); in fastSelectInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 164 bool selectCmp(const Instruction *I); 2536 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel 5127 return selectCmp(I); in fastSelectInstruction()
|