Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DOperation.h229 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().size() : 0; in getNumOperands()
257 return LLVM_LIKELY(hasOperandStorage) ? getOperandStorage().getOperands() in getOpOperands()
650 const MutableDictionaryAttr &attributes, bool hasOperandStorage);
673 assert(hasOperandStorage && "expected operation to have operand storage"); in getOperandStorage()
717 bool hasOperandStorage : 1; variable
/external/llvm-project/mlir/lib/IR/
DOperation.cpp169 bool hasOperandStorage) in Operation() argument
171 hasOperandStorage(hasOperandStorage), hasSingleResult(false), name(name), in Operation()
191 if (hasOperandStorage) in ~Operation()
256 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()
268 if (LLVM_LIKELY(hasOperandStorage)) in setOperands()
275 if (LLVM_LIKELY(hasOperandStorage)) in insertOperands()