Home
last modified time | relevance | path

Searched refs:shouldFormOverflowOp (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h619 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
622 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h646 bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
650 return TargetLowering::shouldFormOverflowOp(Opcode, VT, true); in shouldFormOverflowOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h465 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1319 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
H A DX86ISelLowering.cpp5359 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2792 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1484 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow()
1553 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()