Searched refs:selectCmp (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| 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/X86/ |
| 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/ |
| 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/ |
| 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()
|