Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 139 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1270 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1974 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1976 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1978 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 175 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1760 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel 2856 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 2858 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 2860 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|