HomeSort by: relevance | last modified time | path
    Searched refs:Gather4 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIDefines.h 65 Gather4 = UINT64_C(1) << 37,
SIInstrInfo.h 496 return MI.getDesc().TSFlags & SIInstrFlags::Gather4;
500 return get(Opcode).TSFlags & SIInstrFlags::Gather4;
AMDGPUInstructionSelector.cpp 1532 DMaskLanes = BaseOpcode->Gather4 ? 4 : countPopulation(DMask);
AMDGPULegalizerInfo.cpp 4144 if (BaseOpcode->Gather4) {
SIISelLowering.cpp 1048 if (!BaseOpcode->Gather4) {
6011 DMaskLanes = BaseOpcode->Gather4 ? 4 : countPopulation(DMask);
6046 !(BaseOpcode->Gather4 && Subtarget->hasImageGather4D16Bug()))
11289 // Gather4 special case
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 286 bool Gather4;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 710 bool IsGather4 = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::Gather4;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 3400 (Desc.TSFlags & SIInstrFlags::Gather4) ? 4 : countPopulation(DMask);
3479 if ((Desc.TSFlags & SIInstrFlags::Gather4) == 0)
3485 // GATHER4 instructions use dmask in a different fashion compared to

Completed in 61 milliseconds