Home
last modified time | relevance | path

Searched refs:OPAQUE (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/CodeGenObjC/
Dfragile-arc.m33 // 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/
DAuthenticationHeader.java56 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()
DChallenge.java50 private static String OPAQUE = ParameterNames.OPAQUE; field in Challenge
125 return (String) authParams.getValue(OPAQUE); in getOpaque()
DCredentials.java47 private static String OPAQUE = ParameterNames.OPAQUE; field in Credentials
DParameterNames.java58 public static final String OPAQUE = "opaque"; field
DAuthenticationInfo.java218 || name.equalsIgnoreCase(ParameterNames.OPAQUE) in setParameter()
/external/clang/test/CodeGen/
Ddebug-info.c10 struct OPAQUE; // CHECK-DAG: DW_TAG_structure_type, name: "OPAQUE"
11 typedef struct OPAQUE *PTR;
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc92 case OPAQUE: in BitWidth()
129 primitive_type != OPAQUE && primitive_type != TOKEN; in IsArrayType()
Dliteral_util.cc139 case OPAQUE: in Zero()
179 case OPAQUE: in One()
223 case OPAQUE: in MinValue()
263 case OPAQUE: in MaxValue()
Dshape_util.cc99 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()
Dshape.h59 bool IsOpaque() const { return element_type() == OPAQUE; } in IsOpaque()
Dxla_data.proto74 OPAQUE = 14; enumerator
Dliteral.cc296 if (ShapeUtil::HasPrimitiveType(shape, OPAQUE)) { in CreateFromProto()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.cc114 case xla::OPAQUE: in IntegerLiteral()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DGlideBitmapDrawable.java123 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in getOpacity()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath_test.cc183 } else if (ty == PrimitiveType::OPAQUE) { in XLA_TEST_F()
/external/tcpdump/
Dprint-snmp.c76 #undef OPAQUE /* defined in <wingdi.h> */
117 #define OPAQUE 4 macro
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc218 typed_visitors_[OPAQUE] = in HloEvaluator()
497 case OPAQUE: in HandleIsFinite()
Dhlo_graph_dumper.cc123 if (ShapeUtil::HasPrimitiveType(instr->shape(), OPAQUE) || in IsSmall()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp208 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc197 case OPAQUE: in PrimitiveTypeToIrType()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp212 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst1134 ``[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/
DBitCodeFormat.rst984 ``[OPAQUE]``
986 The ``OPAQUE`` record (code 6) adds an ``opaque`` type to the type table. Note
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py367 OPAQUE = 14 variable in PrimitiveType