Home
last modified time | relevance | path

Searched refs:SubSlice (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8479 ConstantDataArraySlice SubSlice; in getMemcpyLoadsAndStores() local
8481 SubSlice = Slice; in getMemcpyLoadsAndStores()
8482 SubSlice.move(SrcOff); in getMemcpyLoadsAndStores()
8485 SubSlice.Array = nullptr; in getMemcpyLoadsAndStores()
8486 SubSlice.Offset = 0; in getMemcpyLoadsAndStores()
8487 SubSlice.Length = VTSize; in getMemcpyLoadsAndStores()
8489 Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice); in getMemcpyLoadsAndStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8653 ArrayRef<Value *> SubSlice = in tryToVectorizeGatheredLoads() local
8655 if (isVectorized(SubSlice.front())) in tryToVectorizeGatheredLoads()
8661 return !SubSlice.equals( in tryToVectorizeGatheredLoads()
8664 set_is_subset(SubSlice, std::get<1>(P)); in tryToVectorizeGatheredLoads()
8668 buildTreeRec(SubSlice, 0, EdgeInfo(), InterleaveFactor); in tryToVectorizeGatheredLoads()