Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DUser.cpp93 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User
94 auto MutableARef = const_cast<User *>(this)->getDescriptor(); in getDescriptor()
98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DPointer.h133 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()
319 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); } in getInlineDesc()
322 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
DInterpState.cpp58 Descriptor *Desc = B->getDescriptor(); in deallocate()
DInterpBlock.h49 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DUser.h194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
DInstrTypes.h2187 uint8_t *BytesBegin = getDescriptor().begin();
2204 uint8_t *BytesEnd = getDescriptor().end();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp493 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
562 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()
624 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
DInstruction.h361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function