Searched refs:getTargetCodeGenInfo (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 34 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes() 404 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() 408 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
|
| H A D | CodeGenModule.cpp | 137 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule() 2048 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes() 2132 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 2252 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch() 2268 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib() 2320 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder() 4000 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in GetOrCreateLLVMGlobal() 4013 return getTargetCodeGenInfo().performAddrSpaceCast( in GetOrCreateLLVMGlobal() 4219 Cast = CGM.getTargetCodeGenInfo().performAddrSpaceCast( in castStringLiteralToDefaultAddressSpace() 5549 CV = getTargetCodeGenInfo().performAddrSpaceCast( in GetAddrOfGlobalTemporary() [all …]
|
| H A D | CGBlocks.cpp | 473 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader() 531 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo() 888 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral() 1156 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType() 1353 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
|
| H A D | SwiftCallingConv.cpp | 23 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
|
| H A D | CGDeclCXX.cpp | 123 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
|
| H A D | CGCall.cpp | 65 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv() 273 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention() 594 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall() 1544 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs() 4629 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
|
| H A D | CodeGenModule.h | 724 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGExprConstant.cpp | 1090 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 1736 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CGObjC.cpp | 2302 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker() 2362 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
|
| H A D | CGStmt.cpp | 2439 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CodeGenFunction.cpp | 697 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
|
| H A D | CGDecl.cpp | 288 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenFunction.h | 1970 return CGM.getTargetCodeGenInfo();
|
| H A D | ItaniumCXXABI.cpp | 4498 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CGExpr.cpp | 5139 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()
|
| H A D | CGExprScalar.cpp | 2124 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | TargetInfo.cpp | 11034 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule
|