Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp474 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV, gather() function in ScalarizerVisitor
[all...]
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp267 matchAndRewrite(vector::GatherOp gather,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3641 auto gather = [](DWARFDIE die, UniqueCStringMap<DWARFDIE> &map, CopyUniqueClassMethodTypes() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9091 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, gather() function in BoUpSLP::ShuffleCostEstimator
11543 Value *BoUpSLP::gather(ArrayRef<Value *> VL, Value *Root, Type *ScalarTy) { gather() function in BoUpSLP
12084 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, gather() function in BoUpSLP::ShuffleInstructionBuilder
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp707 void gather(Value *V) { gather() function
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4999 matchAndRewrite(GatherOp gather,PatternRewriter & rewriter) const matchAndRewrite() argument