Searched refs:MaxInstLength (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp27 MaxInstLength = MinInstAlignment = 8;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp34 MaxInstLength = 6;
62 MaxInstLength = 6;
100 MaxInstLength = 6;
123 MaxInstLength = 6;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp28 MaxInstLength = (TT.getArch() == Triple::amdgcn) ? 20 : 16;
57 return MaxInstLength;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h98 unsigned MaxInstLength = 4; member in class:llvm::MCAsmInfo
499 return MaxInstLength;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp96 const unsigned MaxInstLength = MAI.getMaxInstLength(STI); local
108 unsigned AddLength = MaxInstLength;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1733 const unsigned MaxInstLength = MAI.getMaxInstLength(STI); local
1739 Length += MaxInstLength;

Completed in 140 milliseconds