Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29694 unsigned NumSubRegElts = 128 / InSVT.getSizeInBits(); in combineVectorTruncation() local
29695 EVT SubRegVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubRegElts); in combineVectorTruncation()
29699 DAG.getIntPtrConstant(i * NumSubRegElts, DL)); in combineVectorTruncation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36589 unsigned NumSubRegElts = 128 / InSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS() local
36590 EVT SubRegVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubRegElts); in combineVectorTruncationWithPACKUS()
36599 DAG.getIntPtrConstant(i * NumSubRegElts, DL)); in combineVectorTruncationWithPACKUS()