Home
last modified time | relevance | path

Searched refs:getMaxInstLength (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h30 unsigned getMaxInstLength(const MCSubtargetInfo *STI) const override;
H A DAMDGPUMCAsmInfo.cpp69 unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const { in getMaxInstLength() function in AMDGPUMCAsmInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h519 virtual unsigned getMaxInstLength(const MCSubtargetInfo *STI = nullptr) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp121 const unsigned MaxInstLength = MAI.getMaxInstLength(STI); in getInlineAsmLength()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp57 MAI(*Ctx.getAsmInfo()), TargetMaxInstBytes(MAI.getMaxInstLength(&STI)), in AMDGPUDisassembler()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1851 const unsigned MaxInstLength = MAI.getMaxInstLength(STI); in getInlineAsmLength()