Lines Matching defs:BaseOpcode
273 int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding,
275 const MIMGInfo *Info = getMIMGOpcodeHelper(BaseOpcode, MIMGEncoding,
282 return Info ? getMIMGBaseOpcodeInfo(Info->BaseOpcode) : nullptr;
288 getMIMGOpcodeHelper(OrigInfo->BaseOpcode, OrigInfo->MIMGEncoding,
293 unsigned getAddrSizeMIMGOp(const MIMGBaseOpcodeInfo *BaseOpcode,
296 unsigned AddrWords = BaseOpcode->NumExtraArgs;
297 unsigned AddrComponents = (BaseOpcode->Coordinates ? Dim->NumCoords : 0) +
298 (BaseOpcode->LodOrClampOrMip ? 1 : 0);
309 if (BaseOpcode->Gradients) {
310 if ((IsA16 && !IsG16Supported) || BaseOpcode->G16)
323 uint16_t BaseOpcode;
334 uint16_t BaseOpcode;
434 return Info ? Info->BaseOpcode : -1;
464 return Info ? Info->BaseOpcode : -1;