Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
299 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
303 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
532 ResultType = CGM.getTargetCodeGenInfo().getWasmExternrefReferenceType(); \ in ConvertType()
H A DCodeGenModule.cpp323 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
383 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
1317 getTargetCodeGenInfo().emitTargetGlobals(*this); in Release()
2703 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2835 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2982 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
4962 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal()
4978 return getTargetCodeGenInfo().performAddrSpaceCast( in GetOrCreateLLVMGlobal()
5188 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace()
6554 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary()
[all …]
H A DCGBlocks.cpp496 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader()
554 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo()
866 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral()
1134 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType()
1322 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()
287 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
608 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1591 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
5006 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
H A DCGDeclCXX.cpp124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
H A DCGExprConstant.cpp1111 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1794 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
H A DCodeGenModule.h764 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCGObjC.cpp2336 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2406 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
H A DCGDecl.cpp292 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
H A DCodeGenFunction.cpp705 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
H A DCGStmt.cpp2672 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
H A DCodeGenFunction.h2090 return CGM.getTargetCodeGenInfo();
H A DItaniumCXXABI.cpp4569 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
H A DCGExprScalar.cpp2217 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
H A DCGDebugInfo.cpp1539 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
H A DCGExpr.cpp5740 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
H A DCGOpenMPRuntime.cpp5944 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp261 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg()
468 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()