Home
last modified time | relevance | path

Searched refs:getNodeDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h583 return getNodeDesc(SU->getNode()); in getInstrDesc()
614 const MCInstrDesc *getNodeDesc(const SDNode *Node) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp70 const MCInstrDesc *ScheduleDAG::getNodeDesc(const SDNode *Node) const { in getNodeDesc() function in ScheduleDAG