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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 454 EVT ElementVT = PartVT.getVectorElementType();
460 ElementVT, Val, DAG.getIntPtrConstant(i)));
464 Ops.push_back(DAG.getUNDEF(ElementVT));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 530 EVT ElementVT = PartVT.getVectorElementType();
536 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val,
541 Ops.push_back(DAG.getUNDEF(ElementVT));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 638 EVT ElementVT = PartVT.getVectorElementType();
644 ISD::EXTRACT_VECTOR_ELT, DL, ElementVT, Val,
649 Ops.push_back(DAG.getUNDEF(ElementVT));
    [all...]

Completed in 113 milliseconds