HomeSort by relevance Sort by last modified time
    Searched refs:Tag (Results 201 - 225 of 1989) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag = 0; // unique tag for current contents.
84 /// getTag - Return an opaque tag representing the current state of the union.
85 unsigned getTag() const { return Tag; }
87 /// changedSince - Return true if the union change since getTag returned tag.
88 bool changedSince(unsigned tag) const { return tag != Tag; }
97 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag = 0
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 62 unsigned Tag; // unique tag for current contents.
66 explicit LiveIntervalUnion(Allocator &a) : Tag(0), Segments(a) {}
80 /// getTag - Return an opaque tag representing the current state of the union.
81 unsigned getTag() const { return Tag; }
83 /// changedSince - Return true if the union change since getTag returned tag.
84 bool changedSince(unsigned tag) const { return tag != Tag; }
99 void clear() { Segments.clear(); ++Tag; }
    [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-7.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 10
20 @CHECK-OBJ: Tag: 13
27 @CHECK-OBJ: Tag: 24
34 @CHECK-OBJ: Tag: 25
attribute-5.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 10
20 @CHECK-OBJ: Tag: 13
27 @CHECK-OBJ: Tag: 24
34 @CHECK-OBJ: Tag: 25
41 @CHECK-OBJ: Tag: 30
48 @CHECK-OBJ: Tag: 31
attribute-6.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 10
20 @CHECK-OBJ: Tag: 13
27 @CHECK-OBJ: Tag: 24
34 @CHECK-OBJ: Tag: 25
41 @CHECK-OBJ: Tag: 30
48 @CHECK-OBJ: Tag: 31
attribute-10.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 24
20 @CHECK-OBJ: Tag: 25
attribute-11.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 24
20 @CHECK-OBJ: Tag: 25
attribute-12.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 24
20 @CHECK-OBJ: Tag: 25
attribute-9.s 6 @CHECK-OBJ: Tag: 6
13 @CHECK-OBJ: Tag: 24
20 @CHECK-OBJ: Tag: 25
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 29 // Also contains the list of known (typed) Tag IDs.
45 } Tag;
64 NaClBitcodeHeaderField(Tag MyID);
67 NaClBitcodeHeaderField(Tag MyID, uint32_t value);
70 NaClBitcodeHeaderField(Tag MyID, size_t MyLen, uint8_t *MyData);
90 static const char *IDName(Tag ID);
112 Tag GetID() const { return ID; }
130 void DecodeTypedID(FixedSubfield Subfield, Tag &ID, FieldType &FType) {
132 ID = (PossibleID > kTag_MAX ? kInvalid : static_cast<Tag>(PossibleID));
146 Tag ID
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_call.h 39 // `Service`. Also defines a `Tag` nested class that can be used as
40 // the tag in a `grpc::CompletionQueue`. Each class that
42 // loop that knows about `UntypedCall<Service>::Tag` objects, and
59 // `UntypedCall<Service>::Tag`).
61 // 2. When the tag is returned from `cq_->Next()`, the
69 // an `UntypedCall::Tag`).
71 // 4. When the response has been sent, the tag is returned from
98 // Associates a tag in a `::grpc::CompletionQueue` with a callback
99 // for an incoming RPC. An active Tag owns a reference on the corresponding
101 class Tag {
    [all...]
  /external/llvm/lib/IR/
Use.cpp 98 unsigned Tag = (Current++)->Prev.getInt();
99 switch (Tag) {
108 unsigned Tag = Current->Prev.getInt();
109 switch (Tag) {
113 Offset = (Offset << 1) + Tag;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Use.cpp 55 unsigned Tag = (Current++)->Prev.getInt();
56 switch (Tag) {
65 unsigned Tag = Current->Prev.getInt();
66 switch (Tag) {
70 Offset = (Offset << 1) + Tag;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 158 * @param tag
159 * Type tag (see JDWP.tag)
162 public boolean isValuePrimitiveType(byte tag) {
163 switch (tag) {
164 case JDWPConstants.Tag.ARRAY_TAG: {
167 case JDWPConstants.Tag.BYTE_TAG: {
170 case JDWPConstants.Tag.CHAR_TAG: {
173 case JDWPConstants.Tag.OBJECT_TAG: {
176 case JDWPConstants.Tag.FLOAT_TAG:
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 36 import org.yaml.snakeyaml.nodes.Tag;
58 * Tag logic:<br/>
59 * - explicit root tag is set in serializer <br/>
60 * - if there is a predefined class tag it is used<br/>
61 * - a global tag with class name is always used as tag. The JavaBean parent
62 * of the specified JavaBean may set another tag (tag:yaml.org,2002:map)
73 Tag tag; local
226 Tag tag = node.getTag(); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 140 logWriter.println(" ClassType.NewInstance: newObject.tag="
141 + newObject.tag + " newObject.objectID=" + newObject.objectID);
144 logWriter.println(" ClassType.NewInstance: exception.tag="
145 + exception.tag + " exception.objectID=" + exception.objectID);
149 assertEquals("Invalid object tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.tag
150 , JDWPConstants.Tag.getName(JDWPConstants.Tag.OBJECT_TAG)
151 , JDWPConstants.Tag.getName(newObject.tag))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 124 void hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag);
134 void hashAttribute(const DIEValue &Value, dwarf::Tag Tag);
137 void hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag,
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBeanTest.java 30 import org.yaml.snakeyaml.nodes.Tag;
45 Object propertyValue, Tag customTag) {
65 Object propertyValue, Tag customTag) {
69 if (Tag.NULL.equals(valueNode.getTag())) {
73 if (Tag.SEQ.equals(valueNode.getTag())) {
79 if (Tag.MAP.equals(valueNode.getTag())) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InterferenceCache.h 30 BlockInterference() : Tag(0) {}
31 unsigned Tag;
42 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
44 unsigned Tag;
58 /// AliasTags - A LiveIntervalUnion pointer and tag for each alias of
74 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0) {}
102 if (Blocks[MBBNum].Tag != Tag)
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTaglet.java 16 import com.sun.javadoc.Tag;
85 public String toString(Tag tag) {
86 return tag.text();
89 public String toString(Tag[] tags) {
93 String msg = "Should not have more than one ICU tag per element:\n";
118 public String toString(Tag tag) {
119 String text = tag.text();
121 System.err.println("Error: empty discouraged tag ");
    [all...]

Completed in 483 milliseconds

1 2 3 4 5 6 7 891011>>