Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td25 let OutOperandList = (outs type0:$dst);
33 let OutOperandList = (outs type0:$dst);
47 let OutOperandList = (outs type0:$dst);
48 let InOperandList = (ins type0:$src, untyped_imm_0:$sz);
55 let OutOperandList = (outs type0:$dst);
64 let OutOperandList = (outs type0:$dst);
70 let OutOperandList = (outs type0:$dst);
76 let OutOperandList = (outs type0:$dst);
82 let OutOperandList = (outs type0:$dst);
88 let OutOperandList = (outs type0:$dst);
[all …]
/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
75 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
77 self.type0 = type0
81 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
82 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
85 def createCase(operation, type0, type1): argument
87 for t0 in type0:
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
79 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
81 self.type0 = type0
86 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
87 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
90 def createCase(operation, type0, type1): argument
92 for t0 in type0:
/external/libaom/test/
Dav1_txfm_test.cc23 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type() argument
26 *type0 = TYPE_DCT; in get_txfm1d_type()
30 *type0 = TYPE_ADST; in get_txfm1d_type()
34 *type0 = TYPE_DCT; in get_txfm1d_type()
38 *type0 = TYPE_ADST; in get_txfm1d_type()
42 *type0 = TYPE_ADST; in get_txfm1d_type()
46 *type0 = TYPE_DCT; in get_txfm1d_type()
50 *type0 = TYPE_ADST; in get_txfm1d_type()
54 *type0 = TYPE_ADST; in get_txfm1d_type()
58 *type0 = TYPE_ADST; in get_txfm1d_type()
[all …]
Dav1_txfm_test.h43 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1);
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
DRISCVGenInstrInfo.inc1889 type0 = 31,
2480 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2481 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2482 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2483 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2484 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2485 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2486 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2487 OpTypes::type0, OpTypes::type0, OpTypes::type0,
2488 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]
/external/libabigail/tests/data/test-abidiff/
Dtest-qual-type0-v1.cc.bi5 …ment-in-bits='32' visibility='default' filepath='../../abitests/test-qual-type0-v1.cc' line='1' co…
7 …<typedef-decl name='S0' type-id='type-id-3' filepath='../../abitests/test-qual-type0-v1.cc' line='…
10 …pe-id='type-id-1' visibility='default' filepath='../../abitests/test-qual-type0-v1.cc' line='3' co…
13 …pe-id='type-id-2' visibility='default' filepath='../../abitests/test-qual-type0-v1.cc' line='4' co…
16 …<qualified-type-def type-id='type-id-4' const='yes' filepath='../../abitests/test-qual-type0-v1.cc…
19 …<function-decl name='foo' mangled-name='_Z3fooRK2S0' filepath='../../abitests/test-qual-type0-v1.c…
Dtest-qual-type0-v0.cc.bi4 …ment-in-bits='32' visibility='default' filepath='../../abitests/test-qual-type0-v0.cc' line='1' co…
6 …<typedef-decl name='S0' type-id='type-id-2' filepath='../../abitests/test-qual-type0-v0.cc' line='…
9 …pe-id='type-id-1' visibility='default' filepath='../../abitests/test-qual-type0-v0.cc' line='3' co…
12 …<qualified-type-def type-id='type-id-3' const='yes' filepath='../../abitests/test-qual-type0-v0.cc…
15 …<function-decl name='foo' mangled-name='_Z3fooRK2S0' filepath='../../abitests/test-qual-type0-v0.c…
/external/libaom/tools/txfm_analyzer/
Dtxfm_graph.h44 void get_hybrid_2d_type_name(char *buf, int buf_size, const TYPE_TXFM type0,
123 int get_hybrid_2d_stage_num(int type0, int type1, int hybrid_node_num);
124 int get_hybrid_2d_stage_num_new(int type0, int type1, int hybrid_node_num0,
130 int node_idx, int hybrid_node_num, int type0,
134 int hybrid_node_num1, int type0, int type1);
136 void reference_hybrid_2d(double *in, double *out, int size, int type0,
140 int type0, int type1);
Dtxfm_graph.cc44 void get_hybrid_2d_type_name(char *buf, int buf_size, const TYPE_TXFM type0, in get_hybrid_2d_type_name() argument
47 if (type0 == TYPE_DCT && type1 == TYPE_DCT) in get_hybrid_2d_type_name()
49 else if (type0 == TYPE_DCT && type1 == TYPE_ADST) in get_hybrid_2d_type_name()
51 else if (type0 == TYPE_ADST && type1 == TYPE_ADST) in get_hybrid_2d_type_name()
53 else if (type0 == TYPE_ADST && type1 == TYPE_DCT) in get_hybrid_2d_type_name()
109 void reference_hybrid_2d(double *in, double *out, int size, int type0, in reference_hybrid_2d() argument
114 if (type0 == TYPE_DCT) in reference_hybrid_2d()
136 int type0, int type1) { in reference_hybrid_2d_new() argument
140 if (type0 == TYPE_DCT) in reference_hybrid_2d_new()
825 int get_hybrid_2d_stage_num(int type0, int type1, int hybrid_node_num) { in get_hybrid_2d_stage_num() argument
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_arith_ops_folder.cc64 Type type0 = std::get<0>(it.value()); in VerifyTypeRangesAreCompatible() local
66 if (!AreCastCompatible({type0, type1})) in VerifyTypeRangesAreCompatible()
69 range0.second, type0, range1.second, type1, index)); in VerifyTypeRangesAreCompatible()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFieldWalker.kt151 private fun fields(type0: Class<*>, rootStatics: Boolean): List<Field> { in <lambda>()
152 fieldsCache[type0]?.let { return it } in <lambda>()
154 var type = type0 in <lambda>()
180 fieldsCache[type0] = result in <lambda>()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp1936 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinationType(TBasicType type0, TB… in getConversionDestinationType() argument
1947 if (canImplicitlyPromote(type1, type0, op)) { in getConversionDestinationType()
1948 res0 = type0; in getConversionDestinationType()
1949 res1 = type0; in getConversionDestinationType()
1950 } else if (canImplicitlyPromote(type0, type1, op)) { in getConversionDestinationType()
1957 if ((type0 == EbtDouble && canImplicitlyPromote(type1, EbtDouble, op)) || in getConversionDestinationType()
1958 (type1 == EbtDouble && canImplicitlyPromote(type0, EbtDouble, op)) ) { in getConversionDestinationType()
1961 } else if ((type0 == EbtFloat && canImplicitlyPromote(type1, EbtFloat, op)) || in getConversionDestinationType()
1962 (type1 == EbtFloat && canImplicitlyPromote(type0, EbtFloat, op)) ) { in getConversionDestinationType()
1965 } else if ((type0 == EbtFloat16 && canImplicitlyPromote(type1, EbtFloat16, op)) || in getConversionDestinationType()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1929 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinationType(TBasicType type0, TB… in getConversionDestinationType() argument
1940 if (canImplicitlyPromote(type1, type0, op)) { in getConversionDestinationType()
1941 res0 = type0; in getConversionDestinationType()
1942 res1 = type0; in getConversionDestinationType()
1943 } else if (canImplicitlyPromote(type0, type1, op)) { in getConversionDestinationType()
1950 if ((type0 == EbtDouble && canImplicitlyPromote(type1, EbtDouble, op)) || in getConversionDestinationType()
1951 (type1 == EbtDouble && canImplicitlyPromote(type0, EbtDouble, op)) ) { in getConversionDestinationType()
1954 } else if ((type0 == EbtFloat && canImplicitlyPromote(type1, EbtFloat, op)) || in getConversionDestinationType()
1955 (type1 == EbtFloat && canImplicitlyPromote(type0, EbtFloat, op)) ) { in getConversionDestinationType()
1958 } else if ((type0 == EbtFloat16 && canImplicitlyPromote(type1, EbtFloat16, op)) || in getConversionDestinationType()
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenInstrInfo.inc7850 type0 = 54,
10250 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10251 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10252 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10253 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10254 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10255 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10256 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10257 OpTypes::type0, OpTypes::type0, OpTypes::type0,
10258 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc10696 type0 = 89,
13631 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13632 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13633 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13634 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13635 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13636 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13637 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13638 OpTypes::type0, OpTypes::type0, OpTypes::type0,
13639 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp107 namespace type0 { namespace
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp391 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument
394 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
398 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct()
402 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct()
412 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument
414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
419 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument
422 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
428 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs()
432 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c530 SVGA3dShaderRegType type0, type1; in submit_op2() local
534 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op2()
537 if (type0 == SVGA3DREG_CONST && in submit_op2()
542 if (type0 == SVGA3DREG_INPUT && in submit_op2()
583 SVGA3dShaderRegType type0, type1, type2; in submit_op3() local
587 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op3()
592 if (type0 == SVGA3DREG_CONST && in submit_op3()
602 if (type0 == SVGA3DREG_INPUT && in submit_op3()
656 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local
660 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op4()
[all …]
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp345 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument
348 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
352 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct()
356 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct()
366 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument
368 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
373 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument
376 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
382 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs()
386 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs()
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenInstrInfo.inc18788 type0 = 193,
24459 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24460 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24461 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24462 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24463 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24464 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24465 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24466 OpTypes::type0, OpTypes::type0, OpTypes::type0,
24467 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenInstrInfo.inc14795 type0 = 266,
19137 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19138 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19139 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19140 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19141 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19142 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19143 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19144 OpTypes::type0, OpTypes::type0, OpTypes::type0,
19145 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp411 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument
414 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct()
418 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct()
422 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct()
432 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument
434 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray()
439 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument
442 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs()
448 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs()
452 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp338 uint32_t type0 = info.type[0]; in IsUniformFormat() local
342 if (bpc0 != info.bpc[c] || type0 != info.type[c]) in IsUniformFormat()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenInstrInfo.inc49493 type0 = 70,
64895 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64896 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64897 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64898 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64899 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64900 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64901 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64902 OpTypes::type0, OpTypes::type0, OpTypes::type0,
64903 OpTypes::type0, OpTypes::type0, OpTypes::type0,
[all …]

12