Searched refs:NumVTs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h48 unsigned int NumVTs; member in class:llvm::SDVTListNode
53 FastID(ID), VTs(VT), NumVTs(Num) {
57 SDVTList result = {VTs, NumVTs};
H A DSelectionDAGNodes.h80 unsigned int NumVTs; member in struct:llvm::SDVTList
747 NumOperands(Ops.size()), NumValues(VTs.NumVTs),
761 UseList(nullptr), NumOperands(0), NumValues(VTs.NumVTs), debugLoc(dl),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp56 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { argument
57 SDVTList Res = {VTs, NumVTs};
4577 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) {
5008 if (VTList.NumVTs == 1)
5037 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) {
5185 unsigned NumVTs = VTs.size(); local
5187 ID.AddInteger(NumVTs);
5188 for (unsigned index = 0; index < NumVTs; index++) {
5195 EVT *Array = Allocator.Allocate<EVT>(NumVTs);
5197 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs);
[all...]
H A DSelectionDAGISel.cpp2978 unsigned NumVTs = MatcherTable[MatcherIndex++];
2980 for (unsigned i = 0; i != NumVTs; ++i) {

Completed in 122 milliseconds