Home
last modified time | relevance | path

Searched refs:MDNODE_SDNODE (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h797 MDNODE_SDNODE, enumerator
DSelectionDAGNodes.h2029 : SDNode(ISD::MDNODE_SDNODE, 0, DebugLoc(), getSDVTList(MVT::Other)), MD(md)
2036 return N->getOpcode() == ISD::MDNODE_SDNODE;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp104 case ISD::MDNODE_SDNODE: return "MDNode"; in getOperationName()
DSelectionDAGISel.cpp2785 case ISD::MDNODE_SDNODE: in SelectCodeCommon()
DSelectionDAG.cpp1883 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), None); in getMDNode()