Searched refs:shouldFormOverflowOp (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/SPARC/ |
| H A D | overflow-intrinsics.ll | 6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 620 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 623 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
| H A D | overflow-intrinsics.ll | 6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 677 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 681 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 468 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1380 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| H A D | X86ISelLowering.cpp | 5816 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3025 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1498 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow() 1567 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
|