| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 85 auto &AG = KV.first; in getContiguousPageBasedLayoutSizes() local 93 if (AG.getMemLifetime() == orc::MemLifetime::Standard) in getContiguousPageBasedLayoutSizes() 167 auto &AG = KV.first; in Create() local 170 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in Create() 174 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create() 175 static_cast<bool>(AG.getMemLifetime()) << 3]; in Create() 177 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create() 178 Sec.setMemLifetime(AG.getMemLifetime()); in Create() 186 ContentBlocks[AG] = &B; in Create() 224 SimpleSegmentAlloc::getSegInfo(orc::AllocGroup AG) { in getSegInfo() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MapperJITLinkMemoryManager.cpp | 87 auto &AG = KV.first; in allocate() local 101 SI.AG = AG; in allocate()
|
| H A D | EPCGenericJITLinkMemoryManager.cpp | 149 const auto &AG = KV.first; in completeAllocation() local 157 auto &SegInfo = SegInfos[AG]; in completeAllocation()
|
| H A D | MemoryMapper.cpp | 86 toSysMemoryProtectionFlags(Segment.AG.getMemProt()))) { in initialize() 89 if ((Segment.AG.getMemProt() & MemProt::Exec) == MemProt::Exec) in initialize() 357 SegReq.RAG = {Segment.AG.getMemProt(), in initialize() 358 Segment.AG.getMemLifetime() == MemLifetime::Finalize}; in initialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | MemoryFlags.h | 205 inline raw_ostream &operator<<(raw_ostream &OS, AllocGroup AG) { 206 return OS << '(' << AG.getMemProt() << ", " << AG.getMemLifetime() << ')';
|
| H A D | TargetProcessControlTypes.h | 39 RemoteAllocGroup(const AllocGroup &AG) : Prot(AG.getMemProt()) { in RemoteAllocGroup() 40 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in RemoteAllocGroup() 42 FinalizeLifetime = AG.getMemLifetime() == orc::MemLifetime::Finalize; in RemoteAllocGroup()
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtso | 4 * Copyright (c) Siemens AG, 2022-2024
|
| H A D | k3-am65-iot2050-usb3.dtsi | 3 * Copyright (c) Siemens AG, 2024
|
| H A D | k3-am65-iot2050-common-pg2.dtsi | 3 * Copyright (c) Siemens AG, 2021-2023
|
| H A D | k3-am6528-iot2050-basic.dts | 3 * Copyright (c) Siemens AG, 2018-2021
|
| H A D | k3-am6548-iot2050-advanced.dts | 3 * Copyright (c) Siemens AG, 2018-2021
|
| H A D | k3-am6528-iot2050-basic-pg2.dts | 3 * Copyright (c) Siemens AG, 2018-2021
|
| H A D | k3-am6548-iot2050-advanced-pg2.dts | 3 * Copyright (c) Siemens AG, 2018-2023
|
| H A D | k3-am6528-iot2050-basic-common.dtsi | 3 * Copyright (c) Siemens AG, 2018-2021
|
| H A D | k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso | 4 * Copyright (c) Siemens AG, 2022-2024
|
| H A D | k3-am6548-iot2050-advanced-common.dtsi | 3 * Copyright (c) Siemens AG, 2018-2021
|
| H A D | k3-am65-iot2050-common-pg1.dtsi | 3 * Copyright (c) Siemens AG, 2021-2023
|
| H A D | k3-am65-iot2050-dp.dtsi | 3 * Copyright (c) Siemens AG, 2024
|
| H A D | k3-am6548-iot2050-advanced-m2.dts | 3 * Copyright (c) Siemens AG, 2018-2023
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 849 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() 851 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() 852 return AG->begin(); in nodes_begin() 855 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() 1243 ArgumentGraph AG; in addArgumentAttrs() local 1300 ArgumentGraphNode *Node = AG[&A]; in addArgumentAttrs() 1303 Node->Uses.push_back(AG[Use]); in addArgumentAttrs() 1333 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs()
|
| H A D | Attributor.cpp | 3804 AnalysisGetter &AG, in runAttributorOnFunctions() argument 3907 AnalysisGetter &AG, in runAttributorLightOnFunctions() argument 4019 AnalysisGetter AG(FAM); in run() local 4027 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() 4028 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run() 4042 AnalysisGetter AG(FAM); in run() local 4055 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() 4056 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run() 4071 AnalysisGetter AG(FAM, /* CachedOnly */ true); in run() local 4079 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6q-lxr.dts | 3 // Copyright 2024 Comvetia AG
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 142 AMDGPUInformationCache(const Module &M, AnalysisGetter &AG, in AMDGPUInformationCache() argument 145 : InformationCache(M, AG, Allocator, CGSCC), TM(TM), in AMDGPUInformationCache() 1368 static bool runImpl(Module &M, AnalysisGetter &AG, TargetMachine &TM, in runImpl() argument 1379 AMDGPUInformationCache InfoCache(M, AG, Allocator, nullptr, TM); in runImpl() 1455 AnalysisGetter AG(FAM); in run() local 1458 return runImpl(M, AG, TM, Options, LTOPhase) ? PreservedAnalyses::none() in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 595 auto ContainsAccessGroup = [&ParallelAccessGroups](MDNode *AG) -> bool { in isAnnotatedParallel() argument 596 if (AG->getNumOperands() == 0) { in isAnnotatedParallel() 597 assert(isValidAsAccessGroup(AG) && "Item must be an access group"); in isAnnotatedParallel() 598 return ParallelAccessGroups.count(AG); in isAnnotatedParallel() 601 for (const MDOperand &AccessListItem : AG->operands()) { in isAnnotatedParallel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 37 AllocGroup AG; member
|