Lines Matching defs:BaseOpcode
274 int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding,
276 const MIMGInfo *Info = getMIMGOpcodeHelper(BaseOpcode, MIMGEncoding,
283 return Info ? getMIMGBaseOpcodeInfo(Info->BaseOpcode) : nullptr;
289 getMIMGOpcodeHelper(OrigInfo->BaseOpcode, OrigInfo->MIMGEncoding,
294 unsigned getAddrSizeMIMGOp(const MIMGBaseOpcodeInfo *BaseOpcode,
297 unsigned AddrWords = BaseOpcode->NumExtraArgs;
298 unsigned AddrComponents = (BaseOpcode->Coordinates ? Dim->NumCoords : 0) +
299 (BaseOpcode->LodOrClampOrMip ? 1 : 0);
310 if (BaseOpcode->Gradients) {
311 if ((IsA16 && !IsG16Supported) || BaseOpcode->G16)
324 uint16_t BaseOpcode;
335 uint16_t BaseOpcode;
424 return Info ? Info->BaseOpcode : -1;
454 return Info ? Info->BaseOpcode : -1;