Home
last modified time | relevance | path

Searched refs:ENTRY_COUNT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dselect2.ll9 ;USE: define i32 @foo(i32 %n) !prof ![[ENTRY_COUNT:[0-9]+]] {
35 ;USE: ![[ENTRY_COUNT]] = !{!"function_entry_count", i64 3}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dprof-update-instr.ll8 ; CHECK: define void @callee(i32 %n) !prof ![[ENTRY_COUNT:[0-9]*]]
54 ; CHECK: ![[ENTRY_COUNT]] = !{!"function_entry_count", i64 600}
Dprof-update-sample.ll8 ; CHECK: define void @callee(i32 %n) !prof ![[ENTRY_COUNT:[0-9]*]]
55 ; CHECK: ![[ENTRY_COUNT]] = !{!"function_entry_count", i64 600}
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp534 ENTRY_COUNT = 8 enumerator
622 TimestampTest::ENTRY_COUNT, // deUint32 entryCount; in TimestampTestInstance()
654 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1076 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1312 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1534 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1708 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1952 vk.cmdResetQueryPool(*m_cmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
1982 vk.cmdResetQueryPool(*m_secondCmdBuffer, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in configCommandBuffer()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCache.java135 private static final int ENTRY_COUNT = 2; field in Cache
173 this.cache = DiskLruCache.create(fileSystem, directory, VERSION, ENTRY_COUNT, maxSize); in Cache()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCache.java137 private static final int ENTRY_COUNT = 2; field in Cache
175 this.cache = DiskLruCache.create(fileSystem, directory, VERSION, ENTRY_COUNT, maxSize); in Cache()