Home
last modified time | relevance | path

Searched refs:Cold (Results 1 – 25 of 95) sorted by relevance

1234

/external/autotest/server/site_tests/firmware_ECWriteProtect/
Dcontrol28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
Dcontrol.dev28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp59 case CallingConv::Cold: in getCalleeSavedRegs()
79 case CallingConv::Cold: in getCallPreservedMask()
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/
Dformat20 …, { CURSEG_COLD_DATA, "Cold DATA" }, { CURSEG_HOT_NODE, "Hot NODE" }, { CURSEG_WARM_NODE, "Warm NO…
/external/swiftshader/third_party/LLVM/include/llvm/
DCallingConv.h45 Cold = 9, enumerator
/external/llvm/include/llvm/IR/
DCallingConv.h48 Cold = 9, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h48 Cold = 9, enumerator
DAttributes.inc9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallingConv.h49 Cold = 9, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph-sample-profile-summary.ll76 br i1 %a, label %Cold, label %Hot, !prof !41
77 Cold: ; 1/1000 goes here
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold.
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp128 return CalleeInfo::HotnessType::Cold; in getHotness()
296 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary()
348 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold.
/external/llvm/unittests/IR/
DInstructionsTest.cpp536 AB.addAttribute(Attribute::Cold); in TEST()
546 EXPECT_TRUE(Clone->hasFnAttr(Attribute::AttrKind::Cold)); in TEST()
564 AB.addAttribute(Attribute::Cold); in TEST()
576 EXPECT_TRUE(Clone->hasFnAttr(Attribute::AttrKind::Cold)); in TEST()
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp32 .Case("cold", Attribute::Cold) in parseAttrKind()
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol21 - Cold reset
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp89 if (F->hasFnAttribute(Attribute::Cold)) { in isColdFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp32 .Case("cold", Attribute::Cold) in parseAttrKind()
DSyntheticCountsPropagation.cpp88 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc9 Cold,
72 .Case("cold", Attribute::Cold)
191 return llvm::Attribute::Cold;

1234