| /llvm-project-15.0.7/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 %agg, 0, 1
|
| /llvm-project-15.0.7/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)
|
| /llvm-project-15.0.7/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)
|
| /llvm-project-15.0.7/mlir/test/python/dialects/ |
| H A D | pdl_ops.py | 131 ty2 = TypeOp() 132 root = OperationOp(types=[ty1, ty2]) 154 ty2 = TypeOp() 155 root = OperationOp(types=[ty1, ty2]) 158 newOp = OperationOp(name="foo.op", types=[ty1, ty2])
|
| /llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | const-return-type.cpp | 211 typedef const int ty2; typedef 212 ty2 p22() {} in p22()
|
| /llvm-project-15.0.7/mlir/test/Dialect/GPU/ |
| H A D | outlining.mlir | 79 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst, 90 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst, 98 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 781 QualType ty2) { in VisitLocMemRegionVal() argument 783 ty2->getPointeeType().getCanonicalType().getTypePtr(); in VisitLocMemRegionVal()
|
| /llvm-project-15.0.7/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-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 10705 <result> = zext <ty> <value> to <ty2> ; yields ty2 10747 <result> = sext <ty> <value> to <ty2> ; yields ty2 21998 declare <ty2> 22031 declare <ty2> 22064 declare <ty2> 22100 declare <ty2> 22136 declare <ty2> 22145 to type ``ty2``. 22172 declare <ty2> 22207 declare <ty2> [all …]
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | core.ml | 642 let ty2 = function_type i8_type [| i8_type; i64_type |] in 652 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 836 mlir::Type strTy, mlir::Type lenTy, mlir::Type ty2 = {}) { in lowerStringLit() argument 843 if (ty2) { 846 loc, builder.getIntegerAttr(ty2, kindVal));
|
| /llvm-project-15.0.7/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…
|