Searched refs:PCMARKER (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 558 PCMARKER, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 656 PCMARKER, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 79 case ISD::PCMARKER: return "PCMarker"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 5279 DAG.setRoot(DAG.getNode(ISD::PCMARKER, sdl, MVT::Other, getRoot(), Tmp)); in visitIntrinsicCall()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5890 case ISD::PCMARKER: return "PCMarker"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 4930 DAG.setRoot(DAG.getNode(ISD::PCMARKER, dl, MVT::Other, getRoot(), Tmp)); in visitIntrinsicCall()
|