Searched defs:gather (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 474 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV, gather() function in ScalarizerVisitor [all...] |
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 267 matchAndRewrite(vector::GatherOp gather,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 3641 auto gather = [](DWARFDIE die, UniqueCStringMap<DWARFDIE> &map, CopyUniqueClassMethodTypes() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 9091 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 D | SimplifyCFG.cpp | 707 void gather(Value *V) { gather() function
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 4999 matchAndRewrite(GatherOp gather,PatternRewriter & rewriter) const matchAndRewrite() argument
|