Searched refs:GetValueAtIteration (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_peeling.h | 304 SExpression GetValueAtIteration(SERecurrentNode* rec,
|
D | loop_peeling.cpp | 945 SExpression LoopPeelingPass::LoopPeelingInfo::GetValueAtIteration( in GetValueAtIteration() function in spvtools::opt::LoopPeelingPass::LoopPeelingInfo 955 return GetValueAtIteration(rec, loop_max_iterations_ - 1); in GetValueAtLastIteration() 1054 !EvalOperator(cmp_op, lhs, GetValueAtIteration(rhs, iteration), in HandleInequality()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_peeling.h | 304 SExpression GetValueAtIteration(SERecurrentNode* rec,
|
D | loop_peeling.cpp | 946 SExpression LoopPeelingPass::LoopPeelingInfo::GetValueAtIteration( in GetValueAtIteration() function in spvtools::opt::LoopPeelingPass::LoopPeelingInfo 956 return GetValueAtIteration(rec, loop_max_iterations_ - 1); in GetValueAtLastIteration() 1055 !EvalOperator(cmp_op, lhs, GetValueAtIteration(rhs, iteration), in HandleInequality()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_peeling.h | 304 SExpression GetValueAtIteration(SERecurrentNode* rec,
|
D | loop_peeling.cpp | 947 SExpression LoopPeelingPass::LoopPeelingInfo::GetValueAtIteration( in GetValueAtIteration() function in spvtools::opt::LoopPeelingPass::LoopPeelingInfo 957 return GetValueAtIteration(rec, loop_max_iterations_ - 1); in GetValueAtLastIteration() 1056 !EvalOperator(cmp_op, lhs, GetValueAtIteration(rhs, iteration), in HandleInequality()
|