Home
last modified time | relevance | path

Searched refs:SelectBinaryIntOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp135 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1085 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel
1767 return SelectBinaryIntOp(I, ISD::ADD); in TargetSelectInstruction()
1769 return SelectBinaryIntOp(I, ISD::OR); in TargetSelectInstruction()
1771 return SelectBinaryIntOp(I, ISD::SUB); in TargetSelectInstruction()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMFastISel.cpp163 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1829 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel
2913 return SelectBinaryIntOp(I, ISD::ADD); in TargetSelectInstruction()
2915 return SelectBinaryIntOp(I, ISD::OR); in TargetSelectInstruction()
2917 return SelectBinaryIntOp(I, ISD::SUB); in TargetSelectInstruction()