Home
last modified time | relevance | path

Searched refs:EVTs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2839 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue }; in tryLoadParam() local
2840 VTs = CurDAG->getVTList(EVTs); in tryLoadParam()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5696 static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs; variable
5705 return &(*EVTs->insert(VT).first); in getValueTypeList()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6755 static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs; variable
6764 return &(*EVTs->insert(VT).first); in getValueTypeList()