Searched refs:allowContract (Results 1 – 10 of 10) sorted by relevance
69 bool allowContract() const { return 0 != (Flags & AllowContract); } in allowContract() function
285 if (allowContract()) in print()
3615 if (FMF.allowContract()) in mapToLLVMFastMathFlags()
898 if (!DivFMF.allowContract() || !SqrtFMF.allowContract()) in canOptimizeWithRsq()910 assert(DivFMF.allowContract() && SqrtFMF.allowContract()); in optimizeWithRsq()
670 if (!FMF.allowContract()) in instCombineIntrinsic()684 if (!InnerFMF.allowContract() || !SrcCI->hasOneUse()) in instCombineIntrinsic()
566 FMF.setAllowContract(AllowContractEnabled || FMF.allowContract()); in getFastMathFlags()1752 IsFP, Builder, FMF.allowContract(), NumComputeOps); in emitMatrixMultiply()1779 IsFP, Builder, FMF.allowContract(), NumComputeOps); in emitMatrixMultiply()
694 (!Real->getFastMathFlags().allowContract() || in identifyPartialMul()695 !Imag->getFastMathFlags().allowContract())) { in identifyPartialMul()
622 if (Flags.allowContract()) in copyFlagsFromInstruction()
1761 AllowContract = FMF.allowContract(); in FastMathFlagsTy()
2164 if (!FAddFlags.allowContract()) in instCombineSVEVectorFuseMulAddSub()