Searched refs:getDescriptor (Results 1 – 10 of 10) sorted by relevance
99 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User100 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()104 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
130 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()316 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); } in getInlineDesc()319 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
58 Descriptor *Desc = B->getDescriptor(); in deallocate()
47 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
194 ArrayRef<const uint8_t> getDescriptor() const;197 MutableArrayRef<uint8_t> getDescriptor();
2242 uint8_t *BytesBegin = getDescriptor().begin();2259 uint8_t *BytesEnd = getDescriptor().end();
506 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()575 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()637 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function
387 pybind11::object getDescriptor() { return descriptor; } in getDescriptor() function
2357 "descriptor", [](PyDialect &self) { return self.getDescriptor(); }) in populateIRCore()