Home
last modified time | relevance | path

Searched refs:hasNoInfs (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp187 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
189 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
DAsmWriter.cpp1103 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h324 bool hasNoInfs() const;
/external/llvm/include/llvm/IR/
DInstruction.h299 bool hasNoInfs() const;
DOperator.h281 bool hasNoInfs() const { in hasNoInfs() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp208 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
210 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
DAsmWriter.cpp1247 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h372 bool hasNoInfs() const;
DOperator.h332 bool hasNoInfs() const { in hasNoInfs() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp174 EXPECT_FALSE(FAdd->hasNoInfs()); in TEST_F()
184 EXPECT_TRUE(FAdd->hasNoInfs()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp484 if (getFlags().hasNoInfs()) in print_details()
DInstrEmitter.cpp860 if (Flags.hasNoInfs()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h384 setNoInfs(FPMO.hasNoInfs());
448 bool hasNoInfs() const { return NoInfs; }
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h370 bool hasNoInfs() const { return NoInfs; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1294 if (FPMO->hasNoInfs()) in getOptimizationFlags()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp817 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1352 if (FPMO->hasNoInfs()) in getOptimizationFlags()