Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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
H A DInterpState.cpp58 Descriptor *Desc = B->getDescriptor(); in deallocate()
H A DInterpBlock.h49 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h2188 uint8_t *BytesBegin = getDescriptor().begin();
2205 uint8_t *BytesEnd = getDescriptor().end();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp478 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
558 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp101 const ReadDescriptor &RD = RS.getDescriptor(); in checkRegisterHazard()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h262 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function