Home
last modified time | relevance | path

Searched refs:getTargetCodeGenInfo (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
410 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
414 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
H A DCodeGenModule.cpp149 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
936 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
2236 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2320 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2445 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
2461 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
4362 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
4378 return getTargetCodeGenInfo().performAddrSpaceCast( in GetOrCreateLLVMGlobal()
4588 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace()
5945 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary()
[all …]
H A DCGBlocks.cpp523 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
581 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
895 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1163 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1358 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DSwiftCallingConv.cpp24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
H A DCGCall.cpp68 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
282 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
603 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1576 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
4725 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
H A DCGDeclCXX.cpp123 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
H A DCGExprConstant.cpp1110 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1767 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCodeGenModule.h744 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGObjC.cpp2306 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2375 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGStmt.cpp2529 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCGDecl.cpp289 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenFunction.cpp684 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
H A DCodeGenFunction.h2028 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4463 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExprScalar.cpp2170 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGExpr.cpp5333 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DTargetInfo.cpp11546 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
H A DCGOpenMPRuntime.cpp6501 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()