| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_disasm_info.h | 51 /* Annotation for the generated IR. One of the two can be set. */ 53 const char *annotation; member in struct:inst_group
|
| brw_disasm_info.c | 70 if (last_annotation_string != group->annotation) { 71 last_annotation_string = group->annotation; 135 group->annotation = inst->annotation; 144 * instruction's annotation with a pointer to the bblock started by 147 * There's also only complication from emitting an annotation without
|
| brw_vec4_builder.h | 58 annotation() 65 * execution controls and debug annotation are initialized from the 73 annotation.str = inst->annotation; 74 annotation.ir = inst->ir; 136 * Construct a builder with the given debug annotation info. 142 bld.annotation.str = str; 143 bld.annotation.ir = ir; 317 inst->annotation = annotation.str 630 } annotation; member in class:brw::vec4_builder [all...] |
| brw_fs_builder.h | 61 annotation() 68 * execution controls and debug annotation are initialized from the 77 annotation.str = inst->annotation; 78 annotation.ir = inst->ir; 163 * Construct a builder with the given debug annotation info. 169 bld.annotation.str = str; 170 bld.annotation.ir = ir; 380 inst->annotation = annotation.str 819 } annotation; member in class:brw::fs_builder [all...] |
| brw_shader.h | 135 * Annotation for the generated IR. One of the two can be set. 138 const char *annotation; member in struct:backend_instruction::backend_instruction
|
| brw_vec4_visitor.cpp | 62 this->annotation = NULL; 69 inst->annotation = this->current_annotation; 81 new_inst->annotation = inst->annotation; 1538 write->annotation = inst->annotation; 1558 write->annotation = inst->annotation; 1577 write->annotation = inst->annotation; [all...] |
| /src/external/gpl3/binutils/dist/gprof/ |
| source.c | 101 char *annotation, *name_only; local 182 /* Create annotation files in the current working directory. */ 247 annotation = (char *) xmalloc (max_width + 1); 257 (*annote) (annotation, max_width, line_num, arg); 258 fputs (annotation, ofp); 267 free (annotation);
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| source.c | 101 char *annotation, *name_only; local 182 /* Create annotation files in the current working directory. */ 247 annotation = (char *) xmalloc (max_width + 1); 257 (*annote) (annotation, max_width, line_num, arg); 258 fputs (annotation, ofp); 267 free (annotation);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_disasm_info.h | 51 /* Annotation for the generated IR. One of the two can be set. */ 53 const char *annotation; member in struct:inst_group
|
| brw_vec4_builder.h | 58 annotation() 65 * execution controls and debug annotation are initialized from the 73 annotation.str = inst->annotation; 74 annotation.ir = inst->ir; 136 * Construct a builder with the given debug annotation info. 142 bld.annotation.str = str; 143 bld.annotation.ir = ir; 317 inst->annotation = annotation.str 642 } annotation; member in class:brw::vec4_builder [all...] |
| brw_disasm_info.c | 78 if (last_annotation_string != group->annotation) { 79 last_annotation_string = group->annotation; 146 group->annotation = inst->annotation; 155 * instruction's annotation with a pointer to the bblock started by 158 * There's also only complication from emitting an annotation without
|
| brw_fs_builder.h | 61 annotation() 68 * execution controls and debug annotation are initialized from the 77 annotation.str = inst->annotation; 78 annotation.ir = inst->ir; 163 * Construct a builder with the given debug annotation info. 169 bld.annotation.str = str; 170 bld.annotation.ir = ir; 371 inst->annotation = annotation.str 883 } annotation; member in class:brw::fs_builder [all...] |
| brw_ir.h | 132 * Annotation for the generated IR. One of the two can be set. 135 const char *annotation; member in struct:backend_instruction::backend_instruction
|
| brw_vec4_visitor.cpp | 62 this->annotation = NULL; 69 inst->annotation = this->current_annotation; 81 new_inst->annotation = inst->annotation; 1430 write->annotation = inst->annotation; 1450 write->annotation = inst->annotation; 1469 write->annotation = inst->annotation; [all...] |
| /src/external/mit/isl/dist/ |
| isl_ast_private.h | 90 isl_id *annotation; member in struct:isl_ast_node
|
| isl_ast.c | 1160 if (!node->annotation) 1162 dup->annotation = isl_id_copy(node->annotation); 1163 if (!dup->annotation) 1215 isl_id_free(node->annotation); 1706 return node ? isl_id_copy(node->annotation) : NULL; 1720 #define FIELD_NAME annotation 1724 #define FIELD annotation 1728 /* Replace node->annotation by "annotation" [all...] |
| /src/external/mit/isl/dist/include/isl/ |
| ast.h | 118 __isl_take isl_ast_node *node, __isl_take isl_id *annotation);
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_cursor.py | 397 tu = get_tu('int foo (void) __attribute__ ((annotate("here be annotation attribute")));') 404 self.assertEqual(c.displayname, "here be annotation attribute") 407 self.fail("Couldn't find annotation") 410 annotation = '__attribute__ ((annotate("annotation")))' 415 source = 'template<typename T> ' + (source % annotation) 424 self.assertEqual(c.displayname, "annotation") 427 self.fail("Couldn't find annotation for {}".format(kind))
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| IntrinsicLowering.cpp | 325 case Intrinsic::annotation: 327 // Just drop the annotation, but forward the value
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetTransformInfoImpl.h | 575 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopRerollPass.cpp | 1147 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| IRTranslator.cpp | 2108 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 6586 case Intrinsic::annotation: 6606 MF.getMMI().getContext().createTempSymbol("annotation", true);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGBuiltin.cpp | 4074 llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::annotation, 4077 // Get the annotation string, go through casts. Sema requires this to be a
|