Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1324 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1325 memcpy(MaskAlloc, &MaskVec[0], NElts * sizeof(int)); in getVectorShuffle()
1328 new (NodeAllocator) ShuffleVectorSDNode(VT, dl, N1, N2, MaskAlloc); in getVectorShuffle()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1631 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1632 std::copy(MaskVec.begin(), MaskVec.end(), MaskAlloc); in getVectorShuffle()
1635 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()