Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DGenericOpcodes.td24 let OutOperandList = (outs type0:$dst);
32 let OutOperandList = (outs type0:$dst);
40 let OutOperandList = (outs type0:$dst);
49 let OutOperandList = (outs type0:$dst);
55 let OutOperandList = (outs type0:$dst);
61 let OutOperandList = (outs type0:$dst);
67 let OutOperandList = (outs type0:$dst);
73 let OutOperandList = (outs type0:$dst);
79 let OutOperandList = (outs type0:$dst);
85 let OutOperandList = (outs type0:$dst);
[all …]
DTarget.td813 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-load-element.ll11 %type0 = type { i32, [400 x i8], i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }
12 @Mem = external global [150 x %type0], align 4
23 %2 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 0, i32 3
24 %3 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %0, i32 3
25 %4 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %1, i32 3
35 %14 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 undef, i32 3
36 %15 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 0, i32 3
37 %16 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %13, i32 3
50 %29 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 undef, i32 3
51 %30 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %26, i32 3
[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/libaom/test/
Dav1_txfm_test.cc19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type() argument
22 *type0 = TYPE_DCT; in get_txfm1d_type()
26 *type0 = TYPE_ADST; in get_txfm1d_type()
30 *type0 = TYPE_DCT; in get_txfm1d_type()
34 *type0 = TYPE_ADST; in get_txfm1d_type()
38 *type0 = TYPE_ADST; in get_txfm1d_type()
42 *type0 = TYPE_DCT; in get_txfm1d_type()
46 *type0 = TYPE_ADST; in get_txfm1d_type()
50 *type0 = TYPE_ADST; in get_txfm1d_type()
54 *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/libaom/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/syzkaller/pkg/compiler/testdata/
Derrors.txt227 type type0 int8
228 type type0 int8 ### type type0 redeclared, previously declared as type alias at LOCATION
229 resource type0[int32] ### type type0 redeclared, previously declared as type alias at LOCATION
230 type0 = 0, 1
244 type type14 flags[type0, int32]
245 type type15 const[0, type0] ### unexpected value type0 for base type argument of const type, expect…
263 foo$103(a type0:4) ### type alias type0 with ':'
264 foo$104(a type0[opt]) ### type type0 is not a template
265 foo$105() type0 ### int8 can't be syscall return
268 foo$108(a flags[type0])
[all …]
Dconsts.txt26 type type0 const[CONST17, int8]
Dall.txt136 type type0 int8
153 f1 templ_struct0[C1, type0]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1770 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinatonType(TBasicType type0, TBa… in getConversionDestinatonType() argument
1779 if (canImplicitlyPromote(type1, type0, op)) { in getConversionDestinatonType()
1780 res0 = type0; in getConversionDestinatonType()
1781 res1 = type0; in getConversionDestinatonType()
1782 } else if (canImplicitlyPromote(type0, type1, op)) { in getConversionDestinatonType()
1789 if ((type0 == EbtDouble && canImplicitlyPromote(type1, EbtDouble, op)) || in getConversionDestinatonType()
1790 (type1 == EbtDouble && canImplicitlyPromote(type0, EbtDouble, op)) ) { in getConversionDestinatonType()
1793 } else if ((type0 == EbtFloat && canImplicitlyPromote(type1, EbtFloat, op)) || in getConversionDestinatonType()
1794 (type1 == EbtFloat && canImplicitlyPromote(type0, EbtFloat, op)) ) { in getConversionDestinatonType()
1797 } else if ((type0 == EbtFloat16 && canImplicitlyPromote(type1, EbtFloat16, op)) || in getConversionDestinatonType()
[all …]
Dlocalintermediate.h746 …std::tuple<TBasicType, TBasicType> getConversionDestinatonType(TBasicType type0, TBasicType type1,…
/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/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/deqp-deps/glslang/SPIRV/
DSpvBuilder.h149 Id makeStructResultType(Id type0, Id type1);
DSpvBuilder.cpp321 Id Builder::makeStructResultType(Id type0, Id type1) in makeStructResultType() argument
329 if (type->getIdOperand(0) != type0 || in makeStructResultType()
337 members.push_back(type0); in makeStructResultType()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4652 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4653 TIntermTyped* one = intermediate.addConstantUnion(1, type0, loc, true); in decomposeIntrinsic()
4685 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4689 clamp->getSequence().push_back(intermediate.addConstantUnion(0, type0, loc, true)); in decomposeIntrinsic()
4690 clamp->getSequence().push_back(intermediate.addConstantUnion(1, type0, loc, true)); in decomposeIntrinsic()
4726 TBasicType type0 = arg0->getBasicType(); in decomposeIntrinsic() local
4764 zero = intermediate.addConstantUnion(0.0, type0, loc, true); in decomposeIntrinsic()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp705 uint32_t type0 = info.type[0]; in IsUniformFormat() local
709 if (bpc0 != info.bpc[c] || type0 != info.type[c]) in IsUniformFormat()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc9632 type0 = 89,
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenInstrInfo.inc11463 type0 = 205,

12