Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCFastISel.cpp | 138 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1269 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1961 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1963 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1965 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 174 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1749 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel 2849 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 2851 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 2853 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|