Searched refs:SelectBinaryIntOp (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 139 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 133 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1268 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1964 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1966 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1968 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 138 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1269 bool PPCFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryIntOp() function in PPCFastISel 1961 return SelectBinaryIntOp(I, ISD::ADD); in fastSelectInstruction() 1963 return SelectBinaryIntOp(I, ISD::OR); in fastSelectInstruction() 1965 return SelectBinaryIntOp(I, ISD::SUB); in fastSelectInstruction()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 144 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 174 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode); 1749 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 169 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()
|