Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h92 MinMaxKind(MRK_Invalid), UnsafeAlgebraInst(nullptr), in RecurrenceDescriptor()
99 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) { in RecurrenceDescriptor()
109 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
113 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
117 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
134 Instruction *UnsafeAlgebraInst; variable
196 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
199 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
250 Instruction *UnsafeAlgebraInst; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h97 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) { 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
208 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
211 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
244 Instruction *UnsafeAlgebraInst = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h183 if (!UnsafeAlgebraInst) in addUnsafeAlgebraInst()
184 UnsafeAlgebraInst = I; in addUnsafeAlgebraInst()
193 Instruction *UnsafeAlgebraInst = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp287 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
290 PassName, "CantReorderFPOps", UnsafeAlgebraInst->getDebugLoc(), in doesNotMeet()
291 UnsafeAlgebraInst->getParent()) in doesNotMeet()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1741 : NumRuntimePointerChecks(0), UnsafeAlgebraInst(nullptr) {} in LoopVectorizationRequirements()
1745 if (!UnsafeAlgebraInst) in addUnsafeAlgebraInst()
1746 UnsafeAlgebraInst = I; in addUnsafeAlgebraInst()
1754 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
1756 F->getContext(), Name, *F, UnsafeAlgebraInst->getDebugLoc(), in doesNotMeet()
1782 Instruction *UnsafeAlgebraInst; member in __anon63bf7e8f0111::LoopVectorizationRequirements