Home
last modified time | relevance | path

Searched refs:Resources (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.h28 typedef dxil::Resources Result;
29 dxil::Resources run(Module &M, ModuleAnalysisManager &AM);
45 dxil::Resources Resources; variable
52 dxil::Resources &getDXILResource() { return Resources; } in getDXILResource()
53 const dxil::Resources &getDXILResource() const { return Resources; } in getDXILResource()
H A DDXILResourceAnalysis.cpp21 dxil::Resources DXILResourceAnalysis::run(Module &M, in run()
23 dxil::Resources R; in run()
32 dxil::Resources Res = AM.getResult<DXILResourceAnalysis>(M); in run()
44 Resources.collect(M); in runOnModule()
51 Resources.print(OS); in print()
H A DDXILMetadata.cpp212 MDTuple *emitEntryTuple(MDTuple *Resources, uint64_t RawShaderFlag) { in emitEntryTuple() argument
217 &F, F.getName().str(), Signatures, Resources, in emitEntryTuple()
233 static MDTuple *emitEmptyEntryForLib(MDTuple *Resources, in emitEmptyEntryForLib() argument
237 nullptr, "", nullptr, Resources, in emitEmptyEntryForLib()
244 MDTuple *Resources, in emitDxilEntryPointTuple() argument
251 MDVals[3] = Resources; in emitDxilEntryPointTuple()
H A DDXILResource.cpp54 void Resources::collect(Module &M) { in collect()
336 void Resources::write(Module &M) const { in write()
356 void Resources::print(raw_ostream &O) const { in print()
369 void Resources::dump() const { print(dbgs()); } in dump()
H A DDXILPrettyPrinter.cpp57 dxil::Resources &Res = getAnalysis<DXILResourceWrapper>().getDXILResource(); in INITIALIZE_PASS_DEPENDENCY()
H A DDXILTranslateMetadata.cpp52 const dxil::Resources &Res = in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp112 : Resources(SM.getNumProcResourceKinds() - 1), in ResourceManager()
130 Resources[Index] = in ResourceManager()
132 Strategies[Index] = getStrategyFor(*Resources[Index]); in ResourceManager()
138 const ResourceState &RS = *Resources[Index]; in ResourceManager()
180 ResourceState &RS = *Resources[Index]; in selectPipe()
197 ResourceState &RS = *Resources[RSID]; in use()
216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use()
226 ResourceState &RS = *Resources[RSID]; in release()
238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release()
395 ResourceState &Resource = *Resources[Index]; in reserveResource()
[all …]
H A DScheduler.cpp36 Resources->dump(); in dump()
42 Resources->canBeDispatched(IR.getInstruction()->getUsedBuffers()); in isAvailable()
78 Resources->issueInstruction(D, UsedResources); in issueInstructionImpl()
108 Resources->releaseBuffers(Inst.getUsedBuffers()); in issueInstruction()
199 uint64_t BusyResourceMask = Resources->checkAvailability(IS.getDesc()); in select()
253 if (Resources->checkAvailability(IS.getDesc())) in analyzeDataDependencies()
271 Resources->cycleEvent(Freed); in cycleEvent()
302 Resources->reserveBuffers(IS.getUsedBuffers()); in dispatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp29 Resources->clearResources(); in Reset()
44 if (!Resources->canReserveResources(*MI)) { in getHazardType()
54 if (Resources->canReserveResources(*NewMI)) in getHazardType()
74 Resources->clearResources(); in AdvanceCycle()
126 if (!Resources->canReserveResources(*MI) || isNewStore(*MI)) { in EmitInstruction()
134 if (Resources->canReserveResources(*NewMI)) in EmitInstruction()
135 Resources->reserveResources(*NewMI); in EmitInstruction()
137 Resources->reserveResources(*MI); in EmitInstruction()
140 Resources->reserveResources(*MI); in EmitInstruction()
166 Resources->canReserveResources(*S.getSUnit()->getInstr())) { in EmitInstruction()
H A DHexagonHazardRecognizer.h23 DFAPacketizer *Resources; variable
51 : Resources(ST.createDFAPacketizer(II)), TII(HII) { } in HexagonHazardRecognizer()
54 if (Resources) in ~HexagonHazardRecognizer()
55 delete Resources; in ~HexagonHazardRecognizer() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp57 ResourceVector Resources; member
178 ResourceVector Resources; in getResourcesForItinerary() local
186 Resources.push_back(StageResources); in getResourcesForItinerary()
188 return Resources; in getResourcesForItinerary()
199 ResourceVector Resources = getResourcesForItinerary(Itinerary); in createScheduleClasses() local
201 {ItineraryIdx, Idx++, UniqueResources.insert(Resources), Resources}); in createScheduleClasses()
309 for (NfaStateTy Resources : InsnClass) { in emitForItineraries() local
310 if ((State | Resources) == State) in emitForItineraries()
323 for (const ResourceVector &Resources : UniqueResources) { in emitForItineraries() local
324 if (!canApplyInsnClass(Resources, State)) in emitForItineraries()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp81 json::Array Resources; in getJSONTargetInfo() local
98 Resources.push_back(ResourceName); in getJSONTargetInfo()
102 return json::Object({{"CPUName", MCPU}, {"Resources", std::move(Resources)}}); in getJSONTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h77 std::unique_ptr<ResourceManager> Resources; variable
167 : LSU(Lsu), Resources(std::move(RM)), BusyResourceUnits(0), in Scheduler()
235 return Resources->resolveResourceMask(Mask); in getResourceID()
H A DResourceManager.h339 std::vector<std::unique_ptr<ResourceState>> Resources; variable
439 for (const std::unique_ptr<ResourceState> &Resource : Resources) in dump()
/freebsd/contrib/file/magic/Magdir/
H A Dnatinst21 # This is for General Resources
22 >8 string rsc Resources File, data
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h50 SmallVector<dxbc::PSV::v2::ResourceBindInfo> Resources; member
84 for (auto &Res : Resources) in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h130 ResourceArray Resources; variable
150 uint32_t getResourceCount() const { return Resources.size(); } in getResourceCount()
151 ResourceArray getResources() const { return Resources; } in getResources()
159 uint32_t getResourceStride() const { return Resources.Stride; } in getResourceStride()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp283 if (Error Err = readInteger(Data, Current, Resources.Stride)) in parse()
287 size_t BindingDataSize = Resources.Stride * ResourceCount; in parse()
288 Resources.Data = Data.substr(Current - Data.begin(), BindingDataSize); in parse()
290 if (Resources.Data.size() < BindingDataSize) in parse()
296 Resources.Stride = sizeof(v2::ResourceBindInfo); in parse()
H A DWindowsResource.cpp623 const WindowsResourceParser::TreeNode &Resources; member in llvm::object::WindowsResourceCOFFWriter
641 : MachineType(MachineType), Resources(Parser.getTree()), in WindowsResourceCOFFWriter()
671 SectionOneSize = Resources.getTreeSize(); in performSectionOneLayout()
873 Queue.push(&Resources); in writeDirectoryTree()
875 sizeof(coff_resource_dir_table) + (Resources.getStringChildren().size() + in writeDirectoryTree()
876 Resources.getIDChildren().size()) * in writeDirectoryTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def38 SHADER_FLAG(22, AtomicInt64OnTypedResource, "64-bit Atomics on Typed Resources")
44 SHADER_FLAG(28, AtomicInt64OnHeapResource, "64-bit Atomics on Heap Resources")
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResourceList.h129 WatchpointResourceIterable Resources() { in Resources() function
/freebsd/crypto/heimdal/doc/
H A Ddoxytmpl.dxy230 MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
245 DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp28 Desc.Resources) { in execute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp94 uint32_t ResourceCount = static_cast<uint32_t>(Resources.size()); in write()
100 for (const auto &Res : Resources) in write()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md38 * [OpenZFS Developer Resources](http://open-zfs.org/wiki/Developer_resources)
39 …* [Git and GitHub for beginners](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Git%…
45 instructions](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html),
149 https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html#running-zloop-sh-a…
162 …s [buildbot options](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Optio…

123