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/ByteCode/
H A DPointer.h258 (Next == Pointee->getDescriptor()->getMetadataSize()) in expand()
260 : getDescriptor(Next)->Desc; in expand()
454 asBlockPointer().Pointee->getDescriptor()->getMetadataSize() || in isRoot()
682 asBlockPointer().Pointee->getDescriptor()->getAllocSize()); in deref()
783 return getDescriptor(asBlockPointer().Base); in getInlineDesc()
787 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
H A DEvaluationResult.cpp230 assert(B->getDescriptor()); in checkReturnValue()
231 assert(B->getDescriptor()->asExpr()); in checkReturnValue()
236 S.Note(B->getDescriptor()->asExpr()->getExprLoc(), in checkReturnValue()
H A DMemberPointer.cpp34 Offset += CastedBase.block()->getDescriptor()->getMetadataSize(); in toPointer()
H A DPointer.cpp26 : Pointer(Pointee, Pointee->getDescriptor()->getMetadataSize(), in Pointer()
27 Pointee->getDescriptor()->getMetadataSize()) {} in Pointer()
585 const Expr *E = block()->getDescriptor()->asExpr(); in pointsToLiteral()
596 const Expr *E = block()->getDescriptor()->asExpr(); in pointsToStringLiteral()
H A DInterpBlock.h68 const Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
H A DInterpState.cpp77 const Descriptor *Desc = B->getDescriptor(); in deallocate()
H A DDisasm.cpp302 const Descriptor *Desc = G->block()->getDescriptor(); in dump()
H A DInterp.cpp1146 const Descriptor *Desc = B->getDescriptor(); in RunDestructors()
1206 const Descriptor *BlockDesc = BlockToDelete->getDescriptor(); in Free()
H A DInterpBuiltin.cpp1613 const Descriptor *BlockDesc = BlockToDelete->getDescriptor(); in interp__builtin_operator_delete()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h257 LLVM_ABI ArrayRef<const uint8_t> getDescriptor() const;
260 LLVM_ABI MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h2249 uint8_t *BytesBegin = getDescriptor().begin();
2266 uint8_t *BytesEnd = getDescriptor().end();
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp514 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
583 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()
645 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h362 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function