Home
last modified time | relevance | path

Searched defs:getMaxInstLength (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp55 unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const { in getMaxInstLength() function in AMDGPUMCAsmInfo
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp57 unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const { in getMaxInstLength() function in AMDGPUMCAsmInfo
/external/llvm/include/llvm/MC/
DMCAsmInfo.h462 unsigned getMaxInstLength() const { return MaxInstLength; } in getMaxInstLength() function