Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9152 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
9154 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
9155 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, DL, StoreVecVT, Shuff); in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22816 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
22818 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
22819 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, dl, StoreVecVT, Shuff); in PerformSTORECombine()