Home
last modified time | relevance | path

Searched refs:StoreVecVT (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11956 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in PerformSTORECombine() local
11958 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in PerformSTORECombine()
11959 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36214 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(), in combineStore() local
36216 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits()); in combineStore()
36217 SDValue ShuffWide = DAG.getBitcast(StoreVecVT, Shuff); in combineStore()