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

  /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/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/gpl3/gcc/lib/libobjc/
Makefile 83 optionlist: ${G_ALL_OPT_FILES} ${LIBOBJCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
84 ${TOOL_AWK} -f ${DIST}/gcc/opt-gather.awk ${G_ALL_OPT_FILES} \
  /src/external/gpl3/gcc.old/lib/libobjc/
Makefile 83 optionlist: ${G_ALL_OPT_FILES} ${LIBOBJCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
84 ${TOOL_AWK} -f ${DIST}/gcc/opt-gather.awk ${G_ALL_OPT_FILES} \
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check 327 gather = False
332 self.logger.debug("Stop Gather")
333 gather = False
334 if gather:
337 self.logger.debug("Start Gather")
338 gather = True
  /src/external/gpl2/lvm2/dist/
configure.in 618 AC_MSG_CHECKING(whether to gather gcov profiling data)
620 AC_HELP_STRING(--enable-profiling, [Gather gcov profiling data]),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 670 /// Perform LICM and CSE on the newly generated gather sequences.
1598 Value *gather(ArrayRef<Value *> VL);
1632 /// Do we need to gather this sequence or vectorize it
1633 /// (either with vector instruction or with scatter/gather
1859 "Need to vectorize gather entry?");
2739 // we need to gather the scalars.
2854 // This is a special case, as it does not gather, but at the same time
2875 // This is a special case, as it does not gather, but at the same time
2882 LLVM_DEBUG(dbgs() << "SLP: Gather extract sequence.\n");
2901 LLVM_DEBUG(dbgs() << "SLP: Gather of insertelement vectors with
    [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.
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 1423 GEN_VNM (gather,_expr, A(rtx dest, rtx addr, rtx as, rtx vol),
2065 all with a single gather at the end. */
2329 gather/scatter patterns.
  /src/external/gpl3/gcc.old/dist/gcc/
configure 1689 --enable-gather-detailed-mem-stats
7795 # Check whether --enable-gather-detailed-mem-stats was given.
  /src/external/gpl3/gcc/dist/gcc/
configure 1718 --enable-gather-detailed-mem-stats
7792 # Check whether --enable-gather-detailed-mem-stats was given.
    [all...]

Completed in 88 milliseconds