/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 114 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()
|
D | ForceFunctionAttrs.cpp | 33 .Case("cold", Attribute::Cold) in parseAttrKind()
|
D | SyntheticCountsPropagation.cpp | 88 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/ |
D | README.md | 9 | [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/ |
D | format | 21 …{ 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/ |
D | format | 20 …, { CURSEG_COLD_DATA, "Cold DATA" }, { CURSEG_HOT_NODE, "Hot NODE" }, { CURSEG_WARM_NODE, "Warm NO…
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/ |
D | README.md | 9 | [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/ |
D | AMDGPURegisterInfo.cpp | 101 case CallingConv::Cold: in getCalleeSavedRegs() 121 case CallingConv::Cold: in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 48 Cold = 9, enumerator
|
D | Attributes.inc | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 48 Cold = 9, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallingConv.h | 48 Cold = 9, enumerator
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold.
|
D | inline-cold.ll | 2 ; 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/ |
D | Attributes.gen | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 9 Cold, 66 .Case("cold", Attribute::Cold) 179 return llvm::Attribute::Cold;
|
/external/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 32 .Case("cold", Attribute::Cold) in parseAttrKind()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 536 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/ |
D | ProfileSummaryInfo.cpp | 89 if (F->hasFnAttribute(Attribute::Cold)) { in isColdFunction()
|
/external/autotest/server/site_tests/firmware_FAFTSetup/ |
D | control | 25 - Cold reset
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 9 Cold, 78 .Case("cold", Attribute::Cold) 203 return llvm::Attribute::Cold;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 9 Cold, 78 .Case("cold", Attribute::Cold) 203 return llvm::Attribute::Cold;
|