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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 738 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
794 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
815 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
831 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
    [all...]
LegalizeTypesGeneric.cpp 96 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(InVT);
560 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1540 milliseconds