Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/SPARC/
Doverflow-intrinsics.ll6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h572 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/
DAArch64ISelLowering.h604 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/
Doverflow-intrinsics.ll6 ; to test shouldFormOverflowOp on SPARC, where it is not profitable to create
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h445 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1300 bool shouldFormOverflowOp(unsigned Opcode, EVT VT,
DX86ISelLowering.cpp5288 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1174 bool shouldFormOverflowOp(unsigned Opcode, EVT VT) const override;
DX86ISelLowering.cpp5149 bool X86TargetLowering::shouldFormOverflowOp(unsigned Opcode, EVT VT) const { in shouldFormOverflowOp() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2580 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT) const { in shouldFormOverflowOp() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2749 virtual bool shouldFormOverflowOp(unsigned Opcode, EVT VT, in shouldFormOverflowOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1276 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow()
1343 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1371 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow()
1440 if (!TLI->shouldFormOverflowOp(ISD::USUBO, in combineToUSubWithOverflow()