Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 138 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1137 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1841 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1843 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1845 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 153 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1752 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel 2837 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 2839 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 2841 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|