| /freebsd/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 | 364 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() 368 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() 571 ResultType = CGM.getTargetCodeGenInfo().getWasmExternrefReferenceType(); \ in ConvertType()
|
| H A D | CodeGenModule.cpp | 329 const TargetCodeGenInfo &CodeGenModule::getTargetCodeGenInfo() { in getTargetCodeGenInfo() function in CodeGenModule 448 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule() 457 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule() 1550 getTargetCodeGenInfo().emitTargetGlobals(*this); in Release() 1552 getTargetCodeGenInfo().emitTargetMetadata(*this, MangledDeclNames); in Release() 1636 if (getTargetCodeGenInfo().getCUDADeviceBuiltinSurfaceDeviceType() != in getTBAAAccessInfo() 1640 if (getTargetCodeGenInfo().getCUDADeviceBuiltinTextureDeviceType() != in getTBAAAccessInfo() 2067 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl() 2075 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl() 2084 const ABIInfo &Info = CGM.getTargetCodeGenInfo().getABIInfo(); in getMangledNameImpl() [all …]
|
| H A D | CGBlocks.cpp | 505 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in initializeForBlockHeader() 563 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) in computeBlockInfo() 903 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in EmitBlockLiteral() 1152 if (auto *Helper = getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in getGenericBlockLiteralType() 1365 CGM.getTargetCodeGenInfo().getTargetOpenCLBlockHelper()) { in buildGlobalBlock()
|
| H A D | CGDeclCXX.cpp | 125 CGM.getTargetCodeGenInfo().getAddrSpaceOfCxaAtexitPtrParam(); in EmitDeclDestroy() 454 getTargetCodeGenInfo().setTargetAttributes(nullptr, Fn, *this); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CGCall.cpp | 87 return CGM.getTargetCodeGenInfo().getDeviceKernelCallingConv(); in ClangCallConvToLLVMCallConv() 363 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in setCUDAKernelCallingConvention() 537 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FT); in arrangeFunctionDeclaration() 681 } else if (CGM.getTargetCodeGenInfo().isNoProtoCallVariadic( in arrangeFreeFunctionLikeCall() 1666 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs() 5221 CGM.getTargetCodeGenInfo().checkFunctionCallABI(CGM, Loc, CallerDecl, in EmitCall() 5789 !CGM.getTargetCodeGenInfo().wouldInliningViolateFunctionCallABI( in EmitCall() 5807 !CGM.getTargetCodeGenInfo().wouldInliningViolateFunctionCallABI( in EmitCall()
|
| H A D | CGHLSLRuntime.cpp | 96 CGM.getTargetCodeGenInfo().getHLSLType(CGM, T, Packoffsets)) in convertHLSLSpecificType()
|
| H A D | SwiftCallingConv.cpp | 24 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()
|
| H A D | CodeGenFunction.cpp | 756 return CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM); in getPrologueSignature() 1475 CGM.getTargetCodeGenInfo().checkFunctionABI(CGM, FD); in GenerateCode() 1619 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FT); in GenerateCode()
|
| H A D | CGExprConstant.cpp | 1232 return CGM.getTargetCodeGenInfo().performAddrSpaceCast(CGM, C, srcAS, in VisitCastExpr() 2042 return getTargetCodeGenInfo().getNullPointer(*this, T, QT); in getNullPointer()
|
| H A D | CGDecl.cpp | 297 getTargetCodeGenInfo().setTargetAttributes(cast<Decl>(&D), GV, *this); in getOrCreateStaticVarDecl() 303 Addr = getTargetCodeGenInfo().performAddrSpaceCast( in getOrCreateStaticVarDecl()
|
| H A D | CodeGenModule.h | 846 const TargetCodeGenInfo &getTargetCodeGenInfo();
|
| H A D | CGObjC.cpp | 2380 = CGF.CGM.getTargetCodeGenInfo() in emitAutoreleasedReturnValueMarker() 2451 CGF.CGM.getTargetCodeGenInfo().markARCOptimizedReturnCallsAsNoTail(); in emitOptimizedARCReturnCall()
|
| H A D | CGStmt.cpp | 3028 CGM.getTargetCodeGenInfo().addReturnRegisterOutputs( in EmitAsmStmt()
|
| H A D | CGExprScalar.cpp | 2459 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr() 2604 return CGF.CGM.getTargetCodeGenInfo().performAddrSpaceCast( in VisitCastExpr()
|
| H A D | CGExpr.cpp | 6305 CGM.getTargetCodeGenInfo().getUBSanFunctionSignature(CGM)) { in EmitCall() 6380 CGM.getTargetCodeGenInfo().setOCLKernelStubCallingConvention(FnType); in EmitCall()
|
| H A D | ItaniumCXXABI.cpp | 4891 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
|
| H A D | CodeGenFunction.h | 2191 return CGM.getTargetCodeGenInfo();
|
| H A D | CGDebugInfo.cpp | 1806 if (!CGM.getTargetCodeGenInfo().shouldEmitDWARFBitFieldSeparators()) in createBitFieldSeparatorIfNeeded()
|
| H A D | CGBuiltin.cpp | 54 !CGF.CGM.getTargetCodeGenInfo().supportsLibCall()) { in shouldEmitBuiltinAsIR()
|
| H A D | CGOpenMPRuntime.cpp | 6209 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in emitTargetOutlinedFunctionHelper()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 273 CGT.getCGM().getTargetCodeGenInfo()); in EmitVAArg() 486 CGT.getCGM().getTargetCodeGenInfo()); in computeInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4073 …13CodeGenModule20getTargetCodeGenInfoEv", "clang::CodeGen::CodeGenModule::getTargetCodeGenInfo()"},
|