Home
last modified time | relevance | path

Searched refs:numInlineResults (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DOperation.h659 unsigned numInlineResults) { in prefixAllocSize() argument
661 sizeof(detail::InLineOpResult) * numInlineResults; in prefixAllocSize()
667 unsigned numInlineResults = OpResult::getNumInline(numResults); in prefixAllocSize() local
668 return prefixAllocSize(numTrailingResults, numInlineResults); in prefixAllocSize()
/external/llvm-project/mlir/lib/IR/
DOperation.cpp110 unsigned numInlineResults = OpResult::getNumInline(resultTypes.size()); in create() local
130 Operation::prefixAllocSize(numTrailingResults, numInlineResults), in create()
144 for (unsigned i = 0; i < numInlineResults; ++i) in create()