Searched full:selectcmp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
H A D | ARMFastISel.cpp | 167 bool SelectCmp(const Instruction *I); 1453 bool ARMFastISel::SelectCmp(const Instruction *I) { in SelectCmp() function in ARMFastISel 2830 return SelectCmp(I); in fastSelectInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp | 91 bool selectCmp(MachineInstr &I, MachineRegisterInfo &MRI, 364 return selectCmp(I, MRI, MF); in select() 892 bool X86InstructionSelector::selectCmp(MachineInstr &I, in selectCmp() function in X86InstructionSelector
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 161 bool selectCmp(const Instruction *I); 983 bool MipsFastISel::selectCmp(const Instruction *I) { in selectCmp() function in MipsFastISel 2085 return selectCmp(I); in fastSelectInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5413 Builder.CreateICmpEQ(Condition, SecondCase, "switch.selectcmp"); in ConvertTwoCaseSwitch() 5418 Builder.CreateICmpEQ(Condition, FirstCase, "switch.selectcmp"); in ConvertTwoCaseSwitch() 5427 Condition, ResultVector[0].second[0], "switch.selectcmp.case1"); in ConvertTwoCaseSwitch() 5429 Condition, ResultVector[0].second[1], "switch.selectcmp.case2"); in ConvertTwoCaseSwitch() 5430 Value *Cmp = Builder.CreateOr(Cmp1, Cmp2, "switch.selectcmp"); in ConvertTwoCaseSwitch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 163 bool selectCmp(const Instruction *I); 2512 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel 5081 return selectCmp(I); in fastSelectInstruction()
|