Home
last modified time | relevance | path

Searched refs:MathUsed (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h446 bool MathUsed) const override {
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h573 bool MathUsed) const override { in shouldFormOverflowOp() argument
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h605 bool MathUsed) const override { in shouldFormOverflowOp() argument
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1301 bool MathUsed) const override;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2750 bool MathUsed) const { in shouldFormOverflowOp() argument
2763 return MathUsed && (VT.isSimple() || !isOperationExpand(Opcode, VT)); in shouldFormOverflowOp()