| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | structconst01.f90 | 11 type :: type1(j) type 14 end type type1 38 call type1arg(type1(0)()) 39 call type1arg(type1(0)(1)) 55 call type2arg(type2(0,0)(type1=type1(0)(n=1),m=2)) 56 call type2arg(type2(0,0)(type1=type1(0)(),m=2)) 58 call type2arg(type2(0,0)(n=1,type1=type1(0)(n=2),m=3)) 60 call type2arg(type2(0,0)(type1=type1(0)(n=1),n=2,m=3)) 62 call type2arg(type2(0,0)(type1=type1(0)(1),n=2,m=3)) 80 type(type1(1)) :: t1val [all …]
|
| H A D | resolve43.f90 | 9 type :: type1(j) type 12 end type type1 13 type, extends(type1) :: type2(k) 23 type(type1(0)), intent(in) :: x 29 call type1arg(type1(0)()) 30 call type1arg(type1(0)(1)) 31 call type1arg(type1(0)(n=1)) 36 call type2arg(type2(0,0)(type1=type1(0)(n=1),m=2)) 37 call type2arg(type2(0,0)(type1=type1(0)(),m=2)) 43 type :: type1(k) type [all …]
|
| H A D | doconcurrent01.f90 | 115 type :: type1 type 119 type(type1) :: pvar; 120 type(type1) :: qvar;
|
| H A D | allocate12.f90 | 10 type type1 type 15 type(type1), pointer :: t1(:)
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-allocate.cpp | 252 if (const DerivedTypeSpec * derivedType1{type1.AsDerived()}) { in IsTypeCompatible() 268 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in IsTypeCompatible() argument 269 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible() 281 return IsTypeCompatible(type1, *derivedType2); in IsTypeCompatible() 288 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible() 300 return IsTypeCompatible(type1, type2.GetDerivedTypeSpec()); in IsTypeCompatible() 310 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveSameAssumedTypeParameters() argument 314 return type1.characterTypeSpec().length().isAssumed() == in HaveSameAssumedTypeParameters() 377 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in HaveCompatibleKindParameters() 393 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveCompatibleKindParameters() argument [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | lifetime-markers-on-inputs-3.ll | 3 %type1 = type opaque 10 declare void @use(%type1**, %type2**) 12 declare void @use2(%type1**, %type2**) cold 17 %local1 = alloca %type1* 19 %local1_cast = bitcast %type1** %local1 to i8* 24 call void @use(%type1** %local1, %type2** %local2) 28 ; CHECK: [[local1_cast:%.*]] = bitcast %type1** %local1 to i8* 37 call void @use2(%type1** %local1, %type2** %local2)
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 42 let InOperandList = (ins type1:$src); 50 let InOperandList = (ins type1:$src); 72 let InOperandList = (ins type1:$src); 81 let InOperandList = (ins type1:$src); 111 let InOperandList = (ins type1:$src); 117 let InOperandList = (ins type1:$src); 394 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2); 401 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2); 1317 let InOperandList = (ins type1:$v1, type1:$v2, unknown:$mask); 1421 let InOperandList = (ins type0:$src, type1:$lsb, type1:$width); [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-many-arguments.cpp | 4 struct type1 struct 6 constexpr type1(int a0) : my_data{a0} {} in type1() argument 12 typedef type1 T; argument 20 type1 my_data[23];
|
| /llvm-project-15.0.7/mlir/test/Dialect/PDL/ |
| H A D | ops.mlir | 62 %type1 = type : i32 64 %root = operation -> (%type1, %type2 : !pdl.type, !pdl.type) 67 %newOp = operation "foo.op" -> (%type1, %type3 : !pdl.type, !pdl.type) 77 %type1 = type : i32 79 %root = operation -> (%type1, %type2 : !pdl.type, !pdl.type) 81 %newOp = operation "foo.op" -> (%type1, %type2 : !pdl.type, !pdl.type) 103 %type1 = type 105 %operand1 = operand : %type1 109 %newOp = operation "foo.op" -> (%type1, %type2 : !pdl.type, !pdl.type)
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | InterfaceTest.cpp | 68 auto type1 = builder.getType<test::TestTypeWithLayoutType>(1); in TEST() local 71 typeSet.insert(type1); in TEST() 73 typeSet.erase(type1); in TEST() 74 EXPECT_FALSE(typeSet.contains(type1)); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/ |
| H A D | Traits.cpp | 132 Type OpTrait::util::getBroadcastedType(Type type1, Type type2, in getBroadcastedType() argument 137 elementType = getElementTypeOrSelf(type1); in getBroadcastedType() 144 if (type1.isa<UnrankedTensorType>() || type2.isa<UnrankedTensorType>()) { in getBroadcastedType() 145 if (type1.isa<VectorType>() || type2.isa<VectorType>()) in getBroadcastedType() 159 Optional<TypeID> compositeKind1 = getCompositeTypeKind(type1); in getBroadcastedType() 176 if (!getBroadcastedShape(getShape(type1), getShape(type2), resultShape)) in getBroadcastedType()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | translate-gep.ll | 82 %type1 = type [4 x [4 x i32]] 83 define i32* @const_then_var(%type1* %addr, i64 %idx) { 98 %res = getelementptr %type1, %type1* %addr, i32 4, i32 1, i64 %idx 102 define i32* @var_then_const(%type1* %addr, i64 %idx) { 116 %res = getelementptr %type1, %type1* %addr, i64 %idx, i32 2, i32 2
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-exception-spec-cxx11.cpp | 81 base(const typename T::type1 &); 86 struct type1 { struct 97 typedef type1<types> type1; typedef
|
| H A D | canonical-expr-type.cpp | 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef 46 void f0(type1); // expected-note{{previous}}
|
| H A D | temp_arg_type.cpp | 100 template<typename T> typename T::type1 f() noexcept(T::a); 104 using type1 = void; typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrGISel.td | 24 let InOperandList = (ins type1:$src, type2:$imm); 88 let InOperandList = (ins type1:$lane); 95 let InOperandList = (ins type0:$src, type1:$lane); 100 let InOperandList = (ins type0:$src, type1:$lane); 105 let InOperandList = (ins type0:$src, type1:$lane); 110 let InOperandList = (ins type0:$src, type1:$lane); 166 let InOperandList = (ins type0:$src1, type1:$src2); 172 let InOperandList = (ins type0:$src1, type1:$src2); 178 let InOperandList = (ins type0:$src1, type1:$src2);
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | builtin-align.c | 50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | shrink-wrap.ll | 6 %type1 = type { i32, i32, i32 } 20 @g13 = external unnamed_addr global %type1*, align 8 56 %tmp1 = load %type1*, %type1** @g13, align 8 57 %v4 = getelementptr inbounds %type1, %type1* %tmp1, i64 %idxprom.1.i, i32 0 177 %hold_hash.i.7 = getelementptr inbounds %type1, %type1* %tmp1, i64 %idxprom.1.i, i32 1
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | suspicious-call-argument.cpp | 328 struct type1; 333 void operator()(type1 &mdl, type2 &arr_vars, type3 &fml, type2 &aux_vars) const {} in operator ()() 337 void operator()(type1 &mdl, type2 &arr_vars, type3 &fml, type2 &aux_vars, in operator ()() 385 const type1 &Q, unsigned MaxRecurse) {} in SimplifyRightShift() 387 const type1 &Q, unsigned MaxRecurse) { in SimplifyLShrInst()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-template-decls.cpp | 114 template <class U> using type1 = U(T); typedef 116 using type2 = typename C<int>::type1<void>;
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | stale-loop-info-after-unfold-select.ll | 3 %"type1" = type { i8 } 6 define dso_local i16* @func2(%"type1"* %this, %"type2"*) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | function-ext.ll | 18 %p = call i1 @llvm.type.test(i8* %ptr, metadata !"type1") 37 !0 = !{i64 0, !"type1"}
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-templates.cpp | 271 struct type1 { struct 274 void recref(type1<inst>) {} in recref()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | lcssa-crash.ll | 5 %type1 = type { %type2 } 25 %lcssa = phi %type1* [ undef, %for.inc.i.i.i ]
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | TypeUtilities.cpp | 76 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() argument 77 auto sType1 = type1.dyn_cast<ShapedType>(); in verifyCompatibleShape()
|