Home
last modified time | relevance | path

Searched refs:LoopDepth (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c35 unsigned LoopDepth; member
120 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
134 fc_state->PredStack[fc_state->LoopDepth] = in lower_bgnloop()
161 if (fc_state->LoopDepth == 1) { in lower_brk()
185 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1]; in lower_endloop()
198 assert(fc_state->LoopDepth == 0); in lower_if()
205 if (fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) { in lower_if()
239 fc_state.LoopDepth++; in rc_vert_fc()
248 || fc_state.LoopDepth != 1) { in rc_vert_fc()
253 fc_state.LoopDepth--; in rc_vert_fc()
[all …]
Dradeon_dataflow.c544 if (cb_data->ReaderData->LoopDepth > 0) { in get_readers_read_callback()
697 d->ReaderData->LoopDepth = 0; in get_readers_for_single_write()
714 d->ReaderData->LoopDepth++; in get_readers_for_single_write()
718 if (d->ReaderData->LoopDepth > 0) { in get_readers_for_single_write()
719 d->ReaderData->LoopDepth--; in get_readers_for_single_write()
720 if (d->ReaderData->LoopDepth == 0) { in get_readers_for_single_write()
Dradeon_dataflow.h94 unsigned int LoopDepth; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp387 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates() local
426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates()
473 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates()
474 LoopDepth[1].Depth - LoopDepth[1].OptDepth}; in checkForProfitableCmovCandidates()
508 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
511 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && in checkForProfitableCmovCandidates()
512 (Diff[1] * 8 >= LoopDepth[1].Depth); in checkForProfitableCmovCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp614 unsigned LoopDepth, bool InnerLoop, in checkDependencies() argument
643 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { in checkDependencies()
650 assert(LoopDepth + 1 <= D->getLevels()); in checkDependencies()
651 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && in checkDependencies()
652 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) { in checkDependencies()
678 unsigned LoopDepth = L->getLoopDepth(); in checkDependencies() local
679 return checkDependencies(ForeMemInstr, SubLoopMemInstr, LoopDepth, false, in checkDependencies()
681 checkDependencies(ForeMemInstr, AftMemInstr, LoopDepth, false, DI) && in checkDependencies()
682 checkDependencies(SubLoopMemInstr, AftMemInstr, LoopDepth, false, in checkDependencies()
684 checkDependencies(SubLoopMemInstr, SubLoopMemInstr, LoopDepth, true, in checkDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp225 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse() local
237 if (Level != LoopDepth && !CI.isZero()) { in hasTemporalReuse()
242 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp351 unsigned LoopDepth = getAdjustedLoopDepth(RN); in orderNodes() local
356 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
374 CurrentLoopDepth = LoopDepth; in orderNodes()