Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp34 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
404 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
408 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType()
DCodeGenModule.cpp133 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()
135 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
730 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release()
794 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo()
798 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo()
1925 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
2008 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes()
2119 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
2135 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
2187 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()
[all …]
DCGBlocks.cpp473 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()
1350 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
DSwiftCallingConv.cpp23 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
DCGDeclCXX.cpp123 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy()
DCGCall.cpp64 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
270 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention()
591 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1526 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
4332 CGM.getTargetCodeGenInfo().checkFunctionCallABI( in EmitCall()
DCodeGenModule.h701 const TargetCodeGenInfo &getTargetCodeGenInfo();
DCGExprConstant.cpp1090 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr()
1735 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
DCGObjC.cpp2289 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
2329 CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail() in EmitARCRetainAutoreleasedReturnValue()
2349 CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail() in EmitARCUnsafeClaimAutoreleasedReturnValue()
DCGDecl.cpp283 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
DCodeGenFunction.cpp689 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature()
DCGStmt.cpp2365 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
DCodeGenFunction.h1926 return CGM.getTargetCodeGenInfo();
DItaniumCXXABI.cpp4362 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp112 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
113 BuiltinCC = getTargetCodeGenInfo().getABIInfo().getBuiltinCC(); in CodeGenModule()
961 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in setNonAliasAttributes()
1142 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()
1149 getTargetCodeGenInfo().getDependentLibraryOption(Lib, Opt); in AddDependentLib()
1187 CGM.getTargetCodeGenInfo().getDependentLibraryOption( in addLinkOptionsPostorder()
4151 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()
DCodeGenTypes.cpp35 TheABIInfo(cgm.getTargetCodeGenInfo().getABIInfo()) { in CodeGenTypes()
DSwiftCallingConv.cpp24 return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().getABIInfo()); in getSwiftABIInfo()
DCodeGenModule.h622 const TargetCodeGenInfo &getTargetCodeGenInfo();
DCGCall.cpp61 case CC_OpenCLKernel: return CGM.getTargetCodeGenInfo().getOpenCLKernelCallingConv(); in ClangCallConvToLLVMCallConv()
535 } else if (CGM.getTargetCodeGenInfo() in arrangeFreeFunctionLikeCall()
1429 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
DCodeGenFunction.cpp746 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in StartFunction()
DCGStmt.cpp1942 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
DCodeGenFunction.h3394 return CGM.getTargetCodeGenInfo(); in getTargetHooks()
DCGObjC.cpp1982 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker()
DItaniumCXXABI.cpp3633 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
DCGExpr.cpp4020 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall()

12