Home
last modified time | relevance | path

Searched refs:AB (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDemandedBits.cpp180 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 DScalarEvolutionAliasAnalysis.cpp79 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 Dp5.cpp22 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 Dp3.cpp19 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 Dpal-userdata-regs.ll16AB.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 Dfmsubadd-combine.ll28 %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 Dcast-to-struct.cpp3 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 DIntervalMapTest.cpp703 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 Dp6.cpp21 typedef A AB; typedef
23 AB *p; in main()
24 p->AB::~AB(); in main()
H A Dp6-0x.cpp21 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 Dcoprocessors.s1 …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 Drecursive.ll1 ; 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 DLibcMemoryBenchmarkTest.cpp27 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 Dcoprocessors-thumb.txt2 # 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 Dcoprocessors-arm.txt2 # 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 Dstring-plus-char.c3 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 DX86WinCOFFStreamer.cpp24 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 Dp17.cpp31 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 DA.h1 #define AB macro
2 #undef AB
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-windows-dtor.cpp13 struct AB: A, B { struct
16 template struct AB<int>; variable
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dvplan-printing.ll286 ; 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 D2007-10-18-ProDescriptor.m9 @protocol AB protocol
12 @interface AGy:O < AB > {
/llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/
H A Dmain.c19 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 DCodeEmitter.h54 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 Dms-x86-lazy-empty-nonvirtual-base.cpp53 struct AB : B8, B1, virtual B0 { struct
55 AB() : a(0x000000AB) { printf("AB = %p\n", this); } in AB() argument
709 sizeof(AB)+

1234