Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h655 bool MathUsed) const override { in shouldFormOverflowOp() argument
659 return TargetLowering::shouldFormOverflowOp(Opcode, VT, MathUsed); in shouldFormOverflowOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h502 bool MathUsed) const override {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h622 bool MathUsed) const override { in shouldFormOverflowOp() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1467 bool MathUsed) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h778 bool MathUsed) const override { in shouldFormOverflowOp() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3343 bool MathUsed) const { in shouldFormOverflowOp() argument
3356 return MathUsed && (VT.isSimple() || !isOperationExpand(Opcode, VT)); in shouldFormOverflowOp()