Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp312 bool IsGather4 = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::Gather4; in convertMIMGInst() local
318 unsigned DstSize = IsGather4 ? 4 : countPopulation(DMask); in convertMIMGInst()
333 if (IsGather4) { in convertMIMGInst()