Searched defs:getVTList (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4587 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG 4591 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG 4605 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG 4621 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG 4638 SDVTList SelectionDAG::getVTList(const EVT *VTs, unsigned NumVTs) { in getVTList() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5632 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG 5636 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG 5654 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG 5674 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG 5696 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList() function in SelectionDAG
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 957 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } in getVTList() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 957 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } in getVTList() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 992 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } in getVTList() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6807 SDVTList SelectionDAG::getVTList(EVT VT) { in getVTList() function in SelectionDAG 6811 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() function in SelectionDAG 6829 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() function in SelectionDAG 6849 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() function in SelectionDAG 6871 SDVTList SelectionDAG::getVTList(ArrayRef<EVT> VTs) { in getVTList() function in SelectionDAG
|