Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp355 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
359 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
587 ResultType = CGM.getTargetCodeGenInfo().getWasmExternrefReferenceType(); \ in ConvertType()
H A DCodeGenModule.cpp327 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
380 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
389 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
1393 getTargetCodeGenInfo().emitTargetGlobals(*this); in Release()
1395 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
1479 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo()
1483 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo()
1895 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
1903 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
1912 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
[all …]
H A DCGBlocks.cpp505 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
563 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
876 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1144 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1334 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DSwiftCallingConv.cpp25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
H A DCGCall.cpp70 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
297 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
617 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1569 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
5045 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
H A DCGDeclCXX.cpp124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
H A DCGExprConstant.cpp1148 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1950 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCGDecl.cpp290 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
296 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenModule.h785 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCodeGenFunction.cpp750 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
1431 CGM.getTargetCodeGenInfo().checkFunctionABI(CGM, FD); in GenerateCode()
H A DCGObjC.cpp2335 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2405 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGStmt.cpp2850 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCodeGenFunction.h2180 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4844 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExprScalar.cpp2395 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGDebugInfo.cpp1643 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
H A DCGExpr.cpp5834 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DCGOpenMPRuntime.cpp5959 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp261 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg()
470 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()