Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h811 HANDLENODE, enumerator
DSelectionDAGNodes.h1249 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp178 case ISD::HANDLENODE: return "handlenode"; in getOperationName()
DSelectionDAGISel.cpp2784 case ISD::HANDLENODE: in SelectCodeCommon()
DSelectionDAG.cpp677 case ISD::HANDLENODE: in doNotCSE()
865 case ISD::HANDLENODE: return false; // noop. in RemoveNodeFromCSEMaps()
DDAGCombiner.cpp252 if (N->getOpcode() == ISD::HANDLENODE) in AddToWorklist()