Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12003 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
12005 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
12006 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, DL, StoreVecVT, Shuff); in PerformSTORECombine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37846 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in combineStore() local
37848 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in combineStore()
37849 SDValue ShuffWide = DAG.getBitcast(StoreVecVT, Shuff); in combineStore()