Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrInfo.h38 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes() function
/external/llvm/include/llvm/MC/
DMCInstrInfo.h41 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp47 if (getMachineOpcode() < TII->getNumOpcodes()) in getOperationName()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1850 for (unsigned I = 0, E = TII->getNumOpcodes(); I < E; ++I) in initNames2InstrOpCodes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5857 if (getMachineOpcode() < TII->getNumOpcodes()) in getOperationName()