Searched refs:Cold (Results 1 – 25 of 32) sorted by relevance
12
28 - Cold reset. RO normal.29 - Cold reset. Two stop.30 - Cold reset by ectool. Two stop.
48 Cold = 9, enumerator
33 def Cold : EnumAttr<"cold">;
4 ; Cold hint and does not get inlined because the cost exceeds the inlinecold-threshold.
2 ; Test that functions with attribute Cold are not inlined while the 3 ; same function without attribute Cold will be inlined.
22 - Cold reset
187 F1->setCallingConv(CallingConv::Cold); in TEST_F()199 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv()); in TEST_F()
271 case CallingConv::Cold: in getCalleeSavedRegs()350 case CallingConv::Cold: in getCallPreservedMask()
324 Callee->hasFnAttribute(Attribute::Cold) || in getInlineThreshold()
647 F.addFnAttr(llvm::Attribute::Cold); in emitInlineHints()
1858 .Case("cold", Attribute::Cold) in parseAttrKind()
440 F.addFnAttr(llvm::Attribute::Cold); in applyFunctionAttributes()
268 if (CI->hasFnAttr(Attribute::Cold)) { in calcColdCallHeuristics()
1145 if (F.getCallingConv() == CallingConv::Cold) in analyzeCall()
275 if (hasAttribute(Attribute::Cold)) in getAsString()443 case Attribute::Cold: return 1ULL << 40; in getAttrMask()
1251 I->getKindAsEnum() == Attribute::Cold || in VerifyAttributeTypes()1739 case CallingConv::Cold: in visitFunction()
73 - Cold boot the DUT -- turn the DUT off and then back on. This ensures
141 ; Cold OSR Exit
309 CallConv == CallingConv::Cold || in CallingConvSupported()
107 ; Cold OSR Exit
733 Fn->addFnAttr(llvm::Attribute::Cold); in applyFunctionAttributes()
154 ; Cold OSR Exit
1733 if (!CI->hasFnAttr(Attribute::Cold) && in optimizeErrorReporting()1735 CI->addAttribute(AttributeSet::FunctionIndex, Attribute::Cold); in optimizeErrorReporting()
540 def Cold : InheritableAttr {801 // semantic checking for mutual exclusion with the Cold attribute.