Home
last modified time | relevance | path

Searched refs:NoInfs (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h42 NoInfs = (1 << 2), enumerator
67 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs()
83 Flags = (Flags & ~NoInfs) | B * NoInfs;
H A DOperator.h199 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs()
200 (B * FastMathFlags::NoInfs); in setHasNoInfs()
244 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 && in isFast()
263 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0; in hasNoInfs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h500 NoInfs = (1 << 2), enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h387 bool NoInfs : 1;
407 Disjoint(false), NonNeg(false), NoNaNs(false), NoInfs(false),
430 void setNoInfs(bool b) { NoInfs = b; }
446 bool hasNoInfs() const { return NoInfs; }
464 NoInfs &= Flags.NoInfs;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h927 char NoInfs : 1; member
1042 FMFs.NoInfs = false; in dropPoisonGeneratingFlags()
1072 I->setHasNoInfs(FMFs.NoInfs); in setFlags()
H A DVPlanRecipes.cpp248 Res.setNoInfs(FMFs.NoInfs); in getFastMathFlags()
707 NoInfs = FMF.noInfs(); in FastMathFlagsTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp758 Flags |= bitc::NoInfs; in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1588 Flags |= bitc::NoInfs; in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1333 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()