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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 593 SDValue EOp1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, HalfVT, InOp,
597 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
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);
721 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
724 return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, EOp1, EOp2);
    [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 703 SDValue EOp1, EOp2;
704 GetSplitVector(InOp, EOp1, EOp2);
708 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
711 return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, EOp1, EOp2);
    [all...]
LegalizeVectorTypes.cpp     [all...]

Completed in 83 milliseconds