Home
last modified time | relevance | path

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

/external/llvm-project/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()
/external/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()
/external/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;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h452 AllowContract = (1 << 5), enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h464 AllowContract = (1 << 5), enumerator
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1214 bool AllowContract) { in createTiledLoops() argument
1250 emitMatrixMultiply(TileResult, A, B, AllowContract, Builder, true); in createTiledLoops()
1289 bool AllowContract = AllowContractEnabled || (isa<FPMathOperator>(MatMul) && in emitSIMDTiling() local
1293 AllowContract); in emitSIMDTiling()
1312 emitMatrixMultiply(Res, A, B, AllowContract, Builder, true); in emitSIMDTiling()
1387 bool AllowContract = AllowContractEnabled || (isa<FPMathOperator>(MatMul) && in LowerMultiply() local
1389 emitMatrixMultiply(Result, Lhs, Rhs, AllowContract, Builder, false); in LowerMultiply()
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h366 bool AllowContract : 1;
382 AllowContract(false), ApproximateFuncs(false),
404 void setAllowContract(bool b) { AllowContract = b; }
417 bool hasAllowContract() const { return AllowContract; }
432 AllowContract &= Flags.AllowContract;
/external/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()
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp581 EXPECT_TRUE(Builder.getFastMathFlags().AllowContract); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1414 Flags |= bitc::AllowContract; in getOptimizationFlags()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1448 Flags |= bitc::AllowContract; in getOptimizationFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1172 if (0 != (Val & bitc::AllowContract)) in getDecodedFastMathFlags()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1178 if (0 != (Val & bitc::AllowContract)) in getDecodedFastMathFlags()