Searched refs:shouldFormOverflowOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 595 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 600 return TargetLowering::shouldFormOverflowOp(Opcode, VT, MathUsed); in shouldFormOverflowOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 622 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 625 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 754 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 758 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 496 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1455 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| H A D | X86ISelLowering.cpp | 3138 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3227 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1680 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow() 1749 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
|