Searched refs:HANDLENODE (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 567 HANDLENODE, enumerator
|
D | SelectionDAGNodes.h | 874 : SDNode(ISD::HANDLENODE, DebugLoc(), getSDVTList(MVT::Other)) {
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 667 HANDLENODE, enumerator
|
D | SelectionDAGNodes.h | 975 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 713 HANDLENODE, enumerator
|
D | SelectionDAGNodes.h | 1201 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 149 case ISD::HANDLENODE: return "handlenode"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2241 if (User->getOpcode() == ISD::HANDLENODE) // Root of the graph. in WalkChainUsers() 2740 case ISD::HANDLENODE: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 553 case ISD::HANDLENODE: in doNotCSE() 731 case ISD::HANDLENODE: return false; // noop. in RemoveNodeFromCSEMaps()
|
D | DAGCombiner.cpp | 137 if (N->getOpcode() == ISD::HANDLENODE) in AddToWorklist()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 172 case ISD::HANDLENODE: return "handlenode"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2897 case ISD::HANDLENODE: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 642 case ISD::HANDLENODE: in doNotCSE() 828 case ISD::HANDLENODE: return false; // noop. in RemoveNodeFromCSEMaps()
|
D | DAGCombiner.cpp | 181 if (N->getOpcode() == ISD::HANDLENODE) in AddToWorklist()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1625 User->getOpcode() == ISD::HANDLENODE) // Root of the graph. in WalkChainUsers() 2030 case ISD::HANDLENODE: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 500 case ISD::HANDLENODE: in doNotCSE() 615 case ISD::HANDLENODE: return false; // noop. in RemoveNodeFromCSEMaps() 5952 case ISD::HANDLENODE: return "handlenode"; in getOperationName()
|