Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h264 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().size() : 0; in getNumOperands()
301 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().getOperands() in getOpOperands()
695 DictionaryAttr attributes, bool hasOperandStorage);
718 assert(hasOperandStorage && "expected operation to have operand storage"); in getOperandStorage()
772 bool hasOperandStorage : 1; variable
796 return hasOperandStorage ? 1 : 0;
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp117 DictionaryAttr attributes, bool hasOperandStorage) in Operation() argument
119 numRegions(numRegions), hasOperandStorage(hasOperandStorage), name(name), in Operation()
148 if (hasOperandStorage) in ~Operation()
191 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()
203 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()
210 if (LLVM_LIKELY(hasOperandStorage)) in insertOperands()