Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 128 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1256 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1951 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1953 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1955 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 194 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1794 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel 2922 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 2924 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 2926 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|