Home
last modified time | relevance | path

Searched refs:PatchImm (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp691 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()
952 PatchImm = 1; in computeBaseAndAccessKey()
974 PatchImm = GetFieldInfo(InfoKind, CTy, AccessIndex, PatchImm, 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()
[all …]