Searched refs:Gather4 (Results 1 – 11 of 11) sorted by relevance
69 field bit Gather4 = 0;203 let TSFlags{37} = Gather4;
107 Gather4 = UINT64_C(1) << 37, enumerator
43 bit Gather4 = 0;65 "Gather4", "NumExtraArgs", "Gradients", "G16", "Coordinates",1505 let Gather4 = 1;1509 Gather4 = 1 in {1621 let Gather4 = 1; /* for appropriate dmask handling */1626 Gather4 = 1, hasPostISelHook = 0, mayLoad = 1 in {
605 return MI.getDesc().TSFlags & SIInstrFlags::Gather4; in isGather4()609 return get(Opcode).TSFlags & SIInstrFlags::Gather4; in isGather4()
295 "Image Gather4 D16 hardware bug"
1220 if (!BaseOpcode->Gather4) { in getTgtMemIntrinsic()7950 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask); in lowerImage()7985 !(BaseOpcode->Gather4 && Subtarget->hasImageGather4D16Bug())) in lowerImage()
1867 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask); in selectImageIntrinsic()
6362 if (BaseOpcode->Gather4) { in legalizeImageIntrinsic()
396 bool Gather4; member
978 bool IsGather4 = TSFlags & SIInstrFlags::Gather4; in convertMIMGInst()
3885 (Desc.TSFlags & SIInstrFlags::Gather4) ? 4 : llvm::popcount(DMask); in validateMIMGDataSize()4000 if ((Desc.TSFlags & SIInstrFlags::Gather4) == 0) in validateMIMGGatherDMask()