| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgInterfaces.td | 42 /*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 D | VectorInterfaces.td | 32 /*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 D | ViewLikeInterface.td | 92 /*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 D | DataLayoutInterfaces.td | 43 /*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 D | LoopLikeInterface.td | 56 /*methodName=*/"getSingleInductionVar", 68 /*methodName=*/"getSingleLowerBound", 80 /*methodName=*/"getSingleStep", 92 /*methodName=*/"getSingleUpperBound",
|
| H A D | TilingInterface.td | 37 /*methodName=*/"getDestinationOperands", 51 /*methodName=*/"getLoopIteratorTypes", 62 /*methodName=*/"getIterationDomain", 90 /*methodName=*/"getTiledImplementation", 111 /*methodName=*/"getResultTilePosition", 152 /*methodName=*/"generateResultTileValue",
|
| H A D | ParallelCombiningOpInterface.td | 38 /*methodName=*/"getParentResult", 50 /*methodName=*/"getYieldingOps", 62 /*methodName=*/"getYieldedTypes",
|
| H A D | CopyOpInterface.td | 28 /*methodName=*/"getSource" 33 /*methodName=*/"getTarget"
|
| H A D | DerivedAttributeOpInterface.td | 32 /*methodName=*/"isDerivedAttribute", 41 /*methodName=*/"materializeDerivedAttributes"
|
| H A D | InferTypeOpInterface.td | 42 /*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 D | AffineMemoryOpInterfaces.td | 28 /*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 D | BufferizableOpInterface.td | 36 /*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 D | PtrTypesSemantics.cpp | 144 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 D | Class.cpp | 78 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 D | RegionKindInterface.td | 37 /*methodName=*/"getRegionKind", 44 /*methodName=*/"hasSSADominance",
|
| H A D | TensorEncoding.td | 35 /*methodName=*/"verifyEncoding",
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-interface.td | 31 /*methodName=*/"foo", 37 /*methodName=*/"default_foo",
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_assertions.py | 114 def assertMessages(self, methodName, args, errors): argument 121 return getattr(test, methodName)
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/ |
| H A D | OpenMPTypeInterfaces.td | 26 /*methodName=*/"getElementType"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOpsInterfaces.td | 49 /*methodName=*/"getSizeInBytes",
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 230 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 D | OpDefinitionsGen.cpp | 863 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 D | SPIRVUtilsGen.cpp | 190 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 D | Class.h | 123 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 D | ClangASTPropertiesEmitter.cpp | 674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local 685 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
|