Searched refs:ValueWrapper (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea4.ll | 3 %struct.ValueWrapper = type { double } 4 %struct.ValueWrapper.6 = type { %struct.ValueWrapper.7 } 5 %struct.ValueWrapper.7 = type { %struct.ValueWrapper.8 } 6 %struct.ValueWrapper.8 = type { %struct.ValueWrapper } 9 define linkonce_odr void @_ZN12ValueWrapperIS_IS_IS_IdEEEEC2Ev(%struct.ValueWrapper.6* %this) unnam… 11 %this.addr = alloca %struct.ValueWrapper.6*, align 8 12 store %struct.ValueWrapper.6* %this, %struct.ValueWrapper.6** %this.addr, align 8 13 %this1 = load %struct.ValueWrapper.6*, %struct.ValueWrapper.6** %this.addr 14 …%value = getelementptr inbounds %struct.ValueWrapper.6, %struct.ValueWrapper.6* %this1, i32 0, i32… 15 call void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(%struct.ValueWrapper.7* %value) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea4.ll | 3 %struct.ValueWrapper = type { double } 4 %struct.ValueWrapper.6 = type { %struct.ValueWrapper.7 } 5 %struct.ValueWrapper.7 = type { %struct.ValueWrapper.8 } 6 %struct.ValueWrapper.8 = type { %struct.ValueWrapper } 9 define linkonce_odr void @_ZN12ValueWrapperIS_IS_IS_IdEEEEC2Ev(%struct.ValueWrapper.6* %this) unnam… 11 %this.addr = alloca %struct.ValueWrapper.6*, align 8 12 store %struct.ValueWrapper.6* %this, %struct.ValueWrapper.6** %this.addr, align 8 13 %this1 = load %struct.ValueWrapper.6*, %struct.ValueWrapper.6** %this.addr 14 …%value = getelementptr inbounds %struct.ValueWrapper.6, %struct.ValueWrapper.6* %this1, i32 0, i32… 15 call void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(%struct.ValueWrapper.7* %value) [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | mhlo_fusion.cc | 71 class ValueWrapper { class 73 explicit ValueWrapper(Value value) : value_(std::move(value)) {} in ValueWrapper() function in mlir::mhlo::__anon3c5f23730111::ValueWrapper 77 bool operator==(const ValueWrapper& rhs) const { in operator ==() 85 bool operator<(const ValueWrapper& lhs, const ValueWrapper& rhs) { in operator <() 173 return impl_.isEquivalent(ValueWrapper(lhs), ValueWrapper(rhs)); in HasSameShape() 184 if (!impl_.isEquivalent(ValueWrapper(lhs), ValueWrapper(rhs))) { in PropagateEquality() 186 impl_.unionSets(ValueWrapper(lhs), ValueWrapper(rhs)); in PropagateEquality() 216 EquivalenceClasses<ValueWrapper> impl_;
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 53 ValueWrapper value_wrapper_simple = 16; 54 ValueWrapper value_wrapper_with_struct = 17; 55 ValueWrapper value_wrapper_with_list = 18; 56 ValueWrapper value_wrapper_with_empty_list = 19; 57 ValueWrapper value_wrapper_with_list_with_empty_struct = 20; 83 message ValueWrapper { message
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | JsonValueTest.java | 77 static class ValueWrapper { class in JsonValueTest 240 assertEquals("{\"a\":\"a\",\"b\":\"b\"}", MAPPER.writeValueAsString(new ValueWrapper())); in testValueWithStaticType() 246 assertEquals("{\"a\":\"a\"}", staticMapper.writeValueAsString(new ValueWrapper())); in testValueWithStaticType()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 80 using proto_util_converter::testing::ValueWrapper; 1723 ValueWrapper value; in TEST_P()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |