Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td42 /*methodName=*/"lhs",
50 /*methodName=*/"rhs",
116 /*methodName=*/"image",
126 /*methodName=*/"filter",
148 /*methodName=*/"value",
158 /*methodName=*/"output",
168 /*methodName=*/"result",
298 /*methodName=*/"inputs",
322 /*methodName=*/"outputs",
637 /*methodName=*/"getRank",
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DVectorInterfaces.td32 /*methodName=*/"getShapeForUnroll",
75 /*methodName=*/"isDimInBounds",
88 /*methodName=*/"source",
96 /*methodName=*/"vector",
104 /*methodName=*/"indices",
112 /*methodName=*/"permutation_map",
120 /*methodName=*/"isBroadcastDim",
147 /*methodName=*/"in_bounds",
155 /*methodName=*/"getShapedType",
164 /*methodName=*/"getVectorType",
[all …]
H A DViewLikeInterface.td92 /*methodName=*/"offsets",
104 /*methodName=*/"sizes",
116 /*methodName=*/"strides",
128 /*methodName=*/"static_offsets",
140 /*methodName=*/"static_sizes",
152 /*methodName=*/"static_strides",
177 /*methodName=*/"getMixedSizes",
217 /*methodName=*/"isDynamicSize",
261 /*methodName=*/"getStaticSize",
404 /*methodName=*/"isSameAs",
[all …]
H A DDataLayoutInterfaces.td43 /*methodName=*/"getKey",
49 /*methodName=*/"getValue",
56 /*methodName=*/"verifyEntry",
100 /*methodName=*/"combineWith",
106 /*methodName=*/"getEntries",
115 /*methodName=*/"getSpecForType",
140 /*methodName=*/"verifySpec",
205 /*methodName=*/"getTypeSize",
299 /*methodName=*/"getTypeSize",
336 /*methodName=*/"areCompatible",
[all …]
H A DLoopLikeInterface.td56 /*methodName=*/"getSingleInductionVar",
68 /*methodName=*/"getSingleLowerBound",
80 /*methodName=*/"getSingleStep",
92 /*methodName=*/"getSingleUpperBound",
H A DTilingInterface.td37 /*methodName=*/"getDestinationOperands",
51 /*methodName=*/"getLoopIteratorTypes",
62 /*methodName=*/"getIterationDomain",
90 /*methodName=*/"getTiledImplementation",
111 /*methodName=*/"getResultTilePosition",
152 /*methodName=*/"generateResultTileValue",
H A DParallelCombiningOpInterface.td38 /*methodName=*/"getParentResult",
50 /*methodName=*/"getYieldingOps",
62 /*methodName=*/"getYieldedTypes",
H A DCopyOpInterface.td28 /*methodName=*/"getSource"
33 /*methodName=*/"getTarget"
H A DDerivedAttributeOpInterface.td32 /*methodName=*/"isDerivedAttribute",
41 /*methodName=*/"materializeDerivedAttributes"
H A DInferTypeOpInterface.td42 /*methodName=*/"inferReturnTypes",
73 /*methodName=*/"refineReturnTypes",
102 /*methodName=*/"isCompatibleReturnTypes",
145 /*methodName=*/"inferReturnTypeComponents",
174 /*methodName=*/"reifyReturnTypeShapes",
225 /*methodName=*/"reifyResultShapes",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineMemoryOpInterfaces.td28 /*methodName=*/"getMemRef",
39 /*methodName=*/"getMemRefType",
50 /*methodName=*/"getMapOperands",
63 /*methodName=*/"getAffineMap",
74 /*methodName=*/"getValue",
94 /*methodName=*/"getMemRef",
105 /*methodName=*/"getMemRefType",
116 /*methodName=*/"getMapOperands",
129 /*methodName=*/"getAffineMap",
131 /*methodName=*/[{}],
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.td36 /*methodName=*/"bufferizesToAllocation",
106 /*methodName=*/"isMemoryWrite",
148 /*methodName=*/"getAliasingOpResult",
205 /*methodName=*/"bufferRelation",
230 /*methodName=*/"resolveConflicts",
267 /*methodName=*/"bufferize",
293 /*methodName=*/"isWritable",
315 /*methodName=*/"isNotConflicting",
334 /*methodName=*/"verifyAnalysis",
347 /*methodName=*/"getBufferType",
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp144 auto methodName = safeGetName(M); in isGetterOfRefCounted() local
147 methodName == "get") || in isGetterOfRefCounted()
151 methodName == "impl")) in isGetterOfRefCounted()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp78 return methodName == other.methodName && in makesRedundant()
83 os << returnType << getSpaceAfterType(returnType) << methodName << "("; in writeDeclTo()
91 << (namePrefix.empty() ? "" : "::") << methodName << "("; in writeDefTo()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegionKindInterface.td37 /*methodName=*/"getRegionKind",
44 /*methodName=*/"hasSSADominance",
H A DTensorEncoding.td35 /*methodName=*/"verifyEncoding",
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-interface.td31 /*methodName=*/"foo",
37 /*methodName=*/"default_foo",
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py114 def assertMessages(self, methodName, args, errors): argument
121 return getattr(test, methodName)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPTypeInterfaces.td26 /*methodName=*/"getElementType"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpsInterfaces.td49 /*methodName=*/"getSizeInBytes",
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py230 def __init__(self, methodName='runTest'): argument
235 self._testMethodName = methodName
238 testMethod = getattr(self, methodName)
241 (self.__class__, methodName))
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp863 static void errorIfPruned(size_t line, Method *m, const Twine &methodName, in errorIfPruned() argument
868 methodName + "` for " + in errorIfPruned()
926 std::string methodName = (name + "AttrName").str(); in genAttrNameGetters() local
931 opClass.addInlineMethod("::mlir::StringAttr", methodName); in genAttrNameGetters()
932 ERROR_IF_PRUNED(method, methodName, op); in genAttrNameGetters()
939 "::mlir::StringAttr", methodName, in genAttrNameGetters()
941 ERROR_IF_PRUNED(method, methodName, op); in genAttrNameGetters()
1133 generateValueRangeStartAndEnd(Class &opClass, StringRef methodName, in generateValueRangeStartAndEnd() argument
1137 auto *method = opClass.addMethod("std::pair<unsigned, unsigned>", methodName, in generateValueRangeStartAndEnd()
H A DSPIRVUtilsGen.cpp190 StringRef methodName = availability.getQueryFnName(); in emitInterfaceDef() local
191 os << availability.getInterfaceClassName() << "::" << methodName << "() {\n" in emitInterfaceDef()
192 << " return getImpl()->" << methodName << "(getImpl(), getOperation());\n" in emitInterfaceDef()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h123 methodName(stringify(std::forward<NameT>(name))), in MethodSignature()
153 StringRef getName() const { return methodName; } in getName()
170 std::string methodName; variable
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local
685 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()

12