Searched defs:PipelineOptions (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/ |
D | Context.h | 33 struct PipelineOptions { struct 37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 41 unsigned MicroOpQueueSize; 42 unsigned DecodersThroughput; // Instructions per cycle. 43 unsigned DispatchWidth; 44 unsigned RegisterFileSize; 45 unsigned LoadQueueSize; 46 unsigned StoreQueueSize; 70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/ |
D | Context.h | 33 struct PipelineOptions { struct 37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 41 unsigned MicroOpQueueSize; 42 unsigned DecodersThroughput; // Instructions per cycle. 43 unsigned DispatchWidth; 44 unsigned RegisterFileSize; 45 unsigned LoadQueueSize; 46 unsigned StoreQueueSize; 70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/ |
D | Context.h | 33 struct PipelineOptions { struct 37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 41 unsigned MicroOpQueueSize; 42 unsigned DecodersThroughput; // Instructions per cycle. 43 unsigned DispatchWidth; 44 unsigned RegisterFileSize; 45 unsigned LoadQueueSize; 46 unsigned StoreQueueSize; 70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Context.h | 32 struct PipelineOptions { struct 36 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 40 unsigned MicroOpQueueSize; 41 unsigned DecodersThroughput; // Instructions per cycle. 42 unsigned DispatchWidth; 43 unsigned RegisterFileSize; 44 unsigned LoadQueueSize; 45 unsigned StoreQueueSize; 69 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/ |
H A D | Context.h | 33 struct PipelineOptions { struct 37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 41 unsigned MicroOpQueueSize; 42 unsigned DecodersThroughput; // Instructions per cycle. 43 unsigned DispatchWidth; 44 unsigned RegisterFileSize; 45 unsigned LoadQueueSize; 46 unsigned StoreQueueSize; 70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/ |
D | Context.h | 33 struct PipelineOptions { struct 37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize() 41 unsigned MicroOpQueueSize; 42 unsigned DecodersThroughput; // Instructions per cycle. 43 unsigned DispatchWidth; 44 unsigned RegisterFileSize; 45 unsigned LoadQueueSize; 46 unsigned StoreQueueSize; 70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
|
/aosp_15_r20/external/armnn/samples/common/include/Utils/ |
H A D | Types.hpp | 42 struct PipelineOptions struct 44 std::string m_ModelName; 45 std::string m_ModelFilePath; 46 std::vector<armnn::BackendId> m_backends; 47 bool m_ProfilingEnabled = false;
|