Searched refs:Gather4 (Results 1 – 8 of 8) sorted by relevance
61 field bit Gather4 = 0;167 let TSFlags{37} = Gather4;
35 bit Gather4 = 0;50 let Fields = ["BaseOpcode", "Store", "Atomic", "AtomicX2", "Sampler", "Gather4",677 let Gather4 = 1;681 Gather4 = 1, hasPostISelHook = 0 in {
64 Gather4 = UINT64_C(1) << 37, enumerator
490 return MI.getDesc().TSFlags & SIInstrFlags::Gather4; in isGather4()494 return get(Opcode).TSFlags & SIInstrFlags::Gather4; in isGather4()
5386 DMaskLanes = BaseOpcode->Gather4 ? 4 : countPopulation(DMask); in lowerImage()
210 bool Gather4; member
486 bool IsGather4 = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::Gather4; in convertMIMGInst()
2964 (Desc.TSFlags & SIInstrFlags::Gather4) ? 4 : countPopulation(DMask); in validateMIMGDataSize()3039 if ((Desc.TSFlags & SIInstrFlags::Gather4) == 0) in validateMIMGGatherDMask()