Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 148) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dhotness_based_import.ll6 ; 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/
Dsection-samplepgo.ll5 ; 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"}
Dsection.ll5 ; 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/
D2003-06-25-Reoptimizer1.txt14 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/
D2003-06-25-Reoptimizer1.txt14 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/
D2003-06-25-Reoptimizer1.txt14 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/
Dinline-hot-callsite-2.ll1 …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
Dinline-hot-callsite.ll1 ; 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/
Dthinlto-function-summary-callgraph-profile-summary.ll83 ; 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/
Doptimization_parameters.proto186 // 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/
Drun-annobingroup.sh130 [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/
Dapi_def_OneHot.pbtxt12 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/
Dcontrol.extended.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.extended9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.extended.unplug9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored.unplug9 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/
Dcontrol.extended9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.mirrored.port_typec9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.extended_unplugged9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.extended.port_typec9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.mirrored9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.mirrored_unplugged9 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/
Dskipped-ranges.c8 #elif defined(hot)

123456