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.h205 bool MathUsed) const override { in shouldFormOverflowOp() argument
209 return TargetLowering::shouldFormOverflowOp(Opcode, VT, MathUsed); in shouldFormOverflowOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h523 bool MathUsed) const override {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h643 bool MathUsed) const override { in shouldFormOverflowOp() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h299 bool MathUsed) const override { in shouldFormOverflowOp() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1554 bool MathUsed) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3446 bool MathUsed) const { in shouldFormOverflowOp() argument
3459 return MathUsed && (VT.isSimple() || !isOperationExpand(Opcode, VT)); in shouldFormOverflowOp()