Home
last modified time | relevance | path

Searched refs:Resource (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd/src/gnu/llvm/llvm/lib/MCA/Stages/
DInstructionTables.cpp27 for (const std::pair<uint64_t, ResourceUsage> &Resource : in execute() local
30 if (!Resource.second.size()) in execute()
32 unsigned Cycles = Resource.second.size(); in execute()
33 unsigned Index = std::distance(Masks.begin(), find(Masks, Resource.first)); in execute()
/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp395 ResourceState &Resource = *Resources[Index]; in reserveResource() local
396 assert(Resource.isAResourceGroup() && !Resource.isReserved() && in reserveResource()
398 Resource.setReserved(); in reserveResource()
404 ResourceState &Resource = *Resources[Index]; in releaseResource() local
405 Resource.clearReserved(); in releaseResource()
406 if (Resource.isAResourceGroup()) in releaseResource()
409 if (Resource.isADispatchHazard()) in releaseResource()
/openbsd/src/regress/sys/kern/extent/
Dextest.exp43 error: Resource temporarily unavailable
71 error: Resource temporarily unavailable
79 error: Resource temporarily unavailable
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
DResourceManager.h439 for (const std::unique_ptr<ResourceState> &Resource : Resources) in dump() local
440 Resource->dump(); in dump()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dia64-war.tbl1 Resource Name; Readers; Writers; Semantics of Dependency
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonScheduleV69.td38 // Hexagon V69 Resource Definitions -
DHexagonScheduleV71.td37 // Hexagon V71 Resource Definitions -
DHexagonScheduleV73.td37 // Hexagon V73 Resource Definitions -
DHexagonScheduleV62.td35 // Hexagon V62 Resource Definitions -
DHexagonScheduleV65.td38 // Hexagon V65 Resource Definitions -
DHexagonScheduleV55.td46 // Hexagon V55 Resource Definitions -
DHexagonScheduleV68.td37 // Hexagon V68 Resource Definitions -
DHexagonScheduleV5.td44 // Hexagon V5 Resource Definitions -
DHexagonScheduleV67.td38 // Hexagon V67 Resource Definitions -
DHexagonScheduleV66.td38 // Hexagon V66 Resource Definitions -
DHexagonScheduleV71T.td58 // Hexagon V71 Tiny Core Resource Definitions -
DHexagonScheduleV67T.td60 // Hexagon V67 Tiny Core Resource Definitions -
DHexagonScheduleV60.td79 // Hexagon V60 Resource Definitions -
/openbsd/src/usr.bin/file/magdir/
Dnatinst16 >>10 string SB Code Resource File, data
Dadventure58 # Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDXContainerConstants.def37 SHADER_FLAG(25, ResourceDescriptorHeapIndexing, "Resource descriptor heap indexing")
/openbsd/src/regress/usr.sbin/syslogd/
DProc.pm22 use BSD::Resource qw(getrlimit setrlimit get_rlimits);
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
Dllvm-rc.cpp683 auto Resource = ExitOnErr(Parser.parseSingleResource()); in doRc() local
685 Resource->log(outs()); in doRc()
687 ExitOnErr(Resource->visit(Visitor.get())); in doRc()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicsXCore.td38 // Resource instructions.

1234