Searched refs:getTargetCodeGenInfo (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes() 410 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() 414 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
|
| H A D | CodeGenModule.cpp | 149 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 D | CGBlocks.cpp | 523 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 D | SwiftCallingConv.cpp | 24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
|
| H A D | CGCall.cpp | 68 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 D | CGDeclCXX.cpp | 123 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
|
| H A D | CGExprConstant.cpp | 1110 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 1767 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CodeGenModule.h | 744 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGObjC.cpp | 2306 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker() 2375 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
|
| H A D | CGStmt.cpp | 2529 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CGDecl.cpp | 289 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenFunction.cpp | 684 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
|
| H A D | CodeGenFunction.h | 2028 return CGM.getTargetCodeGenInfo();
|
| H A D | ItaniumCXXABI.cpp | 4463 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CGExprScalar.cpp | 2170 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | CGExpr.cpp | 5333 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
|
| H A D | TargetInfo.cpp | 11546 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
|
| H A D | CGOpenMPRuntime.cpp | 6501 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
|