Searched refs:selectCmp (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 109 bool selectCmp(Register ResVReg, const SPIRVType *ResType, 821 bool SPIRVInstructionSelector::selectCmp(Register ResVReg, in selectCmp() function in SPIRVInstructionSelector 851 return selectCmp(ResVReg, ResType, CmpOpc, I); in selectICmp() 904 return selectCmp(ResVReg, ResType, CmpOp, I); in selectFCmp()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 91 bool selectCmp(MachineInstr &I, MachineRegisterInfo &MRI, 366 return selectCmp(I, MRI, MF); in select() 894 bool X86InstructionSelector::selectCmp(MachineInstr &I, in selectCmp() function in X86InstructionSelector
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 164 bool selectCmp(const Instruction *I); 2512 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel 5093 return selectCmp(I); in fastSelectInstruction()
|