Searched refs:GetSplitDestVTs (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp628 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
683 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
704 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
720 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
782 DAG.GetSplitDestVTs(cast<VTSDNode>(N->getOperand(1))->getVT());
845 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
855 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(LD->getValueType(0));
869 llvm::tie(LoMemVT, HiMemVT) = DAG.GetSplitDestVTs(MemoryVT);
900 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
916 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(
[all...]
H A DLegalizeTypesGeneric.cpp81 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(InVT);
543 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
H A DSelectionDAG.cpp6419 /// GetSplitDestVTs - Compute the VTs needed for the low/hi parts of a type
6421 std::pair<EVT, EVT> SelectionDAG::GetSplitDestVTs(const EVT &VT) const { function in class:SelectionDAG
H A DDAGCombiner.cpp4278 llvm::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1137 /// GetSplitDestVTs - Compute the VTs needed for the low/hi parts of a type
1139 std::pair<EVT, EVT> GetSplitDestVTs(const EVT &VT) const;
1150 llvm::tie(LoVT, HiVT) = GetSplitDestVTs(N.getValueType());

Completed in 104 milliseconds