Searched refs:getTargetCodeGenInfo (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 37 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 D | CodeGenTypes.cpp | 35 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 D | CodeGenModule.cpp | 323 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 D | CGBlocks.cpp | 496 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 D | SwiftCallingConv.cpp | 25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
|
| H A D | CGCall.cpp | 70 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 D | CGDeclCXX.cpp | 124 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
|
| H A D | CGExprConstant.cpp | 1111 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 1794 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CodeGenModule.h | 764 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGObjC.cpp | 2336 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker() 2406 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
|
| H A D | CGDecl.cpp | 292 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenFunction.cpp | 705 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
|
| H A D | CGStmt.cpp | 2672 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CodeGenFunction.h | 2090 return CGM.getTargetCodeGenInfo();
|
| H A D | ItaniumCXXABI.cpp | 4569 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CGExprScalar.cpp | 2217 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | CGDebugInfo.cpp | 1539 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
|
| H A D | CGExpr.cpp | 5740 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
|
| H A D | CGOpenMPRuntime.cpp | 5944 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 261 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg() 468 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()
|