Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp134 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1269 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel
1965 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
1967 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
1969 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
/llvm-project-15.0.7/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
2849 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
2851 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
2853 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()