Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 134 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1267 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1963 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1965 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1967 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 170 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1733 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel 2846 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 2848 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 2850 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|