Home
last modified time | relevance | path

Searched refs:getNumOpcodes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrInfo.h40 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp67 if (getMachineOpcode() < TII->getNumOpcodes()) in getOperationName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp139 for (unsigned I = 0, E = TII->getNumOpcodes(); I < E; ++I) in initNames2InstrOpCodes()