Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5489 SDValue PartStore = DAG.getStore(Chain, dl, EOp, BasePtr, MPI, NewAlign, in GenWidenVectorStores() local
5491 StChain.push_back(PartStore); in GenWidenVectorStores()
5496 IncrementPointer(cast<StoreSDNode>(PartStore), NewVT, MPI, BasePtr, in GenWidenVectorStores()
5509 SDValue PartStore = in GenWidenVectorStores() local
5512 StChain.push_back(PartStore); in GenWidenVectorStores()
5515 IncrementPointer(cast<StoreSDNode>(PartStore), NewVT, MPI, BasePtr); in GenWidenVectorStores()