Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h45 AllowContract = (1 << 5), enumerator
70 bool allowContract() const { return 0 != (Flags & AllowContract); } in allowContract()
92 Flags = (Flags & ~AllowContract) | B * AllowContract;
H A DOperator.h249 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
250 (B * FastMathFlags::AllowContract);
279 (SubclassOptionalData & FastMathFlags::AllowContract) != 0 &&
310 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h514 AllowContract = (1 << 5), enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h390 bool AllowContract : 1;
408 NoSignedZeros(false), AllowReciprocal(false), AllowContract(false),
433 void setAllowContract(bool b) { AllowContract = b; }
449 bool hasAllowContract() const { return AllowContract; }
467 AllowContract &= Flags.AllowContract;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1008 char AllowContract : 1; member
1173 I->setHasAllowContract(FMFs.AllowContract); in setFlags()
H A DVPlanRecipes.cpp325 Res.setAllowContract(FMFs.AllowContract); in getFastMathFlags()
1003 AllowContract = FMF.allowContract(); in FastMathFlagsTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp763 Flags |= bitc::AllowContract; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1686 Flags |= bitc::AllowContract; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1398 if (0 != (Val & bitc::AllowContract)) in getDecodedFastMathFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52212 auto AllowContract = [&DAG](const SDNodeFlags &Flags) { in combineFaddCFmul() local
52229 !AllowContract(N->getFlags())) in combineFaddCFmul()
52240 auto GetCFmulFrom = [&MulOp0, &MulOp1, &IsConj, &AllowContract, in combineFaddCFmul()
52247 if (Op0.hasOneUse() && AllowContract(Op0->getFlags())) { in combineFaddCFmul()