Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp147 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
156 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
949 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
1010 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo()
1014 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo()
2308 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2443 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2574 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
2590 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
2641 CGM.getTargetCodeGenInfo().getDependentLibraryOption(LL.Library, Opt); in addLinkOptionsPostorder()
[all …]
H A DCGBlocks.cpp521 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
579 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
891 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1159 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1354 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DSwiftCallingConv.cpp25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
H A DCGCall.cpp69 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
283 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
609 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1582 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
4775 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
H A DCGDeclCXX.cpp124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
H A DCGExprConstant.cpp1110 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1764 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCodeGenModule.h754 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGObjC.cpp2358 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2428 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGStmt.cpp2540 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCGDecl.cpp293 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenFunction.cpp692 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
H A DTargetInfo.cpp7638 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg()
7848 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()
12190 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
H A DCodeGenFunction.h2030 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4491 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExprScalar.cpp2193 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGExpr.cpp5320 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DCGOpenMPRuntime.cpp6123 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()