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.h41 AllowContract = (1 << 5), enumerator
69 bool allowContract() const { return 0 != (Flags & AllowContract); } in allowContract()
91 Flags = (Flags & ~AllowContract) | B * AllowContract;
115 AllowReassoc | AllowReciprocal | AllowContract | ApproxFunc; in intersectRewrite()
H A DOperator.h247 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
248 (B * FastMathFlags::AllowContract);
292 (SubclassOptionalData & FastMathFlags::AllowContract) != 0 &&
323 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h540 AllowContract = (1 << 5), enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h407 AllowContract = 1 << 9,
428 AllowContract | ApproximateFuncs | AllowReassociation,
456 void setAllowContract(bool b) { setFlag<AllowContract>(b); }
473 bool hasAllowContract() const { return Flags & AllowContract; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h644 char AllowContract : 1; member
782 I.setHasAllowContract(FMFs.AllowContract); in applyFlags()
H A DVPlanRecipes.cpp405 Res.setAllowContract(FMFs.AllowContract); in getFastMathFlags()
1761 AllowContract = FMF.allowContract(); in FastMathFlagsTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2828 Flags | SDNodeFlags::AllowContract); in lowerFREM()
2830 Flags | SDNodeFlags::AllowContract); in lowerFREM()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1754 Flags |= bitc::AllowContract; in getOptimizationFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1413 if (0 != (Val & bitc::AllowContract)) in getDecodedFastMathFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53982 auto AllowContract = [&DAG](const SDNodeFlags &Flags) { in combineFaddCFmul() local
53999 !AllowContract(N->getFlags())) in combineFaddCFmul()
54010 auto GetCFmulFrom = [&MulOp0, &MulOp1, &IsConj, &AllowContract, in combineFaddCFmul()
54017 if (Op0.hasOneUse() && AllowContract(Op0->getFlags())) { in combineFaddCFmul()