Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2156 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue }; in tryLoadParam() local
2157 VTs = CurDAG->getVTList(EVTs); in tryLoadParam()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2157 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue }; in tryLoadParam() local
2158 VTs = CurDAG->getVTList(EVTs); in tryLoadParam()
/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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6755 static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs; variable
6764 return &(*EVTs->insert(VT).first); in getValueTypeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9014 static ManagedStatic<std::set<EVT, EVT::compareRawBits>> EVTs; variable
9023 return &(*EVTs->insert(VT).first); in getValueTypeList()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9219 static ManagedStatic<std::set<EVT, EVT::compareRawBits>> EVTs; variable
9228 return &(*EVTs->insert(VT).first); in getValueTypeList()