Home
last modified time | relevance | path

Searched refs:hasAllowContract (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp177 EXPECT_FALSE(FAdd->hasAllowContract()); in TEST_F()
187 EXPECT_TRUE(FAdd->hasAllowContract()); in TEST_F()
261 EXPECT_FALSE(FAdd->hasAllowContract()); in TEST_F()
272 EXPECT_TRUE(FAdd->hasAllowContract()); in TEST_F()
281 EXPECT_TRUE(FAdd->hasAllowContract()); in TEST_F()
291 EXPECT_TRUE(FAdd->hasAllowContract()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp223 bool Instruction::hasAllowContract() const { in hasAllowContract() function in Instruction
225 return cast<FPMathOperator>(this)->hasAllowContract(); in hasAllowContract()
DAsmWriter.cpp1253 if (FPO->hasAllowContract()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h381 bool hasAllowContract() const;
DOperator.h347 bool hasAllowContract() const { in hasAllowContract() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp493 if (getFlags().hasAllowContract()) in print_details()
DInstrEmitter.cpp863 if (Flags.hasAllowContract()) in EmitMachineNode()
DDAGCombiner.cpp10112 return F.hasAllowContract() || F.hasAllowReassociation(); in isContractable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h387 setAllowContract(FPMO.hasAllowContract());
452 bool hasAllowContract() const { return AllowContract; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7331 (N0->getFlags().hasAllowContract() && in getFusedOpcode()
7332 N1->getFlags().hasAllowContract())) && in getFusedOpcode()
7589 (N->getFlags().hasAllowContract() && in performFMACombine()
7590 FMA->getFlags().hasAllowContract())) { in performFMACombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1358 if (FPMO->hasAllowContract()) in getOptimizationFlags()