Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp114 if (CS.hasFnAttr(Attribute::Cold) && !CS->getMetadata("nosanitize")) in unlikelyExecuted()
150 if (!F.hasFnAttribute(Attribute::Cold)) { in markFunctionCold()
151 F.addFnAttr(Attribute::Cold); in markFunctionCold()
189 if (F.hasFnAttribute(Attribute::Cold)) in isFunctionCold()
192 if (F.getCallingConv() == CallingConv::Cold) in isFunctionCold()
331 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
332 CS.setCallingConv(CallingConv::Cold); in extractColdRegion()
575 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions() local
577 if (!Cold) in outlineColdRegions()
DForceFunctionAttrs.cpp33 .Case("cold", Attribute::Cold) in parseAttrKind()
DSyntheticCountsPropagation.cpp88 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/
DREADME.md9 | [rxCompletable] | `Completable` | [CoroutineScope] | Cold completable t…
10 | [rxMaybe] | `Maybe` | [CoroutineScope] | Cold maybe that st…
11 | [rxSingle] | `Single` | [CoroutineScope] | Cold single that s…
12 | [rxObservable] | `Observable` | [ProducerScope] | Cold observable th…
13 | [rxFlowable] | `Flowable` | [ProducerScope] | Cold observable th…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/f2fs/f2fs_get_victim/
Dformat21 …{ 0, "Hot DATA" }, { 1, "Warm DATA" }, { 2, "Cold DATA" }, { 3, "Hot NODE" }, { 4, "Warm NODE" }, …
/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/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/
DREADME.md9 | [rxCompletable] | `Completable` | [CoroutineScope] | Cold completable t…
10 | [rxMaybe] | `Maybe` | [CoroutineScope] | Cold maybe that st…
11 | [rxSingle] | `Single` | [CoroutineScope] | Cold single that s…
12 | [rxObservable] | `Observable` | [ProducerScope] | Cold observable th…
13 | [rxFlowable] | `Flowable` | [ProducerScope] | Cold observable th…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp101 case CallingConv::Cold: in getCalleeSavedRegs()
121 case CallingConv::Cold: in getCallPreservedMask()
/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/llvm/include/llvm/IR/
DCallingConv.h48 Cold = 9, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h48 Cold = 9, enumerator
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold.
Dinline-cold.ll2 ; Test that functions with attribute Cold are not inlined while the
3 ; same function without attribute Cold will be inlined.
/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/Windows/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-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/Fuchsia/include/llvm/IR/
DAttributes.gen9 Cold,
66 .Case("cold", Attribute::Cold)
179 return llvm::Attribute::Cold;
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp32 .Case("cold", Attribute::Cold) in parseAttrKind()
/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/Analysis/
DProfileSummaryInfo.cpp89 if (F->hasFnAttribute(Attribute::Cold)) { in isColdFunction()
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol25 - Cold reset
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc9 Cold,
78 .Case("cold", Attribute::Cold)
203 return llvm::Attribute::Cold;
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc9 Cold,
78 .Case("cold", Attribute::Cold)
203 return llvm::Attribute::Cold;

1234