Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp127 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
1479 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
1551 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
1658 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
1671 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
1724 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()
3362 return getTargetCodeGenInfo().getGlobalVarAddressSpace(*this, D); in GetGlobalVarAddressSpace()
3389 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace()
4679 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary()
5162 if (!getTargetCodeGenInfo().shouldEmitStaticExternCAliases()) in EmitStaticExternCAliases()
[all …]
H A DCGBlocks.cpp472 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
530 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
1020 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1238 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1437 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DCodeGenTypes.cpp35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
H A DSwiftCallingConv.cpp24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
H A DCGExprConstant.cpp801 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1568 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCodeGenModule.h674 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGCall.cpp64 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
269 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
595 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1513 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
H A DCGStmt.cpp2038 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCGDecl.cpp260 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenFunction.cpp823 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
H A DCGObjC.cpp2107 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
H A DCodeGenFunction.h1641 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4020 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExprScalar.cpp2036 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGExpr.cpp4653 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DTargetInfo.cpp9262 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule