Searched refs:AT2 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | gep-optimization.ll | 1 ; RUN: llc < %s -mtriple=armv7a-eabi | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-AT2 2 ; RUN: llc < %s -mtriple=thumbv7m-eabi | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-AT2 11 ; CHECK-AT2: mla r0, r1, [[REG1]], r0 35 ; CHECK-AT2: mla r0, r1, [[REG1]], r0 59 ; CHECK-AT2: mla r0, r1, [[REG1]], r0
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | ms-x86-alias-avoidance-padding.cpp | 33 struct AT2 { struct 36 AT2() { in AT2() function 42 struct AT3 : AT2, AT1 {
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | err-rep-cold.ll | 45 …ds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0) #[[$AT2:[0-9]+]] 65 … inbounds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0) #[[$AT2]] 76 ; CHECK: attributes #[[$AT2]] = { cold }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | enqueue-kernel.ll | 110 ; CHECK-SAME: #[[AT2:[0-9]+]] 140 ; CHECK: attributes #[[AT2]] = {{.*}}"runtime-handle"="__test_block_invoke_2_kernel.runtime_handle"
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6002 auto *AT2 = getAsArrayType(T2); in UnwrapSimilarArrayTypes() local 6003 if (!AT2) in UnwrapSimilarArrayTypes() 6012 auto *CAT2 = dyn_cast<ConstantArrayType>(AT2); in UnwrapSimilarArrayTypes() 6015 isa<IncompleteArrayType>(AT2)))) in UnwrapSimilarArrayTypes() 6018 if (!(isa<IncompleteArrayType>(AT2) || in UnwrapSimilarArrayTypes() 6020 isa<ConstantArrayType>(AT2)))) in UnwrapSimilarArrayTypes() 6027 T2 = AT2->getElementType(); in UnwrapSimilarArrayTypes()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9764 const analyze_printf::ArgType &AT2 = ArgType::CStrTy; in HandlePrintfSpecifier() local 9765 if (AT2.isValid() && !AT2.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier() 9768 << AT2.getRepresentativeTypeName(S.Context) << Ex->getType() in HandlePrintfSpecifier()
|