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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 510 EVT DstEltVT = LD->getValueType(0).getScalarType();
605 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
616 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 572 EVT DstEltVT = LD->getValueType(0).getScalarType();
663 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
666 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
674 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2662 milliseconds