Searched defs:getAlias (Results 1 – 11 of 11) sorted by relevance
/llvm-project/mlir/lib/Dialect/MLProgram/IR/ |
H A D | MLProgramDialect.cpp | 43 AliasResult getAlias(Attribute attr, raw_ostream &os) const override { in getAlias() function
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinDialect.cpp | 50 AliasResult getAlias(Attribute attr, raw_ostream &os) const override { in getAlias() function 71 AliasResult getAlias(Type type, raw_ostream &os) const final { in getAlias() function
|
H A D | AsmPrinter.cpp | 1213 LogicalResult AliasState::getAlias(Attribute attr, raw_ostream &os) const { getAlias() function in AliasState 1221 LogicalResult AliasState::getAlias(Type ty, raw_ostream &os) const { getAlias() function in AliasState
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Weak.h | 32 inline const IdentifierInfo *getAlias() const { return alias; } in getAlias() function
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | Arg.h | 107 const Arg* getAlias() const { return Alias.get(); } in getAlias() function
|
H A D | Option.h | 112 const Option getAlias() const { getAlias() function
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestDialectInterfaces.cpp | 179 AliasResult getAlias(Attribute attr, raw_ostream &os) const final { in getAlias() function 205 AliasResult getAlias(Type type, raw_ostream &os) const final { in getAlias() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 1729 virtual AliasResult getAlias(Attribute attr, raw_ostream &os) const { getAlias() function 1732 virtual AliasResult getAlias(Type type, raw_ostream &os) const { getAlias() function
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 579 unsigned getAlias() const { return AliasOf; } getAlias() function
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 2510 AliasResult getAlias(Attribute attr, raw_ostream &os) const override { getAlias() function
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 3034 AliasResult getAlias(Attribute attr, raw_ostream &os) const override { getAlias() function
|