Home
last modified time | relevance | path

Searched defs:gather (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/usr.sbin/ppp/
HDlink.h45 unsigned gather : 1; /* Gather statistics ourself ? */ member
/freebsd-14-stable/sys/dev/liquidio/base/
HDlio_ctrl.h114 uint32_t gather:1; member
HDlio_common.h316 uint64_t gather:1; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDScalarizer.cpp474 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV, in gather() function in ScalarizerVisitor
/freebsd-14-stable/sys/dev/vnic/
HDnicvf_queues.c1886 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp3619 auto gather = [](DWARFDIE die, UniqueCStringMap<DWARFDIE> &map, in CopyUniqueClassMethodTypes() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp9118 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() function in BoUpSLP::ShuffleCostEstimator
11595 Value *BoUpSLP::gather(ArrayRef<Value *> VL, Value *Root, Type *ScalarTy) { in gather() function in BoUpSLP
12137 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() function in BoUpSLP::ShuffleInstructionBuilder
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp707 void gather(Value *V) { in gather() function