Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7289 SDValue PartStore = DAG.getStore(Chain, dl, EOp, BasePtr, MPI, NewAlign, in GenWidenVectorStores() local
7291 StChain.push_back(PartStore); in GenWidenVectorStores()
7294 IncrementPointer(cast<StoreSDNode>(PartStore), NewVT, MPI, BasePtr, in GenWidenVectorStores()
7307 SDValue PartStore = in GenWidenVectorStores() local
7310 StChain.push_back(PartStore); in GenWidenVectorStores()
7312 IncrementPointer(cast<StoreSDNode>(PartStore), NewVT, MPI, BasePtr); in GenWidenVectorStores()