Lines Matching refs:PatchImm
179 uint32_t AccessIndex, uint32_t PatchImm,
682 uint32_t PatchImm, in GetFieldInfo() argument
691 PatchImm += AccessIndex * calcArraySize(CTy, 1) * in GetFieldInfo()
696 PatchImm += MemberTy->getOffsetInBits() >> 3; in GetFieldInfo()
701 PatchImm += SBitOffset >> 3; in GetFieldInfo()
704 return PatchImm; in GetFieldInfo()
860 uint32_t PatchImm = 0; // AccessOffset or the requested field info in computeBaseAndAccessKey() local
879 PatchImm += FirstIndex * (Ty->getSizeInBits() >> 3); in computeBaseAndAccessKey()
935 PatchImm += FirstIndex * (CTy->getSizeInBits() >> 3); in computeBaseAndAccessKey()
952 PatchImm = 1; in computeBaseAndAccessKey()
974 PatchImm = GetFieldInfo(InfoKind, CTy, AccessIndex, PatchImm, in computeBaseAndAccessKey()
985 std::to_string(PatchImm) + "$" + AccessKey; in computeBaseAndAccessKey()
997 int64_t PatchImm; in computeAccessKey() local
1001 PatchImm = 1; in computeAccessKey()
1005 PatchImm = BaseTy->getSizeInBits() / 8; in computeAccessKey()
1040 PatchImm = std::stoll(std::string(EValueStr)); in computeAccessKey()
1042 PatchImm = 1; in computeAccessKey()
1048 std::to_string(PatchImm) + std::string("$") + AccessStr; in computeAccessKey()