Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h185 AllowContract = (1 << 5), enumerator
210 bool allowContract() const { return 0 != (Flags & AllowContract); } in allowContract()
232 Flags = (Flags & ~AllowContract) | B * AllowContract;
293 (SubclassOptionalData & ~FastMathFlags::AllowContract) | in setHasAllowContract()
294 (B * FastMathFlags::AllowContract); in setHasAllowContract()
323 (SubclassOptionalData & FastMathFlags::AllowContract) != 0 && in isFast()
354 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0; in hasAllowContract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h372 bool AllowContract : 1;
389 AllowContract(false), ApproximateFuncs(false),
443 AllowContract = b;
467 bool hasAllowContract() const { return AllowContract; }
474 AllowContract && ApproximateFuncs && AllowReassociation;
490 AllowContract &= Flags.AllowContract;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h452 AllowContract = (1 << 5), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp728 bool AllowContract = AllowContractEnabled || (isa<FPMathOperator>(MatMul) && in LowerMultiply() local
746 Builder, AllowContract); in LowerMultiply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1414 Flags |= bitc::AllowContract; in getOptimizationFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1172 if (0 != (Val & bitc::AllowContract)) in getDecodedFastMathFlags()