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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 595 SDValue EOp2 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, HalfVT, InOp,
598 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2);
600 return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, EOp1, EOp2);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 716 SDValue EOp1, EOp2;
717 GetSplitVector(InOp, EOp1, EOp2);
722 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2);
724 return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, EOp1, EOp2);
    [all...]
LegalizeVectorTypes.cpp     [all...]

Completed in 147 milliseconds