Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp133 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1268 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel
1962 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
1964 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
1966 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp169 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1736 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel
2852 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
2854 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
2856 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()