Searched refs:allowContract (Results 1 – 10 of 10) sorted by relevance
70 bool allowContract() const { return 0 != (Flags & AllowContract); } in allowContract() function
274 if (allowContract()) in print()
3560 if (FMF.allowContract()) in mapToLLVMFastMathFlags()
894 if (!DivFMF.allowContract() || !SqrtFMF.allowContract()) in canOptimizeWithRsq()906 assert(DivFMF.allowContract() && SqrtFMF.allowContract()); in optimizeWithRsq()
473 if (!FMF.allowContract()) in instCombineIntrinsic()487 if (!InnerFMF.allowContract() || !SrcCI->hasOneUse()) in instCombineIntrinsic()
515 FMF.setAllowContract(AllowContractEnabled || FMF.allowContract()); in getFastMathFlags()1567 IsFP, Builder, FMF.allowContract(), NumComputeOps); in emitMatrixMultiply()1594 IsFP, Builder, FMF.allowContract(), NumComputeOps); in emitMatrixMultiply()
678 (!Real->getFastMathFlags().allowContract() || in identifyPartialMul()679 !Imag->getFastMathFlags().allowContract())) { in identifyPartialMul()
615 if (Flags.allowContract()) in copyFlagsFromInstruction()
1003 AllowContract = FMF.allowContract(); in FastMathFlagsTy()
1458 if (!FAddFlags.allowContract()) in instCombineSVEVectorFuseMulAddSub()