Home
last modified time | relevance | path

Searched refs:OutOfLineOpResult (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValue.h55 OutOfLineOpResult = 6, enumerator
372 return static_cast<unsigned>(Kind::OutOfLineOpResult); in getMaxInlineResults()
389 return value->getKind() != ValueImpl::Kind::OutOfLineOpResult; in classof()
395 class OutOfLineOpResult : public OpResultImpl {
397 OutOfLineOpResult(Type type, uint64_t outOfLineIndex) in OutOfLineOpResult() function
398 : OpResultImpl(type, Kind::OutOfLineOpResult), in OutOfLineOpResult()
402 return value->getKind() == ValueImpl::Kind::OutOfLineOpResult; in classof()
417 if (const auto *outOfLineResult = dyn_cast<OutOfLineOpResult>(this)) in getResultNumber()
H A DOperation.h705 return sizeof(detail::OutOfLineOpResult) * numOutOfLineResults + in prefixAllocSize()
723 detail::OutOfLineOpResult *getOutOfLineOpResult(unsigned resultNumber) { in getOutOfLineOpResult()
726 return reinterpret_cast<detail::OutOfLineOpResult *>(getInlineOpResult( in getOutOfLineOpResult()
/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp121 const OutOfLineOpResult *outOfLineIt = (const OutOfLineOpResult *)(this); in getOwner()
176 return reinterpret_cast<OutOfLineOpResult *>(result) - offset; in getNextResultAtOffset()
H A DOperation.cpp94 detail::OutOfLineOpResult(*resultTypeIt, i); in create()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp24 mlir::detail::OutOfLineOpResult Result(FloatType, 42);
H A Dmlir-support.gdb69 # CHECK: mlir::detail::ValueImpl::Kind::OutOfLineOpResult