Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4985 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG
4989 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG
5007 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG
5027 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG
5049 SDVTList SelectionDAG::getVTList(const EVT *VTs, unsigned NumVTs) { in getVTList() function in SelectionDAG
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DDAGISelMatcher.h1021 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } in getVTList() function