Home
last modified time | relevance | path

Searched refs:methodBody (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DVectorInterfaces.td34 /*methodBody=*/"",
60 /*methodBody=*/"",
68 /*methodBody=*/"",
78 /*methodBody=*/"",
90 /*methodBody=*/"return $_op.memref();"
98 /*methodBody=*/"return $_op.vector();"
106 /*methodBody=*/"return $_op.indices();"
114 /*methodBody=*/"return $_op.permutation_map();"
122 /*methodBody=*/"return $_op.masked();"
130 /*methodBody=*/"",
[all …]
DViewLikeInterface.td73 /*methodBody=*/"",
85 /*methodBody=*/"",
97 /*methodBody=*/"",
109 /*methodBody=*/"",
121 /*methodBody=*/"",
133 /*methodBody=*/"",
145 /*methodBody=*/"",
158 /*methodBody=*/"",
172 /*methodBody=*/"",
186 /*methodBody=*/"",
[all …]
DInferTypeOpInterface.td55 /*methodBody=*/[{
113 /*methodBody=*/[{}],
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOpsInterface.td33 /*methodBody=*/"",
46 /*methodBody=*/"",
58 /*methodBody=*/"",
71 /*methodBody=*/"",
83 /*methodBody=*/"",
96 /*methodBody=*/"",
108 /*methodBody=*/"",
121 /*methodBody=*/"",
168 /*methodBody=*/"",
182 /*methodBody=*/"",
[all …]
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineMemoryOpInterfaces.td30 /*methodBody*/[{}],
41 /*methodBody=*/[{}],
52 /*methodBody=*/[{}],
65 /*methodBody=*/[{}],
76 /*methodBody=*/[{}],
89 /*methodBody=*/[{}],
109 /*methodBody=*/[{}],
120 /*methodBody=*/[{}],
131 /*methodBody=*/[{}],
155 /*methodBody=*/[{}],
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/remove/
DNodeRemovalTest.java69 BlockStmt methodBody = addMethod.createBody(); in testRemoveStatementFromMethodBody() local
70 Statement addStatement = methodBody.addAndGetStatement("test"); in testRemoveStatementFromMethodBody()
71 assertEquals(1, methodBody.getStatements().size()); in testRemoveStatementFromMethodBody()
74 assertEquals(0, methodBody.getStatements().size()); in testRemoveStatementFromMethodBody()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dinfer_fusibility_op_interface.td39 /*methodBody=*/[{}],
51 /*methodBody=*/[{}],
63 /*methodBody=*/[{}],
78 /*methodBody=*/[{}],
93 /*methodBody=*/[{}],
116 /*methodBody=*/[{}],
/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h249 methodBody(properties & MP_Declaration), id(id) {} in OpMethod()
255 OpMethodBody &body() { return methodBody; } in body()
285 OpMethodBody methodBody; variable
/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp214 methodBody.writeTo(os); in writeDefTo()
234 methodBody.writeTo(os); in writeDefTo()
/external/javassist/src/test/javassist/
DJvstTest5.java73 String methodBody = "public void test() { defaultMethod(); }"; in testJIRA246() local
74 CtMethod ctMethod = CtMethod.make(methodBody, ctClass); in testJIRA246()
141 …String methodBody = "public int run() { return foo() + super.foo() + super.bar() + test5.JIRA248In… in testJIRA248() local
142 CtMethod ctMethod = CtMethod.make(methodBody, cc); in testJIRA248()
/external/dagger2/java/dagger/internal/codegen/writing/
DMethodBindingExpression.java82 Object unused = methodBody(); in getDependencyExpression()
117 protected final CodeBlock methodBody() { in methodBody() method in MethodBindingExpression
DPrivateMethodBindingExpression.java86 .addCode(methodBody()) in addMethod()
DComponentBindingExpressions.java223 CodeBlock methodBody = in getComponentMethod() local
227 return method.addCode(methodBody).build(); in getComponentMethod()
/external/llvm-project/mlir/include/mlir/IR/
DRegionKindInterface.td46 /*methodBody=*/[{
DOpBase.td1837 dag args = (ins), code methodBody = [{}],
1852 code body = methodBody;
1860 dag args = (ins), code methodBody = [{}],
1862 : InterfaceMethod<desc, retTy, methodName, args, methodBody,
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java1203 CodeBlock methodBody = CodeBlock.builder() in codeBlocks() local
1233 .addCode(methodBody) in codeBlocks()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java1483 methodBody(node);
1489 private void methodBody(MethodTree node) {
/external/doclava/src/com/google/doclava/parser/
DJava.g221 * "methodBody". constructorBody starts with explicitConstructorInvocation,
/external/llvm-project/mlir/docs/
DOpDefinitions.md445 "unsigned", "getNumWithDefault", (ins), /*methodBody=*/[{}], [{