Lines Matching refs:User
21 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith()
40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
55 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
59 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
93 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor()
94 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()
98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor()
113 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser()
128 User *Obj = reinterpret_cast<User*>(End); in allocateFixedOperandUser()
142 void *User::operator new(size_t Size, unsigned Us) { in operator new()
146 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new()
150 void *User::operator new(size_t Size) { in operator new()
154 User *Obj = reinterpret_cast<User *>(HungOffOperandList + 1); in operator new()
166 void User::operator delete(void *Usr) { in operator delete()
169 User *Obj = static_cast<User *>(Usr); in operator delete()