Lines Matching defs:PatchImm
179 uint32_t AccessIndex, uint32_t PatchImm,
683 uint32_t PatchImm,
692 PatchImm += AccessIndex * calcArraySize(CTy, 1) *
697 PatchImm += MemberTy->getOffsetInBits() >> 3;
702 PatchImm += SBitOffset >> 3;
705 return PatchImm;
861 uint32_t PatchImm = 0; // AccessOffset or the requested field info
880 PatchImm += FirstIndex * (Ty->getSizeInBits() >> 3);
936 PatchImm += FirstIndex * (CTy->getSizeInBits() >> 3);
953 PatchImm = 1;
975 PatchImm = GetFieldInfo(InfoKind, CTy, AccessIndex, PatchImm,
986 std::to_string(PatchImm) + "$" + AccessKey;
998 int64_t PatchImm;
1002 PatchImm = 1;
1006 PatchImm = BaseTy->getSizeInBits() / 8;
1041 PatchImm = std::stoll(std::string(EValueStr));
1043 PatchImm = 1;
1049 std::to_string(PatchImm) + std::string("$") + AccessStr;