/external/clang/test/CodeGenObjC/ |
D | fragile-arc.m | 33 // CHECK: [[X:%.*]] = alloca [[OPAQUE:%.*]]*, align 4 37 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 38 // CHECK-NEXT: [[T0:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[IVAR]] 39 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[T0]] to i8* 41 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[OPAQUE]]* 42 // CHECK-NEXT: store [[OPAQUE]]* [[T3]], [[OPAQUE]]** [[X]] 44 // CHECK-NEXT: [[VALUE:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[X]] 48 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 49 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8** 50 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[VALUE]] to i8* [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AuthenticationHeader.java | 56 public static final String OPAQUE = ParameterNames.OPAQUE; field in AuthenticationHeader 115 || name.equalsIgnoreCase(ParameterNames.OPAQUE) in setParameter() 352 setParameter(ParameterNames.OPAQUE, opaque); in setOpaque() 363 return getParameter(ParameterNames.OPAQUE); in getOpaque()
|
D | Challenge.java | 50 private static String OPAQUE = ParameterNames.OPAQUE; field in Challenge 125 return (String) authParams.getValue(OPAQUE); in getOpaque()
|
D | Credentials.java | 47 private static String OPAQUE = ParameterNames.OPAQUE; field in Credentials
|
D | ParameterNames.java | 58 public static final String OPAQUE = "opaque"; field
|
D | AuthenticationInfo.java | 218 || name.equalsIgnoreCase(ParameterNames.OPAQUE) in setParameter()
|
/external/clang/test/CodeGen/ |
D | debug-info.c | 10 struct OPAQUE; // CHECK-DAG: DW_TAG_structure_type, name: "OPAQUE" 11 typedef struct OPAQUE *PTR;
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.cc | 92 case OPAQUE: in BitWidth() 129 primitive_type != OPAQUE && primitive_type != TOKEN; in IsArrayType()
|
D | literal_util.cc | 139 case OPAQUE: in Zero() 179 case OPAQUE: in One() 223 case OPAQUE: in MinValue() 263 case OPAQUE: in MaxValue()
|
D | shape_util.cc | 99 if (element_type == OPAQUE || element_type == TUPLE) { in MakeShapeWithLayoutInternal() 250 result.set_element_type(OPAQUE); in MakeOpaqueShape() 311 case OPAQUE: in ElementIsSigned() 562 case OPAQUE: in ByteSizeOfPrimitiveType() 583 } else if (shape.element_type() == OPAQUE) { in ByteSizeOf() 645 if (shape.element_type() == TOKEN || shape.element_type() == OPAQUE) { in ValidateShapeWithOptionalLayoutInternal()
|
D | shape.h | 59 bool IsOpaque() const { return element_type() == OPAQUE; } in IsOpaque()
|
D | xla_data.proto | 74 OPAQUE = 14; enumerator
|
D | literal.cc | 296 if (ShapeUtil::HasPrimitiveType(shape, OPAQUE)) { in CreateFromProto()
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | util.cc | 114 case xla::OPAQUE: in IntegerLiteral()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | GlideBitmapDrawable.java | 123 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in getOpacity()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math_test.cc | 183 } else if (ty == PrimitiveType::OPAQUE) { in XLA_TEST_F()
|
/external/tcpdump/ |
D | print-snmp.c | 76 #undef OPAQUE /* defined in <wingdi.h> */ 117 #define OPAQUE 4 macro
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 218 typed_visitors_[OPAQUE] = in HloEvaluator() 497 case OPAQUE: in HandleIsFinite()
|
D | hlo_graph_dumper.cc | 123 if (ShapeUtil::HasPrimitiveType(instr->shape(), OPAQUE) || in IsSmall()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 208 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 197 case OPAQUE: in PrimitiveTypeToIrType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 212 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 1134 ``[OPAQUE]`` 1136 The ``OPAQUE`` record (code 6) adds an ``opaque`` type to the type table, with 1265 representing the bytes of a struct name. The next ``OPAQUE`` or
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 984 ``[OPAQUE]`` 986 The ``OPAQUE`` record (code 6) adds an ``opaque`` type to the type table. Note
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 367 OPAQUE = 14 variable in PrimitiveType
|