Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c35 unsigned LoopDepth; member
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
135 fc_state->PredStack[fc_state->LoopDepth] = in lower_bgnloop()
162 if (fc_state->LoopDepth == 1) { in lower_brk()
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1]; in lower_endloop()
199 assert(fc_state->LoopDepth == 0); in lower_if()
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) { in lower_if()
249 fc_state.LoopDepth++; in rc_vert_fc()
258 || fc_state.LoopDepth != 1) { in rc_vert_fc()
[all …]
Dradeon_dataflow.c544 if (cb_data->ReaderData->LoopDepth > 0) { in get_readers_read_callback()
696 d->ReaderData->LoopDepth = 0; in get_readers_for_single_write()
712 d->ReaderData->LoopDepth++; in get_readers_for_single_write()
716 if (d->ReaderData->LoopDepth > 0) { in get_readers_for_single_write()
717 d->ReaderData->LoopDepth--; in get_readers_for_single_write()
718 if (d->ReaderData->LoopDepth == 0) { in get_readers_for_single_write()
Dradeon_dataflow.h92 unsigned int LoopDepth; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp393 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates() local
432 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates()
479 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates()
480 LoopDepth[1].Depth - LoopDepth[1].OptDepth}; in checkForProfitableCmovCandidates()
514 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
517 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && in checkForProfitableCmovCandidates()
518 (Diff[1] * 8 >= LoopDepth[1].Depth); in checkForProfitableCmovCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp600 unsigned LoopDepth, bool InnerLoop, in checkDependencies() argument
625 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) in checkDependencies()
628 assert(LoopDepth + 1 <= D->getLevels()); in checkDependencies()
629 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && in checkDependencies()
630 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) in checkDependencies()
652 unsigned LoopDepth = L->getLoopDepth(); in checkDependencies() local
653 return checkDependencies(ForeMemInstr, SubLoopMemInstr, LoopDepth, false, in checkDependencies()
655 checkDependencies(ForeMemInstr, AftMemInstr, LoopDepth, false, DI) && in checkDependencies()
656 checkDependencies(SubLoopMemInstr, AftMemInstr, LoopDepth, false, in checkDependencies()
658 checkDependencies(SubLoopMemInstr, SubLoopMemInstr, LoopDepth, true, in checkDependencies()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp322 unsigned LoopDepth = LI->getLoopDepth(BB); in orderNodes() local
327 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
347 CurrentLoopDepth = LoopDepth; in orderNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp344 unsigned LoopDepth = getAdjustedLoopDepth(RN); in orderNodes() local
349 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
367 CurrentLoopDepth = LoopDepth; in orderNodes()