Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenCLRuntime.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()
HDCodeGenTypes.cpp355 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
359 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
587 ResultType = CGM.getTargetCodeGenInfo().getWasmExternrefReferenceType(); \ in ConvertType()
HDCodeGenModule.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 …]
HDCGBlocks.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()
HDSwiftCallingConv.cpp25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
HDCGCall.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()
HDCGDeclCXX.cpp124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
HDCGDecl.cpp290 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl()
296 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
HDCGExprConstant.cpp1148 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1950 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
HDCodeGenModule.h785 const TargetCodeGenInfo &getTargetCodeGenInfo();
HDCodeGenFunction.cpp750 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
1431 CGM.getTargetCodeGenInfo().checkFunctionABI(CGM, FD); in GenerateCode()
HDCGObjC.cpp2335 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2405 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
HDCGStmt.cpp2850 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
HDCodeGenFunction.h2180 return CGM.getTargetCodeGenInfo();
HDItaniumCXXABI.cpp4844 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
HDCGExprScalar.cpp2395 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
HDCGExpr.cpp5834 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
HDCGDebugInfo.cpp1643 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
HDCGOpenMPRuntime.cpp5959 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDSystemZ.cpp261 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg()
470 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()