Lines Matching refs:PatchImm
179 uint32_t AccessIndex, uint32_t PatchImm,
700 uint32_t PatchImm, in GetFieldInfo() argument
709 PatchImm += AccessIndex * calcArraySize(CTy, 1) * in GetFieldInfo()
714 PatchImm += MemberTy->getOffsetInBits() >> 3; in GetFieldInfo()
719 PatchImm += SBitOffset >> 3; in GetFieldInfo()
722 return PatchImm; in GetFieldInfo()
878 uint32_t PatchImm = 0; // AccessOffset or the requested field info in computeBaseAndAccessKey() local
897 PatchImm += FirstIndex * (Ty->getSizeInBits() >> 3); in computeBaseAndAccessKey()
953 PatchImm += FirstIndex * (CTy->getSizeInBits() >> 3); in computeBaseAndAccessKey()
970 PatchImm = 1; in computeBaseAndAccessKey()
992 PatchImm = GetFieldInfo(InfoKind, CTy, AccessIndex, PatchImm, in computeBaseAndAccessKey()
1003 std::to_string(PatchImm) + "$" + AccessKey; in computeBaseAndAccessKey()
1015 int64_t PatchImm; in computeAccessKey() local
1019 PatchImm = 1; in computeAccessKey()
1023 PatchImm = BaseTy->getSizeInBits() / 8; in computeAccessKey()
1058 PatchImm = std::stoll(std::string(EValueStr)); in computeAccessKey()
1060 PatchImm = 1; in computeAccessKey()
1066 std::to_string(PatchImm) + std::string("$") + AccessStr; in computeAccessKey()