Home
last modified time | relevance | path

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

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