| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 180 AB = AOut; in determineLiveOperandBits() 188 AB = AOut; in determineLiveOperandBits() 252 AB = AOut; in determineLiveOperandBits() 265 AB = AOut; in determineLiveOperandBits() 279 AB = AOut; in determineLiveOperandBits() 295 AB.setSignBit(); in determineLiveOperandBits() 299 AB = AOut; in determineLiveOperandBits() 303 AB = AOut; in determineLiveOperandBits() 308 AB = AOut; in determineLiveOperandBits() 472 return AB; in getDemandedBits() [all …]
|
| H A D | ScalarEvolutionAliasAnalysis.cpp | 79 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias() local 84 if (!isa<SCEVCouldNotCompute>(AB) && in alias() 85 BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias() 86 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
| H A D | p5.cpp | 22 namespace AB { namespace 28 struct AB::x foo; // expected-error {{reference to 'x' is ambiguous}} in test() 29 int i = AB::x; // expected-error {{reference to 'x' is ambiguous}} in test() 31 struct AB::y bar; in test() 32 …float f = AB::y; // expected-error {{a type named 'y' is hidden by a declaration in a different na… in test() 33 AB::z(i); in test() 34 AB::z(f); in test()
|
| H A D | p3.cpp | 19 namespace AB { namespace 25 if (AB::i) in test() 26 AB::f(); in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | pal-userdata-regs.ll | 16 …AB.sgpr_limith\AB.vgpr_limit\CD\01\00\A3.gs\82\AB.sgpr_limith\AB.vgpr_limit\CD\01\00\A3.hs\82\AB.s…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fmsubadd-combine.ll | 28 %AB = fmul <2 x double> %A, %B 29 %Sub = fsub <2 x double> %AB, %C 30 %Add = fadd <2 x double> %AB, %C 54 %AB = fmul <4 x float> %A, %B 55 %Sub = fsub <4 x float> %AB, %C 56 %Add = fadd <4 x float> %AB, %C 80 %AB = fmul <4 x double> %A, %B 106 %AB = fmul <8 x float> %A, %B 107 %Sub = fsub <8 x float> %AB, %C 108 %Add = fadd <8 x float> %AB, %C [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cast-to-struct.cpp | 3 struct AB { struct 27 void structToStruct(struct AB *P) { in structToStruct() argument 28 struct AB Ab; in structToStruct() 35 P = (struct AB *)&Ab; // struct AB * => struct AB * in structToStruct() 37 P = (struct AB *)&Abc2; // struct ABC * => struct AB * in structToStruct() 70 void dontCrash1(struct AB X) { in dontCrash1()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | IntervalMapTest.cpp | 703 ASSERT_TRUE(AB.valid()); in TEST() 706 ++AB; in TEST() 746 ASSERT_TRUE(AB.valid()); in TEST() 749 ++AB; in TEST() 750 ASSERT_TRUE(AB.valid()); in TEST() 753 ++AB; in TEST() 754 ASSERT_TRUE(AB.valid()); in TEST() 757 ++AB; in TEST() 761 ++AB; in TEST() 765 AB.skipB(); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/ |
| H A D | p6.cpp | 21 typedef A AB; typedef 23 AB *p; in main() 24 p->AB::~AB(); in main()
|
| H A D | p6-0x.cpp | 21 typedef A AB; typedef 23 AB *p; in main() 24 p->AB::~AB(); in main()
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | coprocessors.s | 1 …ck-prefix=ACCEPT-01234567CD --check-prefix=ACCEPT-89 --check-prefix=ACCEPT-AB --check-prefix=ACCEP… 2 …ck-prefix=ACCEPT-01234567CD --check-prefix=ACCEPT-89 --check-prefix=ACCEPT-AB --check-prefix=ACCEP… 4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 7 …thumbv8.1m.main < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD --check-prefix=ACCEPT-AB %s 51 @ ACCEPT-AB: mrc p10, #1, r2, c3, c4, #5 52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction 55 @ ACCEPT-AB: mrc p11, #1, r2, c3, c4, #5 56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-extract/ |
| H A D | recursive.ll | 1 ; RUN: llvm-extract -func=a --recursive %s -S | FileCheck --check-prefix=CHECK-AB %s 6 ; CHECK-AB: define void @a 7 ; CHECK-AB: define void @b 8 ; CHECK-AB-NOT: define void @c 9 ; CHECK-AB-NOT: define void @d
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryBenchmarkTest.cpp | 27 AlignedBuffer AB(0); in TEST() local 28 EXPECT_TRUE(isAddrAligned(Align(AlignedBuffer::Alignment), AB.begin())); in TEST() 32 AlignedBuffer AB(0); in TEST() local 33 EXPECT_EQ(std::distance(AB.begin(), AB.end()), 0U); in TEST()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | coprocessors-thumb.txt | 2 # RUN: FileCheck --check-prefix=REJECT-AB < %t %s 4 # RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 6 # RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-AB --check-prefix=REJECT-EF < %t %s 49 # ACCEPT-AB: mrc p10, #1, r2, c3, c4, #5 50 # REJECT-AB: [[@LINE-2]]:2: warning: invalid instruction encoding 53 # ACCEPT-AB: mrc p11, #1, r2, c3, c4, #5 54 # REJECT-AB: [[@LINE-2]]:2: warning: invalid instruction encoding
|
| H A D | coprocessors-arm.txt | 2 # RUN: FileCheck --check-prefix=REJECT-AB < %t %s 4 # RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 47 # ACCEPT-AB: mrc p10, #1, r2, c3, c4, #5 48 # REJECT-AB: [[@LINE-2]]:2: warning: invalid instruction encoding 51 # ACCEPT-AB: mrc p11, #1, r2, c3, c4, #5 52 # REJECT-AB: [[@LINE-2]]:2: warning: invalid instruction encoding
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | string-plus-char.c | 3 struct AB{const char *a; const char*b;}; argument 5 const char *foo(const struct AB *ab) { in foo() 23 struct AB ab; in f()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFStreamer.cpp | 24 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in X86WinCOFFStreamer() argument 27 : MCWinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)) {} in X86WinCOFFStreamer() 70 std::unique_ptr<MCAsmBackend> &&AB, in createX86WinCOFFStreamer() argument 76 new X86WinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)); in createX86WinCOFFStreamer()
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| H A D | p17.cpp | 31 typedef A<double> AB; typedef 32 template <> int AB::foo = 0; // expected-error{{extraneous 'template<>'}} 33 int AB::bar = 1;
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/macro-undef-through-pch/ |
| H A D | A.h | 1 #define AB macro 2 #undef AB
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-windows-dtor.cpp | 13 struct AB: A, B { struct 16 template struct AB<int>; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | vplan-printing.ll | 286 ; CHECK-NEXT: CLONE ir<%gep.AB.0> = getelementptr ir<@AB>, ir<0>, vp<[[STEPS]]> 287 ; CHECK-NEXT: INTERLEAVE-GROUP with factor 4 at %AB.0, ir<%gep.AB.0> 292 ; CHECK-NEXT: WIDEN ir<%add> = add ir<%AB.0>, ir<%AB.1> 314 %gep.AB.0= getelementptr inbounds [1024 x i32], [1024 x i32]* @AB, i64 0, i64 %iv 315 %AB.0 = load i32, i32* %gep.AB.0, align 4 317 %gep.AB.1 = getelementptr inbounds [1024 x i32], [1024 x i32]* @AB, i64 0, i64 %iv.plus.1 318 %AB.1 = load i32, i32* %gep.AB.1, align 4 321 %gep.AB.3 = getelementptr inbounds [1024 x i32], [1024 x i32]* @AB, i64 0, i64 %iv.plus.3 322 %AB.3 = load i32, i32* %gep.AB.3, align 4 323 %add = add nsw i32 %AB.0, %AB.1 [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | 2007-10-18-ProDescriptor.m | 9 @protocol AB protocol 12 @interface AGy:O < AB > {
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/ |
| H A D | main.c | 19 AB = A | B, in main() enumerator 39 enum bitfield a = A, b = B, c = C, ab = AB, ac = A | C, all = ALL; in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | CodeEmitter.h | 54 CodeEmitter(const MCSubtargetInfo &ST, const MCAsmBackend &AB, in CodeEmitter() argument 56 : STI(ST), MAB(AB), MCE(CE), VecOS(Code), Sequence(S), in CodeEmitter()
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | ms-x86-lazy-empty-nonvirtual-base.cpp | 53 struct AB : B8, B1, virtual B0 { struct 55 AB() : a(0x000000AB) { printf("AB = %p\n", this); } in AB() argument 709 sizeof(AB)+
|