Lines Matching defs:PatchImm
179 uint32_t AccessIndex, uint32_t PatchImm,
676 uint32_t PatchImm,
685 PatchImm += AccessIndex * calcArraySize(CTy, 1) *
690 PatchImm += MemberTy->getOffsetInBits() >> 3;
695 PatchImm += SBitOffset >> 3;
698 return PatchImm;
854 uint32_t PatchImm = 0; // AccessOffset or the requested field info
873 PatchImm += FirstIndex * (Ty->getSizeInBits() >> 3);
929 PatchImm += FirstIndex * (CTy->getSizeInBits() >> 3);
946 PatchImm = 1;
968 PatchImm = GetFieldInfo(InfoKind, CTy, AccessIndex, PatchImm,
979 std::to_string(PatchImm) + "$" + AccessKey;
991 int64_t PatchImm;
995 PatchImm = 1;
999 PatchImm = BaseTy->getSizeInBits() / 8;
1034 PatchImm = std::stoll(std::string(EValueStr));
1036 PatchImm = 1;
1042 std::to_string(PatchImm) + std::string("$") + AccessStr;