Home
last modified time | relevance | path

Searched refs:getNumOpcodes (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrInfo.h41 unsigned getNumOpcodes() const { return NumOpcodes; } in getNumOpcodes() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp101 for (unsigned I = 0, E = MCInstrInfo.getNumOpcodes(); I < E; ++I) in GetOpcodeOrDie()
112 for (unsigned E = InstrInfo.getNumOpcodes(), I = 0; I < E; ++I) in getBenchmarkResultContext()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp49 Opcodes.resize(State.getInstrInfo().getNumOpcodes()); in generateTwoInstructionPrototype()
DAssembler.cpp112 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in fillMachineFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp47 if (getMachineOpcode() < TII->getNumOpcodes()) in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp67 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-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2537 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()