Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h238 (Next == Pointee->getDescriptor()->getMetadataSize()) in expand()
240 : getDescriptor(Next)->Desc; in expand()
405 asBlockPointer().Pointee->getDescriptor()->getMetadataSize() || in isRoot()
592 asBlockPointer().Pointee->getDescriptor()->getAllocSize()); in deref()
663 return getDescriptor(asBlockPointer().Base); in getInlineDesc()
667 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
H A DEvaluationResult.cpp229 assert(B->getDescriptor()); in checkReturnValue()
230 assert(B->getDescriptor()->asExpr()); in checkReturnValue()
234 S.Note(B->getDescriptor()->asExpr()->getExprLoc(), in checkReturnValue()
H A DMemberPointer.cpp43 Offset += CastedBase.block()->getDescriptor()->getMetadataSize(); in toPointer()
H A DInterpState.cpp62 const Descriptor *Desc = B->getDescriptor(); in deallocate()
H A DInterpBlock.h67 const Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
H A DPointer.cpp25 : Pointer(Pointee, Pointee->getDescriptor()->getMetadataSize(), in Pointer()
26 Pointee->getDescriptor()->getMetadataSize()) {} in Pointer()
H A DDisasm.cpp146 const Descriptor *Desc = G->block()->getDescriptor(); in dump()
H A DInterp.cpp880 const Descriptor *Desc = B->getDescriptor(); in RunDestructors()
H A DInterp.h2948 const Descriptor *BlockDesc = BlockToDelete->getDescriptor(); in Free()
/freebsd/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.h2308 uint8_t *BytesBegin = getDescriptor().begin();
2325 uint8_t *BytesEnd = getDescriptor().end();
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function