MLIR
20.0.0git
|
This is the complete list of members for mlir::OpResult, including all inherited members.
cast() const | mlir::Value | inline |
classof(Value value) | mlir::OpResult | inlinestatic |
dropAllUses() | mlir::Value | inline |
dump() const | mlir::Value | |
dyn_cast() const | mlir::Value | inline |
dyn_cast_or_null() const | mlir::Value | inline |
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 | |
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 |
hasOneUse() const | mlir::Value | inline |
impl | mlir::Value | protected |
isa() const | mlir::Value | inline |
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 |