Home
last modified time | relevance | path

Searched defs:getVTList (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h1029 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } in getVTList() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8062 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG
8066 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG
8084 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG
8104 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG
8126 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList() function in SelectionDAG