Home
last modified time | relevance | path

Searched defs:CGM (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp23 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo()
56 static CharUnits getTypeStoreSize(CodeGenModule &CGM, llvm::Type *type) { in getTypeStoreSize()
595 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) { in getMaximumVoluntaryIntegerSize()
601 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment()
612 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM, in isLegalIntegerType()
632 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
638 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in isLegalVectorType()
646 swiftcall::splitLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize, in splitLegalVectorType()
660 void swiftcall::legalizeVectorType(CodeGenModule &CGM, CharUnits origVectorSize, in legalizeVectorType()
733 bool swiftcall::shouldPassCXXRecordIndirectly(CodeGenModule &CGM, in shouldPassCXXRecordIndirectly()
[all …]
H A DCodeGenABITypes.cpp30 CodeGen::arrangeObjCMessageSendSignature(CodeGenModule &CGM, in arrangeObjCMessageSendSignature()
37 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
44 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
50 CodeGen::arrangeCXXMethodType(CodeGenModule &CGM, in arrangeCXXMethodType()
58 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall()
H A DItaniumCXXABI.cpp54 ItaniumCXXABI(CodeGen::CodeGenModule &CGM, in ItaniumCXXABI()
403 ARMCXXABI(CodeGen::CodeGenModule &CGM) : in ARMCXXABI()
428 iOS64CXXABI(CodeGen::CodeGenModule &CGM) : ARMCXXABI(CGM) {} in iOS64CXXABI()
436 explicit WebAssemblyCXXABI(CodeGen::CodeGenModule &CGM) in WebAssemblyCXXABI()
450 CodeGen::CGCXXABI *CodeGen::CreateItaniumCXXABI(CodeGenModule &CGM) { in CreateItaniumCXXABI()
1052 static llvm::Constant *getAllocateExceptionFn(CodeGenModule &CGM) { in getAllocateExceptionFn()
1061 static llvm::Constant *getThrowFn(CodeGenModule &CGM) { in getThrowFn()
1860 static llvm::Constant *getGuardAcquireFn(CodeGenModule &CGM, in getGuardAcquireFn()
1872 static llvm::Constant *getGuardReleaseFn(CodeGenModule &CGM, in getGuardReleaseFn()
1883 static llvm::Constant *getGuardAbortFn(CodeGenModule &CGM, in getGuardAbortFn()
[all …]
H A DCGBlocks.cpp51 static llvm::Constant *buildCopyHelper(CodeGenModule &CGM, in buildCopyHelper()
57 static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM, in buildDisposeHelper()
76 static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM, in buildBlockDescriptor()
262 static llvm::Constant *tryCaptureAsConstant(CodeGenModule &CGM, in tryCaptureAsConstant()
298 static void initializeForBlockHeader(CodeGenModule &CGM, CGBlockInfo &info, in initializeForBlockHeader()
321 static void computeBlockInfo(CodeGenModule &CGM, CodeGenFunction *CGF, in computeBlockInfo()
1058 static llvm::Constant *buildGlobalBlock(CodeGenModule &CGM, in buildGlobalBlock()
1849 static llvm::Constant *buildByrefCopyHelper(CodeGenModule &CGM, in buildByrefCopyHelper()
1911 static llvm::Constant *buildByrefDisposeHelper(CodeGenModule &CGM, in buildByrefDisposeHelper()
1921 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers()
[all …]
H A DCGExprConstant.cpp38 CodeGenModule &CGM; member in __anon40e7fc890111::ConstStructBuilder
56 ConstStructBuilder(CodeGenModule &CGM, CodeGenFunction *CGF) in ConstStructBuilder()
561 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct()
572 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct()
583 llvm::Constant *ConstStructBuilder::BuildStruct(CodeGenModule &CGM, in BuildStruct()
607 CodeGenModule &CGM; member in __anon40e7fc890111::ConstExprEmitter
1509 static llvm::Constant *EmitNullConstant(CodeGenModule &CGM, in EmitNullConstant()
1590 static llvm::Constant *EmitNullConstantForBase(CodeGenModule &CGM, in EmitNullConstantForBase()
H A DCGObjCRuntime.cpp29 static uint64_t LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, in LookupFieldBitOffset()
65 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
72 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
80 CodeGen::CodeGenModule &CGM, in ComputeBitfieldBitOffset()
H A DCGVTables.cpp32 CodeGenVTables::CodeGenVTables(CodeGenModule &CGM) in CodeGenVTables()
53 static void setThunkVisibility(CodeGenModule &CGM, const CXXMethodDecl *MD, in setThunkVisibility()
58 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties()
717 static bool shouldEmitAvailableExternallyVTable(const CodeGenModule &CGM, in shouldEmitAvailableExternallyVTable()
877 static bool shouldEmitVTableAtEndOfTranslationUnit(CodeGenModule &CGM, in shouldEmitVTableAtEndOfTranslationUnit()
H A DCGException.cpp32 static llvm::Constant *getFreeExceptionFn(CodeGenModule &CGM) { in getFreeExceptionFn()
41 static llvm::Constant *getUnexpectedFn(CodeGenModule &CGM) { in getUnexpectedFn()
76 static llvm::Constant *getCatchallRethrowFn(CodeGenModule &CGM, in getCatchallRethrowFn()
189 const EHPersonality &EHPersonality::get(CodeGenModule &CGM, in get()
222 static llvm::Constant *getPersonalityFn(CodeGenModule &CGM, in getPersonalityFn()
230 static llvm::Constant *getOpaquePersonalityFn(CodeGenModule &CGM, in getOpaquePersonalityFn()
1415 CodeGenModule &CGM = CGF.CGM; in Emit() local
H A DCGOpenMPRuntimeNVPTX.cpp94 CodeGenModule &CGM) in WorkerFunctionState()
100 CodeGenModule &CGM) { in createWorkerFunction()
347 CGOpenMPRuntimeNVPTX::CGOpenMPRuntimeNVPTX(CodeGenModule &CGM) in CGOpenMPRuntimeNVPTX()
H A DCoverageMappingGen.h53 CodeGenModule &CGM; variable
62 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
H A DMicrosoftCXXABI.cpp45 MicrosoftCXXABI(CodeGenModule &CGM) in MicrosoftCXXABI()
2203 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals, in EmitThreadLocalInitFuncs()
2253 static ConstantAddress getInitThreadEpochPtr(CodeGenModule &CGM) { in getInitThreadEpochPtr()
2267 static llvm::Constant *getInitThreadHeaderFn(CodeGenModule &CGM) { in getInitThreadHeaderFn()
2278 static llvm::Constant *getInitThreadFooterFn(CodeGenModule &CGM) { in getInitThreadFooterFn()
2289 static llvm::Constant *getInitThreadAbortFn(CodeGenModule &CGM) { in getInitThreadAbortFn()
3275 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) { in CreateMicrosoftCXXABI()
3309 static llvm::GlobalVariable *getTypeInfoVTable(CodeGenModule &CGM) { in getTypeInfoVTable()
3415 CodeGenModule &CGM; member
3747 static void emitCXXConstructor(CodeGenModule &CGM, in emitCXXConstructor()
[all …]
H A DCGCUDANV.cpp84 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime()
365 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) { in CreateNVCUDARuntime()
H A DModuleBuilder.cpp87 CodeGenModule &CGM() { in CGM() function in __anona4b639230111::CodeGeneratorImpl
290 CodeGenModule &CodeGenerator::CGM() { in CGM() function in CodeGenerator
H A DCodeGenModule.cpp64 static CGCXXABI *createCXXABI(CodeGenModule &CGM) { in createCXXABI()
1104 static void emitUsed(CodeGenModule &CGM, StringRef Name, in emitUsed()
1156 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder()
2353 static bool shouldBeInCOMDAT(CodeGenModule &CGM, const Decl &D) { in shouldBeInCOMDAT()
2595 CodeGenModule &CGM, const VarDecl *D, in isVarDeclStrongDefinition()
3421 CodeGenModule &CGM, StringRef GlobalName, in GenerateStringLiteral()
3657 static bool AllTrivialInitializers(CodeGenModule &CGM, in AllTrivialInitializers()
4042 static void EmitGlobalDeclMetadata(CodeGenModule &CGM, in EmitGlobalDeclMetadata()
H A DCGOpenMPRuntime.cpp723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) in CGOpenMPRuntime()
739 emitCombinerOrInitializer(CodeGenModule &CGM, QualType Ty, in emitCombinerOrInitializer()
823 static CharUnits getIdentAlign(CodeGenModule &CGM) { in getIdentAlign()
826 static CharUnits getIdentSize(CodeGenModule &CGM) { in getIdentSize()
2166 CodeGenModule &CGM, llvm::Type *ArgsType, in emitCopyprivateCopyFunction()
2761 createOffloadingBinaryDescriptorFunction(CodeGenModule &CGM, StringRef Name, in createOffloadingBinaryDescriptorFunction()
3164 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl()
3191 createKmpTaskTRecordDecl(CodeGenModule &CGM, OpenMPDirectiveKind Kind, in createKmpTaskTRecordDecl()
3235 createKmpTaskTWithPrivatesRecordDecl(CodeGenModule &CGM, QualType KmpTaskTQTy, in createKmpTaskTWithPrivatesRecordDecl()
3264 emitProxyTaskFunction(CodeGenModule &CGM, SourceLocation Loc, in emitProxyTaskFunction()
[all …]
H A DCGOpenMPRuntime.h242 CodeGenModule &CGM; variable
280 OffloadEntriesInfoManagerTy(CodeGenModule &CGM) in OffloadEntriesInfoManagerTy()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DConstantInitBuilder.h58 CodeGenModule &CGM; variable
69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase()
501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase()
533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
DSwiftCallingConv.h42 CodeGenModule &CGM; variable
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DConstantInitBuilder.h58 CodeGenModule &CGM; variable
69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase()
501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase()
533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
DSwiftCallingConv.h42 CodeGenModule &CGM; variable
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DConstantInitBuilder.h58 CodeGenModule &CGM; variable
69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase()
501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase()
533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
DSwiftCallingConv.h42 CodeGenModule &CGM; variable
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DConstantInitBuilder.h58 CodeGenModule &CGM; variable
69 explicit ConstantInitBuilderBase(CodeGenModule &CGM) : CGM(CGM) {} in ConstantInitBuilderBase()
501 ConstantInitBuilderTemplateBase(CodeGenModule &CGM) in ConstantInitBuilderTemplateBase()
533 explicit ConstantInitBuilder(CodeGenModule &CGM) : in ConstantInitBuilder()
DSwiftCallingConv.h42 CodeGenModule &CGM; variable
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h44 CodeGenModule &CGM; variable
59 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()

123