Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h187 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()
192 unsigned NumRuntimePointerChecks = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp300 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in doesNotMeet()
302 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1741 : NumRuntimePointerChecks(0), UnsafeAlgebraInst(nullptr) {} in LoopVectorizationRequirements()
1749 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()
1764 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in doesNotMeet()
1766 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()
1781 unsigned NumRuntimePointerChecks; member in __anon63bf7e8f0111::LoopVectorizationRequirements