Searched refs:shouldFormOverflowOp (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/SPARC/ |
D | overflow-intrinsics.ll | 6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 572 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 575 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 604 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 608 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | overflow-intrinsics.ll | 6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 445 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1300 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
D | X86ISelLowering.cpp | 5288 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1174 bool shouldFormOverflowOp(unsigned Opcode, EVT VT) const override;
|
D | X86ISelLowering.cpp | 5149 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT) const { in shouldFormOverflowOp() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2580 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT) const { in shouldFormOverflowOp() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2749 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1276 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow() 1343 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1371 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow() 1440 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
|