Home
last modified time | relevance | path

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

/freebsd/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.h231 (SubclassOptionalData & ~FastMathFlags::NoInfs) |
232 (B * FastMathFlags::NoInfs);
276 (SubclassOptionalData & FastMathFlags::NoInfs) != 0 &&
295 return (SubclassOptionalData & FastMathFlags::NoInfs) != 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h511 NoInfs = (1 << 2), enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1005 char NoInfs : 1; member
1137 FMFs.NoInfs = false; in dropPoisonGeneratingFlags()
1170 I->setHasNoInfs(FMFs.NoInfs); in setFlags()
H A DVPlanRecipes.cpp322 Res.setNoInfs(FMFs.NoInfs); in getFastMathFlags()
1000 NoInfs = FMF.noInfs(); in FastMathFlagsTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1966 MOVE_FLAG("no-infs-fp-math", NoInfs) in moveFastMathFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp757 Flags |= bitc::NoInfs; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1680 Flags |= bitc::NoInfs; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1392 if (0 != (Val & bitc::NoInfs)) in getDecodedFastMathFlags()