HomeSort by: relevance | last modified time | path
    Searched defs:gather (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
amdgpu_dc_helper.c 49 bool gather = false; local
56 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress;
61 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather;
74 bool gather = false; local
79 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress;
84 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather;
96 bool gather = false; local
98 gather = ctx->dmub_srv->reg_helper_offload.gather_in_progress;
106 ctx->dmub_srv->reg_helper_offload.gather_in_progress = gather;
139 /* gather all bits value/mask getting updated in this register *
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 211 void gather(Instruction *Op, const ValueVector &CV);
388 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { function in class:ScalarizerVisitor
477 gather(&I, Res);
502 gather(&I, Res);
573 gather(&CI, Res);
610 gather(&SI, Res);
672 gather(&GEPI, Res);
690 gather(&CI, Res);
745 gather(&BCI, Res);
780 gather(&IEI, Res)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 495 gather(Cond);
663 void gather(Value *V) { function in struct:__anon5551::ConstantComparesGatherer
4199 // Try to gather values from a chain of and/or to be turned into a switch
5022 // Gather dead cases.

Completed in 168 milliseconds