Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp34 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
404 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
408 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
H A DCodeGenModule.cpp137 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
2048 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2132 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2252 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
2268 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
2320 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()
4000 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
4013 return getTargetCodeGenInfo().performAddrSpaceCast( in GetOrCreateLLVMGlobal()
4219 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace()
5549 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary()
[all …]
H A DCGBlocks.cpp473 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
531 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
888 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1156 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1353 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DSwiftCallingConv.cpp23 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
H A DCGDeclCXX.cpp123 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
H A DCGCall.cpp65 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
273 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
594 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1544 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
4629 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
H A DCodeGenModule.h724 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGExprConstant.cpp1090 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1736 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCGObjC.cpp2302 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2362 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGStmt.cpp2439 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCodeGenFunction.cpp697 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
H A DCGDecl.cpp288 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenFunction.h1970 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4498 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExpr.cpp5139 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DCGExprScalar.cpp2124 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DTargetInfo.cpp11034 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule