/llvm-project/llvm/test/CodeGen/SPIRV/instructions/ |
H A D | nested-composites.ll | 10 %ty2 = type {%ty1, i64} 25 %agg = call %ty2 @producer(i16 undef, i32 42, i64 undef) 26 %ret = call i32 @consumer(%ty2 %agg) 37 define %ty2 @producer(i16 %a, i32 %b, i64 %c) { 38 %agg1 = insertvalue %ty2 undef, i16 %a, 0, 0 39 %agg2 = insertvalue %ty2 %agg1, i32 %b, 0, 1 40 %agg3 = insertvalue %ty2 %agg2, i64 %c, 1 41 ret %ty2 %agg3 55 define i32 @consumer(%ty2 %agg) { 56 %ret = extractvalue %ty2 [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | aarch64-sve-explicit-casts-fixed-size.cpp | 30 #define TESTCASE(ty1, ty2) \ argument 31 CAST(ty1, ty2) \ 32 CAST(ty2, ty1)
|
H A D | riscv-rvv-explicit-casts-fixed-size.cpp | 37 #define TESTCASE(ty1, ty2) \ argument 38 CAST(ty1, ty2) \ 39 CAST(ty2, ty1)
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-sve-explicit-casts-fixed-size.c | 29 #define TESTCASE(ty1, ty2) \ argument 30 CAST(ty1, ty2) \ 31 CAST(ty2, ty1)
|
H A D | riscv-rvv-explicit-casts-fixed-size.c | 37 #define TESTCASE(ty1, ty2) \ argument 38 CAST(ty1, ty2) \ 39 CAST(ty2, ty1)
|
/llvm-project/mlir/test/Dialect/Polynomial/ |
H A D | types.mlir | 25 !ty2 = !polynomial.polynomial<ring=#ring2> 26 func.func @test_non_x_variable_64_bit(%0: !ty2) -> !ty2 { 27 return %0 : !ty2
|
/llvm-project/mlir/test/python/dialects/ |
H A D | pdl_ops.py | 134 ty2 = TypeOp() 135 root = OperationOp(types=[ty1, ty2]) 158 ty2 = TypeOp() 159 root = OperationOp(types=[ty1, ty2]) 162 newOp = OperationOp(name="foo.op", types=[ty1, ty2])
|
/llvm-project/lldb/test/API/lang/cpp/structured-binding/ |
H A D | main.cpp | 59 auto &[tx2, ty2, tz2] = tpl; in main() 68 tx2 + ty2 + tz2; // break here in main()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | const-return-type.cpp | 219 typedef const int ty2; typedef 220 ty2 p22() {} in p22()
|
/llvm-project/mlir/test/Dialect/GPU/ |
H A D | outlining.mlir | 145 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst, 156 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst, 164 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst,
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 786 QualType ty2) { in VisitMemRegionVal() 788 ty2->getPointeeType().getCanonicalType().getTypePtr(); in VisitMemRegionVal() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
/llvm-project/llvm/docs/ |
H A D | LangRef.rst | 10713 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty> 10714 <result> = extractelement <vscale x n x <ty>> <val>, <ty2> <idx> ; yields <ty> 10757 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>> 10758 <result> = insertelement <vscale x n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <vscale x n x <ty>> 11819 <result> = trunc <ty> <value> to <ty2> ; yields ty2 11820 <result> = trunc nsw <ty> <value> to <ty2> ; yields ty2 11821 <result> = trunc nuw <ty> <value> to <ty2> ; yields ty2 [all...] |
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | pr17168.ll | 117 !57 = !DIGlobalVariable(name: "ty2", scope: null, file: !2, line: 31, type: !13, isLocal: true, isD…
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 1104 mlir::Type strTy, mlir::Type lenTy, mlir::Type ty2 = {}) { 1111 if (ty2) { 1114 loc, builder.getIntegerAttr(ty2, kindVal)); 1097 lowerStringLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,Fortran::lower::StatementContext & stmtCtx,const A & syntax,mlir::Type strTy,mlir::Type lenTy,mlir::Type ty2={}) lowerStringLit() argument
|
/llvm-project/llvm/test/Bindings/OCaml/ |
H A D | core.ml | 631 let ty2 = function_type i8_type [| i8_type; i64_type |] in 641 insist (pointer_type context == type_of (declare_function "Fn1" ty2 m));
|