Searched refs:TargetMaxInstBytes (Results 1 – 2 of 2) sorted by relevance
98 const unsigned TargetMaxInstBytes; variable
67 TargetMaxInstBytes(MAI.getMaxInstLength(&STI)), in AMDGPUDisassembler()484 unsigned MaxInstBytesNum = std::min((size_t)TargetMaxInstBytes, Bytes_.size()); in getInstruction()