Home
last modified time | relevance | path

Searched refs:GD (Results 1 – 25 of 269) sorted by relevance

1234567891011

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h27 ChildrenGetterTy(const GraphDiff<BasicBlock *, IsPostDom> *GD) : GD(GD) {
28 assert(GD);
33 const GraphDiff<BasicBlock *, IsPostDom> *GD = nullptr;
49 const GraphDiff<BasicBlock *, IsPostDom> *GD)
50 : IDFCalculatorBase(DT, ChildrenGetterTy(GD)) {
51 assert(GD);
71 if (!GD) {
76 return GD->template getChildren<IsPostDom>(N);
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp210 getAddrOfCXXStructor(GD, &FnInfo, /*FnType=*/nullptr, in codegenCXXStructor()
213 setFunctionLinkage(GD, Fn); in codegenCXXStructor()
215 CodeGenFunction(*this).GenerateCode(GD, Fn, FnInfo); in codegenCXXStructor()
216 setNonAliasAttributes(GD, Fn); in codegenCXXStructor()
224 auto *MD = cast<CXXMethodDecl>(GD.getDecl()); in getAddrAndTypeOfCXXStructor()
230 GD.getDtorType() == Dtor_Complete && in getAddrAndTypeOfCXXStructor()
232 GD = GD.getWithDtorType(Dtor_Base); in getAddrAndTypeOfCXXStructor()
237 FnInfo = &getTypes().arrangeCXXStructorDeclaration(GD); in getAddrAndTypeOfCXXStructor()
242 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
248 GlobalDecl GD, in BuildAppleKextVirtualCall() argument
[all …]
H A DCGVTables.cpp42 GlobalDecl GD) { in setThunkProperties() argument
43 CGM.setFunctionLinkage(GD, ThunkFn); in setThunkProperties()
48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
240 CurGD = GD; in StartThunk()
249 else if (CGM.getCXXABI().HasThisReturn(GD)) in StartThunk()
251 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in StartThunk()
451 StartThunk(Fn, GD, FnInfo, IsUnprototyped); in generateThunk()
605 void CodeGenVTables::EmitThunks(GlobalDecl GD) { in EmitThunks() argument
614 VTContext->getThunkInfo(GD); in EmitThunks()
620 maybeEmitThunk(GD, Thunk, /*ForVTable=*/false); in EmitThunks()
[all …]
H A DCodeGenModule.cpp1203 const Decl *D = GD.getDecl(); in isUniqueInternalLinkageDecl()
1898 setGVProperties(GV, GD); in SetCommonAttributes()
1975 SetCommonAttributes(GD, GO); in setNonAliasAttributes()
2079 SetLLVMFunctionAttributes(GD, getTypes().arrangeGlobalDeclaration(GD), F, in SetFunctionAttributes()
2743 GD->getAsAPValue(), GD->getType().getAddressSpace(), GD->getType()); in GetAddrOfMSGuidDecl()
2952 EmitGlobalDefinition(GD); in EmitGlobal()
3318 ResolverGD = GD; in emitCPUDispatchDefinition()
4819 setFunctionLinkage(GD, Fn); in EmitGlobalFunctionDefinition()
4822 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition()
4862 Aliases.push_back(GD); in EmitAliasDefinition()
[all …]
H A DCodeGenModule.h353 void addDeferredDeclToEmit(GlobalDecl GD) { in addDeferredDeclToEmit() argument
354 DeferredDeclsToEmit.emplace_back(GD); in addDeferredDeclToEmit()
531 bool shouldEmitFunction(GlobalDecl GD);
831 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD,
896 GlobalDecl GD);
1228 StringRef getMangledName(GlobalDecl GD);
1252 F->setLinkage(getFunctionLinkage(GD)); in setFunctionLinkage()
1485 bool GetCPUAndFeaturesAttributes(GlobalDecl GD,
1500 void EmitAliasDefinition(GlobalDecl GD);
1501 void emitIFuncDefinition(GlobalDecl GD);
[all …]
H A DCGCXXABI.h90 virtual bool isThisCompleteObject(GlobalDecl GD) const = 0;
107 virtual bool HasThisReturn(GlobalDecl GD) const { return false; } in HasThisReturn() argument
109 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() argument
332 buildStructorSignature(GlobalDecl GD,
365 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, in adjustThisArgumentForVirtualFunctionCall() argument
385 virtual CharUnits getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) { in getVirtualFunctionPrologueThisAdjustment() argument
456 GlobalDecl GD, Address This,
471 GlobalDecl GD, in adjustCallArgsForDestructorThunk() argument
481 GlobalDecl GD, bool ReturnAdjustment) = 0;
553 virtual bool NeedsVTTParameter(GlobalDecl GD);
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp178 if (auto *GD = dyn_cast<MSGuidDecl>(D)) in mangleName() local
179 return mangleMSGuidDecl(GD, Out); in mangleName()
194 mangleCXXName(GD, Out); in mangleName()
211 mangleCXXName(GD, Out); in mangleName()
239 MSGuidDecl::Parts P = GD->getParts(); in mangleMSGuidDecl()
521 GlobalDecl GD; in writeFuncOrVarName() local
523 GD = GlobalDecl(CtorD, Ctor_Complete); in writeFuncOrVarName()
529 GD = GlobalDecl(D); in writeFuncOrVarName()
530 MC->mangleName(GD, OS); in writeFuncOrVarName()
550 GlobalDecl GD; in getMangledStructor() local
[all …]
H A DItaniumMangle.cpp462 void mangle(GlobalDecl GD);
515 mangleUnqualifiedName(GD, cast<NamedDecl>(GD.getDecl())->getDeclName(), UnknownArity, in mangleUnqualifiedName()
735 mangleFunctionEncoding(GD); in mangle()
738 mangleName(GD); in mangle()
752 mangleName(GD); in mangleFunctionEncoding()
759 mangleName(GD); in mangleFunctionEncoding()
894 return GD.getWithDecl(TD); in isTemplate()
1710 GlobalDecl GD; in getParentOfLocalEntity() local
1721 return GD; in getParentOfLocalEntity()
1726 const Decl *D = GD.getDecl(); in mangleLocalName()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cris/
H A Drd-tls-1.s13 sub.d x:GD,r1
14 add.d extsym2:GD,r9
19 sub.d extsym4:GD+42,r9
20 sub.d extsym4:GD-96,r3
21 move.d [r7=r3+extsym10:GD-330],r13
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-tls-1.s13 sub.d x:GD,r1
14 add.d extsym2:GD,r9
19 sub.d extsym4:GD+42,r9
20 sub.d extsym4:GD-96,r3
21 move.d [r7=r3+extsym10:GD-330],r13
/netbsd/external/gpl3/gdb/dist/sim/rl78/
H A Drl78.c448 b = GD (); in decode_opcode()
459 b = GD (); in decode_opcode()
470 b = GD (); in decode_opcode()
542 a = GD (); in decode_opcode()
691 b = GD (); in decode_opcode()
736 b = GD (); in decode_opcode()
751 b = GD (); in decode_opcode()
766 b = GD (); in decode_opcode()
781 b = GD (); in decode_opcode()
796 b = GD (); in decode_opcode()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/rl78/
H A Drl78.c448 b = GD (); in decode_opcode()
459 b = GD (); in decode_opcode()
470 b = GD (); in decode_opcode()
542 a = GD (); in decode_opcode()
691 b = GD (); in decode_opcode()
736 b = GD (); in decode_opcode()
751 b = GD (); in decode_opcode()
766 b = GD (); in decode_opcode()
781 b = GD (); in decode_opcode()
796 b = GD (); in decode_opcode()
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-xtensa/
H A Dtlspic.dd14 # GD
18 # GD -> IE because variable is referenced through IE too
22 # GD against local variable
26 # GD -> IE against local variable referenced through IE too
30 # GD against hidden and local variable
34 # GD -> IE against hidden and local variable referenced through IE too
38 # GD against hidden but not local variable
42 # GD -> IE against hidden but not local variable referenced through IE too
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-xtensa/
H A Dtlspic.dd14 # GD
18 # GD -> IE because variable is referenced through IE too
22 # GD against local variable
26 # GD -> IE against local variable referenced through IE too
30 # GD against hidden and local variable
34 # GD -> IE against hidden and local variable referenced through IE too
38 # GD against hidden but not local variable
42 # GD -> IE against hidden but not local variable referenced through IE too
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-x86-64/
H A Dtlspic2.dd19 # GD
30 # GD -> IE because variable is referenced through IE too
39 # GD against local variable
50 # GD -> IE against local variable referenced through IE too
59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
234 # -mcmodel=large GD
257 # -mcmodel=large GD against local variable
279 # -mcmodel=large GD against hidden and local variable
[all …]
H A Dtlspic.dd19 # GD
30 # GD -> IE because variable is referenced through IE too
39 # GD against local variable
50 # GD -> IE against local variable referenced through IE too
59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
239 # -mcmodel=large GD
262 # -mcmodel=large GD against local variable
284 # -mcmodel=large GD against hidden and local variable
[all …]
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dtlspic.dd19 # GD
30 # GD -> IE because variable is referenced through IE too
39 # GD against local variable
50 # GD -> IE against local variable referenced through IE too
59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
239 # -mcmodel=large GD
262 # -mcmodel=large GD against local variable
284 # -mcmodel=large GD against hidden and local variable
[all …]
H A Dtlspic2.dd19 # GD
30 # GD -> IE because variable is referenced through IE too
39 # GD against local variable
50 # GD -> IE against local variable referenced through IE too
59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
234 # -mcmodel=large GD
257 # -mcmodel=large GD against local variable
279 # -mcmodel=large GD against hidden and local variable
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-sh/
H A Dtlspic1.s25 ! GD
40 ! GD -> IE because variable is referenced through @GOTTPOFF too
55 ! GD against local variable
70 ! GD -> IE against local variable referenced through @GOTTPOFF too
85 ! GD against hidden and local variable
100 ! GD -> IE against hidden and local variable referenced through
116 ! GD against hidden but not local variable
131 ! GD -> IE against hidden but not local variable referenced through
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/
H A Dtlspic1.s25 ! GD
40 ! GD -> IE because variable is referenced through @GOTTPOFF too
55 ! GD against local variable
70 ! GD -> IE against local variable referenced through @GOTTPOFF too
85 ! GD against hidden and local variable
100 ! GD -> IE against hidden and local variable referenced through
116 ! GD against hidden but not local variable
131 ! GD -> IE against hidden but not local variable referenced through
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo() argument
343 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()->getCanonicalDecl()); in getThunkInfo()
418 uint64_t getMethodVTableIndex(GlobalDecl GD);
591 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo() argument
595 if (isa<CXXDestructorDecl>(GD.getDecl()) && in getThunkInfo()
596 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
598 return VTableContextBase::getThunkInfo(GD); in getThunkInfo()
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-i386/
H A Dtlspic.dd24 # GD
33 # GD -> IE because variable is referenced through @gottpoff too
41 # GD -> IE because variable is referenced through @gotntpoff too
49 # GD -> IE because variable is referenced through @gottpoff and
57 # GD against local variable
66 # GD -> IE against local variable referenced through @gottpoff too
74 # GD -> IE against local variable referenced through @gotntpoff
82 # GD -> IE against local variable referenced through @gottpoff and
90 # GD against hidden and local variable
123 # GD against hidden but not local variable
[all …]
H A Dtlspic2.dd24 # GD
33 # GD -> IE because variable is referenced through @gottpoff too
41 # GD -> IE because variable is referenced through @gotntpoff too
49 # GD -> IE because variable is referenced through @gottpoff and
57 # GD against local variable
66 # GD -> IE against local variable referenced through @gottpoff too
74 # GD -> IE against local variable referenced through @gotntpoff
82 # GD -> IE against local variable referenced through @gottpoff and
90 # GD against hidden and local variable
123 # GD against hidden but not local variable
[all …]
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dtlspic.dd24 # GD
33 # GD -> IE because variable is referenced through @gottpoff too
41 # GD -> IE because variable is referenced through @gotntpoff too
49 # GD -> IE because variable is referenced through @gottpoff and
57 # GD against local variable
66 # GD -> IE against local variable referenced through @gottpoff too
74 # GD -> IE against local variable referenced through @gotntpoff
82 # GD -> IE against local variable referenced through @gottpoff and
90 # GD against hidden and local variable
123 # GD against hidden but not local variable
[all …]
H A Dtlspic2.dd24 # GD
33 # GD -> IE because variable is referenced through @gottpoff too
41 # GD -> IE because variable is referenced through @gotntpoff too
49 # GD -> IE because variable is referenced through @gottpoff and
57 # GD against local variable
66 # GD -> IE against local variable referenced through @gottpoff too
74 # GD -> IE against local variable referenced through @gotntpoff
82 # GD -> IE against local variable referenced through @gottpoff and
90 # GD against hidden and local variable
123 # GD against hidden but not local variable
[all …]

1234567891011