Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp139 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1172 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel
1876 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
1878 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
1880 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp139 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1259 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel
1963 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
1965 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
1967 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp144 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1736 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel
2829 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
2831 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
2833 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp175 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1760 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in ARMFastISel
2856 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction()
2858 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction()
2860 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()