Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp99 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User
100 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()
104 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h188 Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()
382 assert(Offset + sizeof(T) <= Pointee->getDescriptor()->getAllocSize()); in deref()
446 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); } in getInlineDesc()
449 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
H A DInterpState.cpp50 const Descriptor *Desc = B->getDescriptor(); in deallocate()
H A DInterpBlock.h61 const Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
H A DInterp.h1008 if (!CheckConstant(S, OpPC, B->getDescriptor())) in GetGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h2288 uint8_t *BytesBegin = getDescriptor().begin();
2305 uint8_t *BytesEnd = getDescriptor().end();
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp506 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
575 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()
637 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function