Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h130 Descriptor *Desc = Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()
316 InlineDescriptor *getInlineDesc() const { return getDescriptor(Base); } in getInlineDesc()
319 InlineDescriptor *getDescriptor(unsigned Offset) const { in getDescriptor() function
H A DInterpState.cpp58 Descriptor *Desc = B->getDescriptor(); in deallocate()
H A DInterpBlock.h47 Descriptor *getDescriptor() const { return Desc; } in getDescriptor() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h194 ArrayRef<const uint8_t> getDescriptor() const;
197 MutableArrayRef<uint8_t> getDescriptor();
H A DInstrTypes.h2242 uint8_t *BytesBegin = getDescriptor().begin();
2259 uint8_t *BytesEnd = getDescriptor().end();
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h387 pybind11::object getDescriptor() { return descriptor; } in getDescriptor() function
H A DIRCore.cpp2357 "descriptor", [](PyDialect &self) { return self.getDescriptor(); }) in populateIRCore()