Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10298 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
10300 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
10301 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, DL, StoreVecVT, Shuff); in PerformSTORECombine()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13697 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
13699 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
13700 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, dl, StoreVecVT, Shuff); in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29275 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in combineStore() local
29277 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in combineStore()
29278 SDValue ShuffWide = DAG.getBitcast(StoreVecVT, Shuff); in combineStore()