HomeSort by: relevance | last modified time | path
    Searched refs:getMaxInstLength (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCAsmInfo.h 30 unsigned getMaxInstLength(const MCSubtargetInfo *STI) const override;
AMDGPUMCAsmInfo.cpp 58 unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 617 virtual unsigned getMaxInstLength(const MCSubtargetInfo *STI = nullptr) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 106 const unsigned MaxInstLength = MAI.getMaxInstLength(STI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 45 TargetMaxInstBytes(Ctx.getAsmInfo()->getMaxInstLength(&STI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 1761 const unsigned MaxInstLength = MAI.getMaxInstLength(STI);

Completed in 67 milliseconds