|
MLIR
22.0.0git
|
This is the complete list of members for mlir::OpResult, including all inherited members.
| classof(Value value) | mlir::OpResult | inlinestatic |
| dropAllUses() | mlir::Value | inline |
| dump() const | mlir::Value | |
| getAsOpaquePointer() const | mlir::Value | inline |
| getContext() const | mlir::Value | inline |
| getDefiningOp() const | mlir::Value | |
| getDefiningOp() const | mlir::Value | inline |
| getFromOpaquePointer(const void *pointer) | mlir::Value | inlinestatic |
| getLoc() const | mlir::Value | |
| getNumUses() const | mlir::Value | |
| getOwner() const | mlir::OpResult | inline |
| getParentBlock() | mlir::Value | |
| getParentRegion() | mlir::Value | |
| getResultNumber() const | mlir::OpResult | inline |
| getType() const | mlir::Value | inline |
| getUsers() const | mlir::Value | inline |
| getUses() const | mlir::Value | inline |
| hasNUses(unsigned n) const | mlir::Value | |
| hasNUsesOrMore(unsigned n) const | mlir::Value | |
| hasOneUse() const | mlir::Value | inline |
| impl | mlir::Value | protected |
| isUsedOutsideOfBlock(Block *block) const | mlir::Value | |
| operator bool() const | mlir::Value | inlineexplicit |
| operator!=(const Value &other) const | mlir::Value | inline |
| operator==(const Value &other) const | mlir::Value | inline |
| print(raw_ostream &os) const | mlir::Value | |
| print(raw_ostream &os, const OpPrintingFlags &flags) const | mlir::Value | |
| print(raw_ostream &os, AsmState &state) const | mlir::Value | |
| printAsOperand(raw_ostream &os, AsmState &state) const | mlir::Value | |
| printAsOperand(raw_ostream &os, const OpPrintingFlags &flags) const | mlir::Value | |
| replaceAllUsesExcept(Value newValue, const SmallPtrSetImpl< Operation * > &exceptions) | mlir::Value | |
| replaceAllUsesExcept(Value newValue, Operation *exceptedUser) | mlir::Value | |
| replaceAllUsesWith(Value newValue) | mlir::Value | inline |
| replaceUsesWithIf(Value newValue, function_ref< bool(OpOperand &)> shouldReplace) | mlir::Value | |
| setLoc(Location loc) | mlir::Value | |
| setType(Type newType) | mlir::Value | inline |
| shuffleUseList(ArrayRef< unsigned > indices) | mlir::Value | |
| use_begin() const | mlir::Value | inline |
| use_empty() const | mlir::Value | inline |
| use_end() const | mlir::Value | inline |
| use_iterator typedef | mlir::Value | |
| use_range typedef | mlir::Value | |
| user_begin() const | mlir::Value | inline |
| user_end() const | mlir::Value | inline |
| user_iterator typedef | mlir::Value | |
| user_range typedef | mlir::Value | |
| Value(detail::ValueImpl *impl=nullptr) | mlir::OpResult | inline |
| mlir::Value::Value(detail::ValueImpl *impl=nullptr) | mlir::Value | inline |