Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9889 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
9891 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
9892 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, DL, StoreVecVT, Shuff); in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp26232 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
26234 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
26235 SDValue ShuffWide = DAG.getBitcast(StoreVecVT, Shuff); in PerformSTORECombine()