Home
last modified time | relevance | path

Searched refs:UnsafeAlgebraInst (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h96 MinMaxKind(MK), UnsafeAlgebraInst(UAI), RecurrenceType(RT), in RecurrenceDescriptor()
106 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
110 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
114 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
116 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
131 Instruction *UnsafeAlgebraInst; variable
211 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
214 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
250 Instruction *UnsafeAlgebraInst = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h168 if (!UnsafeAlgebraInst) in addUnsafeAlgebraInst()
169 UnsafeAlgebraInst = I; in addUnsafeAlgebraInst()
178 Instruction *UnsafeAlgebraInst = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp243 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
246 PassName, "CantReorderFPOps", UnsafeAlgebraInst->getDebugLoc(), in doesNotMeet()
247 UnsafeAlgebraInst->getParent()) in doesNotMeet()