Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp229 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
231 if (SCEVConst == nullptr) { in hasTemporalReuse()
236 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
240 if (SCEVConst == nullptr) { in hasTemporalReuse()
245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp134 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
136 if (SCEVConst) { in populateDependencyMatrix()
137 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp139 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
141 if (SCEVConst) { in populateDependencyMatrix()
142 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()