Home
last modified time | relevance | path

Searched refs:Local (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc-tls-relocations.s28 ! Sequence for Local Executable model:
35 sethi %tle_hix22(Local), %i0
41 xor %i0, %tle_lox10(Local), %i0
45 ! Local Dynamic model:
52 sethi %tldo_hix22(Local), %i1
58 sethi %tldm_hi22(Local), %i2
64 add %i2, %tldm_lo10(Local), %i2
70 add %i0, %i2, %o0, %tldm_add(Local)
152 .type Local,@object
154 Local: label
[all …]
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h243 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
245 this->addExtended(Local); in add()
247 this->addLocal(Local); in add()
250 virtual void addLocal(const Scope::Local &Local) { in addLocal() argument
252 this->Parent->addLocal(Local); in addLocal()
255 virtual void addExtended(const Scope::Local &Local) { in addExtended() argument
257 this->Parent->addExtended(Local); in addExtended()
286 void addLocal(const Scope::Local &Local) override { in addLocal() argument
311 void addExtended(const Scope::Local &Local) override { in addExtended() argument
322 void addExtended(const Scope::Local &Local) override { in addExtended() argument
[all …]
H A DByteCodeExprGen.cpp34 void addExtended(const Scope::Local &Local) override { in addExtended() argument
35 return this->addLocal(Local); in addExtended()
428 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive() local
430 Locals.insert({VD, Local}); in allocateLocalPrimitive()
431 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
432 return Local.Offset; in allocateLocalPrimitive()
456 Scope::Local Local = this->createLocal(D); in allocateLocal() local
458 Locals.insert({Key, Local}); in allocateLocal()
459 VarScope->add(Local, IsExtended); in allocateLocal()
460 return Local.Offset; in allocateLocal()
H A DByteCodeEmitter.h36 using Local = Scope::Local; variable
69 Local createLocal(Descriptor *D);
74 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors;
H A DEvalEmitter.h40 using Local = Scope::Local; variable
71 Local createLocal(Descriptor *D);
81 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors;
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmicromips-label-test.s30 # CHECK: Binding: Local
37 # CHECK: Binding: Local
46 # CHECK: Binding: Local
53 # CHECK: Binding: Local
60 # CHECK: Binding: Local
67 # CHECK: Binding: Local
74 # CHECK: Binding: Local
81 # CHECK: Binding: Local
88 # CHECK: Binding: Local
97 # CHECK: Binding: Local
H A Dmicromips-label-test-sections.s15 # CHECK: Binding: Local
24 # CHECK: Binding: Local
31 # CHECK: Binding: Local
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp46 struct Local { in main() struct
50 static Local localfi(int) { return Local{}; } in main() argument
53 l4(&Local::ifi); in main()
54 l4(&Local::cfi); in main()
55 l4(&Local::dfi); in main()
56 l4(&Local::localfi); //expected-note{{in instantiation of function template specialization}} in main()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerSpace.cpp23 if (kind == VarKind::Local) in getNumVarKind()
35 if (kind == VarKind::Local) in getVarKindOffset()
67 if (pos < getVarKindEnd(VarKind::Local)) in getVarKindAt()
68 return VarKind::Local; in getVarKindAt()
88 if (usingIds && kind != VarKind::Local) in insertVar()
113 if (usingIds && kind != VarKind::Local) in removeVarRange()
124 if (kindA == VarKind::Local && kindB == VarKind::Local) in swapVar()
127 if (kindA == VarKind::Local) { in swapVar()
132 if (kindB == VarKind::Local) { in swapVar()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.deduct.guide/
H A Dp3.cpp69 template<typename T> struct Local {}; struct
71 Local(int) -> Local<int>; // expected-error {{expected}} in f()
72 using WrongScope::Local; in f()
73 Local(int) -> Local<int>; // expected-error {{expected}} in f()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Delse-after-return.rst17 int Local = 0;
22 Local++;
28 Local++;
33 Local++;
44 int Local = 0;
49 Local++;
53 Local++;
58 Local++;
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Doperands-to-args.ll4 ; REDUCED-LABEL: define void @func(i32 %k, i32* %Local, i32* %Global, float* %0) {
7 ; INTERESTING: %[[LOCAL:Local[0-9]*]] = alloca i32, align 4
12 ; REDUCED: store i32 21, i32* %Local, align 4
14 ; REDUCED: store i32 0, i32* %Local, align 4
31 %Local = alloca i32, align 4
33 store i32 42, i32* %Local, align 4
36 store i32 21, i32* %Local, align 4
39 store i32 0, i32* %Local, align 4
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dlocalize.test5 # RUN: -L Local \
15 # RUN: echo "Local" >> %t-list.txt
22 # RUN: echo " .*al.* # Global + Local + GlobalCommon " > %t-list2.txt
47 - Name: Local
82 #CHECK-NEXT: Binding: Local
88 #CHECK-NEXT: Name: Local
91 #CHECK-NEXT: Binding: Local
100 #CHECK-NEXT: Binding: Local
109 #CHECK-NEXT: Binding: Local
H A Ddiscard-locals.test35 - Name: Local
61 # CHECK-NEXT: Binding: Local
67 # CHECK-NEXT: Name: Local
70 # CHECK-NEXT: Binding: Local
79 # CHECK-NEXT: Binding: Local
88 # CHECK-NEXT: Binding: Local
97 # CHECK-NEXT: Binding: Local
106 # CHECK-NEXT: Binding: Local
H A Dweaken.test2 # RUN: llvm-objcopy --weaken-symbol Global -W Local -W Weak -W GnuUnique -W Missing %t %t2
7 # RUN: echo "Local" >> %t-list.txt
14 # RUN: echo ".*al # Global + Local == .*al" > %t-list2.txt
34 - Name: Local
63 #CHECK-NEXT: Binding: Local
69 #CHECK-NEXT: Name: Local
72 #CHECK-NEXT: Binding: Local
H A Dglobalize.test3 # RUN: --globalize-symbol Local \
11 # RUN: echo "Local" >> %t-list.txt
36 - Name: Local
64 #CHECK-NEXT: Binding: Local
70 #CHECK-NEXT: Name: Local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DCMOVConversion.cpp185 Stats Local; in runOnFunction() local
226 Local.StaticPossible++; in runOnFunction()
227 Local.DynamicPossible += BBExecCount; in runOnFunction()
228 Local.PossibleMP += MispredictionCount; in runOnFunction()
260 Local.StaticPerformed++; in runOnFunction()
261 Local.DynamicPerformed += BBExecCount; in runOnFunction()
262 Local.RemovedMP += MispredictionCount; in runOnFunction()
269 Local.dump(); in runOnFunction()
271 Global = Global + Local; in runOnFunction()
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DPipSqueak.cpp26 struct Local { struct
28 Local(std::string &S) : Str(S) { in Local() function
33 ~Local() { Str = "Local::~Local"; } in ~Local() argument
40 static Local Lcl(LStr); in SetStrings()
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddata-in-code.ll40 ;; ARM-NEXT: Binding: Local
49 ;; ARM-NEXT: Binding: Local
58 ;; ARM-NEXT: Binding: Local
69 ;; TMB-NEXT: Binding: Local
78 ;; TMB-NEXT: Binding: Local
87 ;; TMB-NEXT: Binding: Local
H A Darm-elf-symver.s40 @ CHECK-NEXT: Binding: Local (0x0)
49 @ CHECK-NEXT: Binding: Local (0x0)
58 @ CHECK-NEXT: Binding: Local (0x0)
67 @ CHECK-NEXT: Binding: Local (0x0)
76 @ CHECK-NEXT: Binding: Local (0x0)
85 @ CHECK-NEXT: Binding: Local (0x0)
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp349 for (const DILocal &Local : Locals) { in print() local
351 {{"FunctionName", Local.FunctionName}, in print()
352 {"Name", Local.Name}, in print()
353 {"DeclFile", Local.DeclFile}, in print()
354 {"DeclLine", int64_t(Local.DeclLine)}, in print()
355 {"Size", Local.Size ? toHex(*Local.Size) : ""}, in print()
356 {"TagOffset", Local.TagOffset ? toHex(*Local.TagOffset) : ""}}); in print()
357 if (Local.FrameOffset) in print()
358 FrameObject["FrameOffset"] = *Local.FrameOffset; in print()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dfind-unexpanded-packs.cpp117 class Local { in PackInsideLocalClass() class
120 Local l; in PackInsideLocalClass()
129 class Local { in PackInsideLocalClassInvalid() class
132 Local l; in PackInsideLocalClassInvalid()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobals.ll36 ; struct Local {
41 ; Local L;
317 %struct.Local = type { i32, i32 }
342 %L = alloca %struct.Local, align 4
346 %call1 = call %struct.Local* @"??0Local@?1??bar@@YAHXZ@QEAA@XZ"(%struct.Local* %L) #2, !dbg !64
369 %LocalGlobal = getelementptr inbounds %struct.Local, %struct.Local* %L, i32 0, i32 0, !dbg !65
372 %LocalConstVal = getelementptr inbounds %struct.Local, %struct.Local* %L, i32 0, i32 1, !dbg !65
396 define internal %struct.Local* @"??0Local@?1??bar@@YAHXZ@QEAA@XZ"(%struct.Local* returned %this) un…
399 store %struct.Local* %this, %struct.Local** %this.addr, align 8
401 %this1 = load %struct.Local*, %struct.Local** %this.addr, align 8
[all …]
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsymbol-visibility.yaml9 # OBJ-NEXT: Binding: Local (0x0)
18 # OBJ-NEXT: Binding: Local (0x0)
27 # OBJ-NEXT: Binding: Local (0x0)
38 # OBJ-NEXT: Binding: Local (0x0)
49 # OBJ-NEXT: Binding: Local (0x0)
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Drelocatable.ll11 ; CHECK-NEXT: Binding: Local
20 ; CHECK-NEXT: Binding: Local
29 ; CHECK-NEXT: Binding: Local
38 ; CHECK-NEXT: Binding: Local
47 ; CHECK-NEXT: Binding: Local

12345678910>>...15