Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/firmware_ECWriteProtect/
Dcontrol.dev28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
Dcontrol28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
/external/llvm/include/llvm/IR/
DCallingConv.h48 Cold = 9, enumerator
DAttributes.td33 def Cold : EnumAttr<"cold">;
/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/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol22 - Cold reset
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp187 F1->setCallingConv(CallingConv::Cold); in TEST_F()
199 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv()); in TEST_F()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp271 case CallingConv::Cold: in getCalleeSavedRegs()
350 case CallingConv::Cold: in getCallPreservedMask()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp268 if (CI->hasFnAttr(Attribute::Cold)) { in calcColdCallHeuristics()
DInlineCost.cpp1145 if (F.getCallingConv() == CallingConv::Cold) in analyzeCall()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp324 Callee->hasFnAttribute(Attribute::Cold) || in getInlineThreshold()
DSampleProfile.cpp647 F.addFnAttr(llvm::Attribute::Cold); in emitInlineHints()
DFunctionAttrs.cpp1858 .Case("cold", Attribute::Cold) in parseAttrKind()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp440 F.addFnAttr(llvm::Attribute::Cold); in applyFunctionAttributes()
/external/llvm/lib/IR/
DAttributes.cpp275 if (hasAttribute(Attribute::Cold)) in getAsString()
443 case Attribute::Cold: return 1ULL << 40; in getAttrMask()
DVerifier.cpp1251 I->getKindAsEnum() == Attribute::Cold || in VerifyAttributeTypes()
1739 case CallingConv::Cold: in visitFunction()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-stackmap.ll141 ; Cold OSR Exit
/external/llvm/test/CodeGen/AArch64/
Darm64-stackmap.ll107 ; Cold OSR Exit
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp309 CallConv == CallingConv::Cold || in CallingConvSupported()
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt73 - Cold boot the DUT -- turn the DUT off and then back on. This ensures
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp733 Fn->addFnAttr(llvm::Attribute::Cold); in applyFunctionAttributes()
/external/llvm/test/CodeGen/X86/
Dstackmap.ll154 ; Cold OSR Exit
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1733 if (!CI->hasFnAttr(Attribute::Cold) && in optimizeErrorReporting()
1735 CI->addAttribute(AttributeSet::FunctionIndex, Attribute::Cold); in optimizeErrorReporting()
/external/clang/include/clang/Basic/
DAttr.td540 def Cold : InheritableAttr {
801 // semantic checking for mutual exclusion with the Cold attribute.

12