Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp30 void CodeGen::addDefaultFunctionDefinitionAttributes(CodeGenModule &CGM, in addDefaultFunctionDefinitionAttributes()
36 CodeGen::arrangeObjCMessageSendSignature(CodeGenModule &CGM, in arrangeObjCMessageSendSignature()
43 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
49 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
55 CodeGen::arrangeCXXMethodType(CodeGenModule &CGM, in arrangeCXXMethodType()
63 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall()
73 CodeGen::getImplicitCXXConstructorArgs(CodeGenModule &CGM, in getImplicitCXXConstructorArgs()
97 CodeGen::convertFreeFunctionType(CodeGenModule &CGM, const FunctionDecl *FD) { in convertFreeFunctionType()
108 CodeGen::convertTypeForMemory(CodeGenModule &CGM, QualType T) { in convertTypeForMemory()
112 unsigned CodeGen::getLLVMFieldNumber(CodeGenModule &CGM, in getLLVMFieldNumber()
[all …]
H A DSwiftCallingConv.cpp24 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo()
57 static CharUnits getTypeStoreSize(CodeGenModule &CGM, llvm::Type *type) { in getTypeStoreSize()
61 static CharUnits getTypeAllocSize(CodeGenModule &CGM, llvm::Type *type) { in getTypeAllocSize()
647 bool swiftcall::shouldPassIndirectly(CodeGenModule &CGM, in shouldPassIndirectly()
653 CharUnits swiftcall::getMaximumVoluntaryIntegerSize(CodeGenModule &CGM) { in getMaximumVoluntaryIntegerSize()
668 bool swiftcall::isLegalIntegerType(CodeGenModule &CGM, in isLegalIntegerType()
790 bool swiftcall::mustPassRecordIndirectly(CodeGenModule &CGM, in mustPassRecordIndirectly()
811 static ABIArgInfo classifyType(CodeGenModule &CGM, CanQualType type, in classifyType()
860 ABIArgInfo swiftcall::classifyArgumentType(CodeGenModule &CGM, in classifyArgumentType()
865 void swiftcall::computeABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) { in computeABIInfo()
[all …]
H A DTargetInfo.cpp119 llvm::Constant *TargetCodeGenInfo::getNullPointer(const CodeGen::CodeGenModule &CGM, in getNullPointer()
124 LangAS TargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()
145 TargetCodeGenInfo::performAddrSpaceCast(CodeGenModule &CGM, llvm::Constant *Src, in performAddrSpaceCast()
218 CodeGen::createDefaultTargetCodeGenInfo(CodeGenModule &CGM) { in createDefaultTargetCodeGenInfo()
H A DTargetInfo.h81 CodeGen::CodeGenModule &CGM, in emitTargetMetadata()
85 virtual void emitTargetGlobals(CodeGen::CodeGenModule &CGM) const {} in emitTargetGlobals()
89 virtual void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc, in checkFunctionCallABI()
155 CodeGenModule &CGM) const { in testFPKind()
212 getUBSanFunctionSignature(CodeGen::CodeGenModule &CGM) const { in getUBSanFunctionSignature()
401 virtual llvm::Type *getOpenCLType(CodeGenModule &CGM, const Type *T) const { in getOpenCLType()
H A DConstantEmitter.h52 : CGM(CGM), CGF(CGF) {} in CGM() argument
H A DCGObjCRuntime.h68 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {} in CGObjCRuntime()
320 virtual std::string getRCBlockLayoutStr(CodeGen::CodeGenModule &CGM, in getRCBlockLayoutStr()
H A DSanitizerMetadata.h36 CodeGenModule &CGM; variable
H A DCGVTables.cpp32 CodeGenVTables::CodeGenVTables(CodeGenModule &CGM) in CodeGenVTables()
41 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, in setThunkProperties()
473 static bool shouldEmitVTableThunk(CodeGenModule &CGM, const CXXMethodDecl *MD, in shouldEmitVTableThunk()
683 static bool UseRelativeLayout(const CodeGenModule &CGM) { in UseRelativeLayout()
702 static void AddPointerLayoutOffset(const CodeGenModule &CGM, in AddPointerLayoutOffset()
710 static void AddRelativeLayoutOffset(const CodeGenModule &CGM, in AddRelativeLayoutOffset()
1035 static bool shouldEmitAvailableExternallyVTable(const CodeGenModule &CGM, in shouldEmitAvailableExternallyVTable()
1204 static bool shouldEmitVTableAtEndOfTranslationUnit(CodeGenModule &CGM, in shouldEmitVTableAtEndOfTranslationUnit()
H A DItaniumCXXABI.cpp63 ItaniumCXXABI(CodeGen::CodeGenModule &CGM, in ItaniumCXXABI()
478 ARMCXXABI(CodeGen::CodeGenModule &CGM) : in ARMCXXABI()
509 explicit FuchsiaCXXABI(CodeGen::CodeGenModule &CGM) in FuchsiaCXXABI()
518 explicit WebAssemblyCXXABI(CodeGen::CodeGenModule &CGM) in WebAssemblyCXXABI()
533 explicit XLCXXABI(CodeGen::CodeGenModule &CGM) in XLCXXABI()
1290 static llvm::FunctionCallee getThrowFn(CodeGenModule &CGM) { in getThrowFn()
2390 static llvm::FunctionCallee getGuardAbortFn(CodeGenModule &CGM, in getGuardAbortFn()
3144 CodeGenModule &CGM; // Per-module state. member in __anon21064f5c0311::ItaniumRTTIBuilder
3445 static bool ShouldUseExternalRTTIDescriptor(CodeGenModule &CGM, in ShouldUseExternalRTTIDescriptor()
4328 static StructorCodegen getCodegenToUse(CodeGenModule &CGM, in getCodegenToUse()
[all …]
H A DCGBlocks.cpp56 static llvm::Constant *buildCopyHelper(CodeGenModule &CGM, in buildCopyHelper()
62 static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM, in buildDisposeHelper()
86 CodeGenModule &CGM) { in getBlockDescriptorName()
147 static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM, in buildBlockDescriptor()
384 CGBlockInfo &Info, CodeGenModule &CGM) { in addBlockLayout()
437 static llvm::Constant *tryCaptureAsConstant(CodeGenModule &CGM, in tryCaptureAsConstant()
1278 static llvm::Constant *buildGlobalBlock(CodeGenModule &CGM, in buildGlobalBlock()
1682 CodeGenModule &CGM) { in getBlockCaptureStr()
2357 static llvm::Constant *buildByrefCopyHelper(CodeGenModule &CGM, in buildByrefCopyHelper()
2413 static llvm::Constant *buildByrefDisposeHelper(CodeGenModule &CGM, in buildByrefDisposeHelper()
[all …]
H A DCGGPUBuiltin.cpp45 llvm::Function *GetOpenMPVprintfDeclaration(CodeGenModule &CGM) { in GetOpenMPVprintfDeclaration()
137 CodeGenModule &CGM = CGF->CGM; in EmitDevicePrintfCallExpr() local
H A DCGObjCRuntime.cpp31 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
38 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
47 CodeGen::CodeGenModule &CGM, in ComputeBitfieldBitOffset()
464 clang::CodeGen::emitObjCProtocolObject(CodeGenModule &CGM, in emitObjCProtocolObject()
H A DCGExprConstant.cpp45 CodeGenModule &CGM; member
109 ConstantAggregateBuilder(CodeGenModule &CGM) in ConstantAggregateBuilder()
401 CodeGenModule &CGM, ArrayRef<llvm::Constant *> Elems, in buildFrom()
560 CodeGenModule &CGM; member in __anondd3698b90111::ConstStructBuilder
921 CodeGenModule &CGM = emitter.CGM; in tryEmitGlobalCompoundLiteral() local
949 EmitArrayConstant(CodeGenModule &CGM, llvm::ArrayType *DesiredType, in EmitArrayConstant()
1018 CodeGenModule &CGM; member in __anondd3698b90111::ConstExprEmitter
1521 CodeGenModule &CGM; member
1735 llvm::Constant *ConstantEmitter::emitForMemory(CodeGenModule &CGM, in emitForMemory()
1815 CodeGenModule &CGM; member in __anondd3698b90a11::ConstantLValueEmitter
[all …]
H A DPatternInit.cpp15 llvm::Constant *clang::CodeGen::initializationPatternFor(CodeGenModule &CGM, in initializationPatternFor()
H A DCGVTables.h33 CodeGenModule &CGM; variable
H A DCGOpenCLRuntime.h58 CGOpenCLRuntime(CodeGenModule &CGM) : CGM(CGM), in CGOpenCLRuntime()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp312 CodeGen::CodeGenModule &CGM, in emitTargetMetadata()
336 const CodeGen::CodeGenModule &CGM, in extractFieldType()
363 const CodeGen::CodeGenModule &CGM, in appendRecordType()
532 const CodeGen::CodeGenModule &CGM, in appendPointerType()
544 const CodeGen::CodeGenModule &CGM, in appendArrayType()
565 const CodeGen::CodeGenModule &CGM, in appendFunctionType()
599 const CodeGen::CodeGenModule &CGM, in appendType()
633 const CodeGen::CodeGenModule &CGM, in getTypeString()
660 CodeGen::createXCoreTargetCodeGenInfo(CodeGenModule &CGM) { in createXCoreTargetCodeGenInfo()
H A DSPIR.cpp112 void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) { in computeSPIRKernelABIInfo()
175 llvm::Type *CommonSPIRTargetCodeGenInfo::getOpenCLType(CodeGenModule &CGM, in getOpenCLType()
211 CodeGen::createCommonSPIRTargetCodeGenInfo(CodeGenModule &CGM) { in createCommonSPIRTargetCodeGenInfo()
216 CodeGen::createSPIRVTargetCodeGenInfo(CodeGenModule &CGM) { in createSPIRVTargetCodeGenInfo()
H A DAVR.cpp117 LangAS getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()
151 CodeGen::createAVRTargetCodeGenInfo(CodeGenModule &CGM, unsigned NPR, in createAVRTargetCodeGenInfo()
H A DM68k.cpp53 CodeGen::createM68kTargetCodeGenInfo(CodeGenModule &CGM) { in createM68kTargetCodeGenInfo()
H A DTCE.cpp80 CodeGen::createTCETargetCodeGenInfo(CodeGenModule &CGM) { in createTCETargetCodeGenInfo()
H A DVE.cpp69 CodeGen::createVETargetCodeGenInfo(CodeGenModule &CGM) { in createVETargetCodeGenInfo()
H A DPPC.cpp947 CodeGen::CodeGenModule &CGM, in emitTargetMetadata()
972 CodeGen::createAIXTargetCodeGenInfo(CodeGenModule &CGM, bool Is64Bit) { in createAIXTargetCodeGenInfo()
977 CodeGen::createPPC32TargetCodeGenInfo(CodeGenModule &CGM, bool SoftFloatABI) { in createPPC32TargetCodeGenInfo()
985 CodeGen::createPPC64TargetCodeGenInfo(CodeGenModule &CGM) { in createPPC64TargetCodeGenInfo()
990 CodeGenModule &CGM, PPC64_SVR4_ABIKind Kind, bool SoftFloatABI) { in createPPC64_SVR4_TargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h42 CodeGenModule &CGM; variable
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering()
H A 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()

1234