Home
last modified time | relevance | path

Searched refs:Indirect (Results 1 – 25 of 137) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/Object/
H A Dstackmap-dump.test84 CHECK-NEXT: #2: Indirect [R#6 + 16], size: 8
85 CHECK-NEXT: #3: Indirect [R#6 + 24], size: 8
86 CHECK-NEXT: #4: Indirect [R#6 + 32], size: 8
87 CHECK-NEXT: #5: Indirect [R#6 + 40], size: 8
88 CHECK-NEXT: #6: Indirect [R#6 + 48], size: 8
89 CHECK-NEXT: #7: Indirect [R#6 + 56], size: 8
90 CHECK-NEXT: #8: Indirect [R#6 + 64], size: 8
91 CHECK-NEXT: #9: Indirect [R#6 + 72], size: 8
105 CHECK-NEXT: #2: Indirect [R#6 + 16], size: 8
106 CHECK-NEXT: #3: Indirect [R#6 + 24], size: 8
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dmethod_pool_transitive.m7 //--- Frameworks/Indirect.framework/Headers/Indirect.h
11 @interface Indirect : NSObject interface
15 //--- Frameworks/Indirect.framework/Modules/module.modulemap
16 framework module Indirect {
17 header "Indirect.h"
22 #import <Indirect/Indirect.h>
38 // expected-note@Frameworks/Indirect.framework/Headers/Indirect.h:5{{using}}
H A Dtemplate-default-args.cpp61 Indirect::B<int>::C<int> indirect; in test()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dindirect-symbols.test6 CHECK: Indirect symbols for (__TEXT,__stubs) 1 entries
9 CHECK: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries
13 CHECK: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries
17 NON_VERBOSE: Indirect symbols for (__TEXT,__stubs) 1 entries
20 NON_VERBOSE: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries
24 NON_VERBOSE: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dx86_64-struct-return-gc.m17 struct Indirect { struct
22 struct Indirect indirect_func(void); argument
26 struct Indirect i;
28 // CHECK: call void @indirect_func(%struct.Indirect* sret
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dvalue-prof.proftext48 #ICTXT: Indirect Call Site Count: 3
49 #ICTXT-NEXT: Indirect Target Results:
54 #IC: Indirect Call Site Count: 3
55 #IC-NEXT: Indirect Target Results:
/llvm-project-15.0.7/lld/test/MachO/
H A Dindirect-symtab.s23 # CHECK: Indirect symbols for (__TEXT,__stubs) 2 entries
27 # CHECK-NEXT: Indirect symbols for (__DATA_CONST,__got) 4 entries
33 # CHECK-NEXT: Indirect symbols for (__DATA,__la_symbol_ptr) 2 entries
37 # CHECK-NEXT: Indirect symbols for (__DATA,__thread_ptrs) 2 entries
H A Dcompact-unwind-both-local-and-dylib-personality.s33 # A: Indirect symbols for (__DATA_CONST,__got)
40 # BC: Indirect symbols for (__DATA_CONST,__got)
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMachineLocation.h36 explicit MachineLocation(unsigned R, bool Indirect = false)
37 : IsRegister(!Indirect), Register(R) {}
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-stackmap-format.ll190 ; Indirect Spill Slot [RSP+0]
218 ; Indirect Spill Slot [RSP+16]
225 ; Indirect Spill Slot [RSP+8]
232 ; Indirect Spill Slot [RSP+16]
239 ; Indirect Spill Slot [RSP+16]
277 ; Indirect Spill Slot [RSP+0]
305 ; Indirect Spill Slot [RSP+16]
312 ; Indirect Spill Slot [RSP+8]
319 ; Indirect Spill Slot [RSP+16]
326 ; Indirect Spill Slot [RSP+16]
[all …]
H A Dstackmap-large-location-size.ll31 ; Indirect
70 ; Indirect
109 ; Indirect
148 ; Indirect
155 ; Indirect
H A Dstatepoint-vector.ll142 ; Stack Maps: Loc 3: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
143 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
159 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i…
160 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
176 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i…
177 ; Stack Maps: Loc 4: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i…
178 ; Stack Maps: Loc 5: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i…
179 ; Stack Maps: Loc 6: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp259 llvm::function_ref<bool(PrimType)> Indirect) { in dereference() argument
266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference()
268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect); in dereference()
275 return Indirect(*T); in dereference()
285 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceParam() argument
320 return visit(LV) && Indirect(T); in dereferenceParam()
327 llvm::function_ref<bool(PrimType)> Indirect) { in dereferenceVar() argument
390 return visit(LV) && Indirect(T); in dereferenceVar()
H A DByteCodeExprGen.h182 llvm::function_ref<bool(PrimType)> Indirect);
186 llvm::function_ref<bool(PrimType)> Indirect);
189 llvm::function_ref<bool(PrimType)> Indirect);
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h49 Indirect, enumerator
201 auto AI = ABIArgInfo(Indirect);
228 static ABIArgInfo getInAlloca(unsigned FieldIndex, bool Indirect = false) {
231 AI.setInAllocaIndirect(Indirect);
300 bool isIndirect() const { return TheKind == Indirect; } in isIndirect()
448 void setInAllocaIndirect(bool Indirect) { in setInAllocaIndirect() argument
450 InAllocaIndirect = Indirect; in setInAllocaIndirect()
/llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/
H A Dcfi-direct-call1.ll57 ; Indirect references to local_func1 and local_func2 must to through jump table
60 ; Indirect references to extern_weak and extern_decl must go through jump table
83 ; Indirect references to local_func1 and local_func2 must to through jump table
86 ; Indirect references to extern_weak and extern_decl must go through jump table
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp114 bool Indirect = false; in skipValue() local
204 Indirect = true; in skipValue()
211 } while (Indirect); in skipValue()
256 bool Indirect = false; in extractValue() local
263 Indirect = false; in extractValue()
345 Indirect = true; in extractValue()
371 } while (Indirect && !Err); in extractValue()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp425 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
433 while (Indirect != End) { in SplitIndirectBrCriticalEdges()
435 PHINode *IndPHI = cast<PHINode>(Indirect); in SplitIndirectBrCriticalEdges()
444 Indirect++; in SplitIndirectBrCriticalEdges()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h202 DbgValueProperties(const DIExpression *DIExpr, bool Indirect) in DbgValueProperties() argument
203 : DIExpr(DIExpr), Indirect(Indirect) {} in DbgValueProperties()
209 Indirect = MI.getOperand(1).isImm(); in DbgValueProperties()
213 return std::tie(DIExpr, Indirect) == std::tie(Other.DIExpr, Other.Indirect);
221 bool Indirect; variable
/llvm-project-15.0.7/clang/test/Modules/Inputs/template-default-args/
H A Dd.h9 namespace Indirect {
H A Da.h25 namespace Indirect {
/llvm-project-15.0.7/lld/test/MachO/Inputs/MacOSX.sdk/System/Library/Frameworks/MacOnly-Indirect.framework/
H A DMacOnly-Indirect.tbd9 install-name: 'MacOnly-Indirect.dylib'
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64le-calls.ll10 ; Indirect calls requires a full stub creation
H A D2010-03-09-indirect-call.ll5 ; Indirect calls must use R3 on powerpc (i.e., R3 must contain the address of
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dtls-directives.s4 @ CHECK: Indirect symbols for (__DATA,__thread_ptr)

123456