HomeSort by relevance Sort by last modified time
    Searched refs:LoNumElts (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 575 unsigned LoNumElts = LoVT.getVectorNumElements();
576 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+LoNumElts);
579 SmallVector<SDValue, 8> HiOps(N->op_begin()+LoNumElts, N->op_end());
652 unsigned LoNumElts = Lo.getValueType().getVectorNumElements();
653 if (IdxVal < LoNumElts)
658 DAG.getIntPtrConstant(IdxVal - LoNumElts));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 800 unsigned LoNumElts = LoVT.getVectorNumElements();
801 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+LoNumElts);
804 SmallVector<SDValue, 8> HiOps(N->op_begin()+LoNumElts, N->op_end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 876 unsigned LoNumElts = LoVT.getVectorNumElements();
877 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+LoNumElts);
880 SmallVector<SDValue, 8> HiOps(N->op_begin()+LoNumElts, N->op_end());
    [all...]

Completed in 57 milliseconds