Searched refs:hot (Results 1 – 25 of 148) sorted by relevance
123456
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | hotness_based_import.ll | 6 ; Test import with default hot multiplier (3) and default hot-evolution-factor (1.0) 8 …mport -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=1 --S -import-hot-multiplier=3.0 -imp… 9 …mport -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=1 --S -import-hot-multiplier=3.0 | Fi… 10 …mport -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=1 --S -import-hot-multiplier=3.0 -imp… 11 …-file %t3.thinlto.bc %t.bc -import-instr-limit=1 --S -import-hot-multiplier=3.0 -import-hot-evolut… 25 ; This one tests if we decay threshold for hot callsites. With hot-evolution-factor of 0 27 …-file %t3.thinlto.bc %t.bc -import-instr-limit=1 --S -import-hot-multiplier=3.0 -import-hot-evolut… 39 ; Test import with hot multiplier 1.0 - treat hot callsites as normal. 40 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=1 -import-hot-mu… 50 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=1 -import-hot-mu… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | section-samplepgo.ll | 5 ; This tests that hot/cold functions get correct section prefix assigned 8 ; The entry is hot 14 ; The sum of 2 callsites are hot 22 ; The sum of all callsites are neither hot or cold 37 ; CHECK: ![[HOT_ID]] = !{!"function_section_prefix", !".hot"}
|
D | section.ll | 5 ; This tests that hot/cold functions get correct section prefix assigned 8 ; The entry is hot 14 ; Entry is cold but inner block is hot 63 ; CHECK: ![[HOT_ID]] = !{!"function_section_prefix", !".hot"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 14 exceeds a threshold, we identify a hot loop and perform second-level 15 instrumentation on the hot loop region (the instructions between the 28 first machine-code basic block of the hot loop region. 31 exits from the hot region? 3 step process. 33 1) Do a DFS from the first machine-code basic block of the hot loop 36 2) Do a DFS from the last machine-code basic block of the hot loop 39 the end BB of the hot region). 41 3) Mark BBs which end in edges that exit the hot region; we need to 48 through the hot region. Silently fail if we need more than 64 bits. 58 verify our assumption that we picked a hot back-edge in first-level [all …]
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 14 exceeds a threshold, we identify a hot loop and perform second-level 15 instrumentation on the hot loop region (the instructions between the 28 first machine-code basic block of the hot loop region. 31 exits from the hot region? 3 step process. 33 1) Do a DFS from the first machine-code basic block of the hot loop 36 2) Do a DFS from the last machine-code basic block of the hot loop 39 the end BB of the hot region). 41 3) Mark BBs which end in edges that exit the hot region; we need to 48 through the hot region. Silently fail if we need more than 64 bits. 58 verify our assumption that we picked a hot back-edge in first-level [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 14 exceeds a threshold, we identify a hot loop and perform second-level 15 instrumentation on the hot loop region (the instructions between the 28 first machine-code basic block of the hot loop region. 31 exits from the hot region? 3 step process. 33 1) Do a DFS from the first machine-code basic block of the hot loop 36 2) Do a DFS from the last machine-code basic block of the hot loop 39 the end BB of the hot region). 41 3) Mark BBs which end in edges that exit the hot region; we need to 48 through the hot region. Silently fail if we need more than 64 bits. 58 verify our assumption that we picked a hot back-edge in first-level [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-hot-callsite-2.ll | 1 …ofile-summary>,cgscc(inline)' -inline-threshold=0 -inlinehint-threshold=0 -hot-callsite-threshold=… 3 ; This tests that a callsite which is determined to be hot based on the caller's 4 ; entry count and the callsite block frequency gets the hot-callsite-threshold. 5 ; Another callsite with the same callee that is not hot does not get inlined
|
D | inline-hot-callsite.ll | 1 ; This tests that a hot callsite gets the (higher) inlinehint-threshold even without 6 ; RUN: opt < %s -inline -inline-threshold=0 -hot-callsite-threshold=100 -S | FileCheck %s 7 ; RUN: opt < %s -passes='require<profile-summary>,cgscc(inline)' -inline-threshold=0 -hot-callsite-… 11 ; RUN: opt < %s -passes='default<O2>' -inline-threshold=0 -hot-callsite-threshold=100 -S | FileChec…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-function-summary-callgraph-profile-summary.ll | 83 ; This function have high profile count, so entry block is hot. 152 …s: hot), (callee: ^6, hotness: cold), (callee: ^4, hotness: hot), (callee: ^7, hotness: cold), (ca… 163 …lee: ^5, hotness: hot), (callee: ^6, hotness: cold), (callee: ^4, hotness: hot), (callee: ^9, hotn…
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | optimization_parameters.proto | 186 // Configuration proto for hot ID optimization. This is an experimental feature 189 // Whether to enable or disable hot ID optimization. 190 // If UNSPECIFIED (default), hot ID optimization is DISABLED. 202 // Frequency above which an embedding ID is classified as hot. The valid 208 // The maximum number of hot IDs for the embedding table. If greater than 209 // max_id_count hot IDs exist for the table, the IDs with the highest 214 // for storing the replicas of hot IDs for the embedding table. In future, the 215 // number of replicas for a particular hot ID could be adjusted based on its 217 // across all hot IDs for the table. 247 // Configuration proto for hot ID optimization. This is an experimental
|
/external/elfutils/tests/ |
D | run-annobingroup.sh | 130 [11] .text.hot 131 [12] .gnu.build.attributes.hot 132 [13] .rela.gnu.build.attributes.hot 140 [26] .text.hot
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_OneHot.pbtxt | 12 A scalar defining the depth of the one hot dimension. 30 The one-hot tensor. 39 summary: "Returns a one-hot tensor."
|
/external/autotest/server/site_tests/display_HotPlugAtBoot/ |
D | control.extended.port_typec | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
D | control.extended | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
D | control.mirrored | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
D | control.mirrored.port_typec | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
D | control.extended.unplug | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
D | control.mirrored.unplug | 9 PURPOSE = "Remotely controlled display hot-plug and reboot test." 20 This test remotely emulates external display hot-plug and reboot.
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
D | control.extended | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
D | control.mirrored.port_typec | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
D | control.extended_unplugged | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
D | control.extended.port_typec | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
D | control.mirrored | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
D | control.mirrored_unplugged | 9 PURPOSE = "Remotely controlled display hot-plug and suspend test." 20 This test remotely emulates external display hot-plug and suspend/resume.
|
/external/clang/test/Index/ |
D | skipped-ranges.c | 8 #elif defined(hot)
|
123456