Searched refs:shouldFormOverflowOp (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 615 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 618 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 693 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function 697 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 466 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1432 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
|
| H A D | X86ISelLowering.cpp | 5933 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3094 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1592 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow() 1661 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
|