Searched refs:getTargetCodeGenInfo (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 147 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 D | CGBlocks.cpp | 521 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 D | SwiftCallingConv.cpp | 25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
|
| H A D | CGCall.cpp | 69 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 D | CGDeclCXX.cpp | 124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
|
| H A D | CGExprConstant.cpp | 1110 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 1764 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CodeGenModule.h | 754 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGObjC.cpp | 2358 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker() 2428 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
|
| H A D | CGStmt.cpp | 2540 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CGDecl.cpp | 293 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenFunction.cpp | 692 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
|
| H A D | TargetInfo.cpp | 7638 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg() 7848 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo() 12190 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
|
| H A D | CodeGenFunction.h | 2030 return CGM.getTargetCodeGenInfo();
|
| H A D | ItaniumCXXABI.cpp | 4491 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CGExprScalar.cpp | 2193 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | CGExpr.cpp | 5320 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
|
| H A D | CGOpenMPRuntime.cpp | 6123 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
|