Searched refs:EVTs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2706 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue }; local
2707 VTs = CurDAG->getVTList(EVTs);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6414 static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs; variable
6423 return &(*EVTs->insert(VT).first);

Completed in 212 milliseconds