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