Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp37 if (llvm::Type *TransTy = CGM.getTargetCodeGenInfo().getOpenCLType(CGM, T)) in convertOpenCLSpecificType()
53 if (llvm::Type *PipeTy = CGM.getTargetCodeGenInfo().getOpenCLType(CGM, T)) in getPipeType()
73 if (llvm::Type *TransTy = CGM.getTargetCodeGenInfo().getOpenCLType( in getSamplerType()
H A DCodeGenTypes.cpp364 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
368 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
571 ResultType = CGM.getTargetCodeGenInfo().getWasmExternrefReferenceType(); \ in ConvertType()
H A DCodeGenModule.cpp329 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
448 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
457 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
1550 getTargetCodeGenInfo().emitTargetGlobals(*this); in Release()
1552 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
1636 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo()
1640 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo()
2067 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
2075 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
2084 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl()
[all …]
H A DCGBlocks.cpp505 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
563 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
903 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1152 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1365 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
H A DCGDeclCXX.cpp125 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
454 getTargetCodeGenInfo().setTargetAttributes(nullptr, Fn, *this); in CreateGlobalInitOrCleanUpFunction()
H A DCGCall.cpp87 return CGM.getTargetCodeGenInfo().getDeviceKernelCallingConv(); in ClangCallConvToLLVMCallConv()
363 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
537 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FT); in arrangeFunctionDeclaration()
681 } else if (CGM.getTargetCodeGenInfo().isNoProtoCallVariadic( in arrangeFreeFunctionLikeCall()
1666 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
5221 CGM.getTargetCodeGenInfo().checkFunctionCallABI(CGM, Loc, CallerDecl, in EmitCall()
5789 !CGM.getTargetCodeGenInfo().wouldInliningViolateFunctionCallABI( in EmitCall()
5807 !CGM.getTargetCodeGenInfo().wouldInliningViolateFunctionCallABI( in EmitCall()
H A DCGHLSLRuntime.cpp96 CGM.getTargetCodeGenInfo().getHLSLType(CGM, T, Packoffsets)) in convertHLSLSpecificType()
H A DSwiftCallingConv.cpp24 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
H A DCodeGenFunction.cpp756 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
1475 CGM.getTargetCodeGenInfo().checkFunctionABI(CGM, FD); in GenerateCode()
1619 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FT); in GenerateCode()
H A DCGExprConstant.cpp1232 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
2042 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCGDecl.cpp297 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
303 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenModule.h846 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGObjC.cpp2380 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2451 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGStmt.cpp3028 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCGExprScalar.cpp2459 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
2604 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGExpr.cpp6305 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
6380 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FnType); in EmitCall()
H A DItaniumCXXABI.cpp4891 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCodeGenFunction.h2191 return CGM.getTargetCodeGenInfo();
H A DCGDebugInfo.cpp1806 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
H A DCGBuiltin.cpp54 !CGF.CGM.getTargetCodeGenInfo().supportsLibCall()) { in shouldEmitBuiltinAsIR()
H A DCGOpenMPRuntime.cpp6209 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp273 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg()
486 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4073 …13CodeGenModule20getTargetCodeGenInfoEv", "clang::CodeGen::CodeGenModule::getTargetCodeGenInfo()"},