Searched refs:ResourceUsage (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 337 struct ResourceUsage { struct 340 ResourceUsage(CycleSegment Cycles, unsigned Units = 1) argument 354 SmallVector<std::pair<uint64_t, ResourceUsage>, 4> Resources; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | InstructionTables.cpp | 27 for (const std::pair<const uint64_t, ResourceUsage> Resource : in execute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 284 for (const std::pair<uint64_t, ResourceUsage> &E : Desc.Resources) { in checkAvailability() 300 for (const std::pair<uint64_t, ResourceUsage> &R : Desc.Resources) { in issueInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 45 using ResourcePlusCycles = std::pair<uint64_t, ResourceUsage>; in initializeUsedResources() 89 Worklist.emplace_back(ResourcePlusCycles(Mask, ResourceUsage(RCy))); in initializeUsedResources() 186 for (const std::pair<uint64_t, ResourceUsage> &R : ID.Resources) in initializeUsedResources()
|
/third_party/node/src/ |
D | node_process_methods.cc | 316 static void ResourceUsage(const FunctionCallbackInfo<Value>& args) { in ResourceUsage() function 591 SetMethod(context, target, "resourceUsage", ResourceUsage); in Initialize() 622 registry->Register(ResourceUsage); in RegisterExternalReferences()
|