Home
last modified time | relevance | path

Searched full:selectcmp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp47 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 DARMFastISel.cpp167 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 DX86InstructionSelector.cpp91 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 DMipsFastISel.cpp161 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 DSimplifyCFG.cpp5413 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 DAArch64FastISel.cpp163 bool selectCmp(const Instruction *I);
2512 bool AArch64FastISel::selectCmp(const Instruction *I) { in selectCmp() function in AArch64FastISel
5081 return selectCmp(I); in fastSelectInstruction()