Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp146 if (CB->hasFnAttr(Attribute::Cold) && in unlikelyExecuted()
184 if (!F.hasFnAttribute(Attribute::Cold)) { in markFunctionCold()
185 F.addFnAttr(Attribute::Cold); in markFunctionCold()
206 if (F.hasFnAttribute(Attribute::Cold)) in isFunctionCold()
209 if (F.getCallingConv() == CallingConv::Cold) in isFunctionCold()
405 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
406 CI->setCallingConv(CallingConv::Cold); in extractColdRegion()
H A DSyntheticCountsPropagation.cpp82 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
H A DMemProfContextDisambiguation.cpp465 AllocType == AllocationType::Cold ? AllocTypeCold++ : AllocTypeNotCold++; in updateAllocationCall()
742 ((uint8_t)AllocationType::NotCold | (uint8_t)AllocationType::Cold)) in allocTypeToUse()
886 (uint8_t)AllocationType::Cold | (uint8_t)AllocationType::NotCold; in computeAllocType()
902 (uint8_t)AllocationType::Cold | (uint8_t)AllocationType::NotCold; in intersectAllocTypesImpl()
2062 if (AllocTypes & (uint8_t)AllocationType::Cold) in getAllocTypeString()
2323 if (AllocTypes == (uint8_t)AllocationType::Cold) in getColor()
2326 ((uint8_t)AllocationType::NotCold | (uint8_t)AllocationType::Cold)) in getColor()
2439 return (AllocType == (uint8_t)AllocationType::Cold) || in checkColdOrNotCold()
2442 ((uint8_t)AllocationType::Cold | (uint8_t)AllocationType::NotCold)); in checkColdOrNotCold()
3518 (uint8_t)AllocationType::Cold); in applyImport()
[all …]
H A DPartialInlining.cpp1143 OutlinedFunc->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
1144 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
H A DGlobalOpt.cpp1765 cast<CallBase>(U)->setCallingConv(CallingConv::Cold); in changeCallSitesToColdCC()
1995 F.setCallingConv(CallingConv::Cold); in OptimizeFunctions()
H A DFunctionImport.cpp713 if (Hotness == CalleeInfo::HotnessType::Cold) in computeImportForFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp54 return AllocationType::Cold; in getAllocType()
90 return AllocationType::Cold; in getMIBAllocType()
102 case AllocationType::Cold: in getAllocTypeAttributeString()
H A DProfileSummaryInfo.cpp99 if (F->hasFnAttribute(Attribute::Cold)) in isFunctionEntryCold()
H A DModuleSummaryAnalysis.cpp137 return CalleeInfo::HotnessType::Cold; in getHotness()
403 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary()
590 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
H A DBranchProbabilityInfo.cpp800 if (CI->hasFnAttr(Attribute::Cold)) in getInitialEstimatedBlockWeight()
H A DInlineCost.cpp1084 if (F.getCallingConv() == CallingConv::Cold) in onAnalysisStart()
1322 (F.getCallingConv() == CallingConv::Cold)); in onAnalysisStart()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h47 Cold = 9, enumerator
H A DModuleSummaryIndex.h61 Cold = 1, enumerator
121 case CalleeInfo::HotnessType::Cold: in getHotnessName()
357 Cold = 2,
H A DAttributes.td84 def Cold : EnumAttr<"cold", [FnAttr]>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp40 Attribute::Cold, in isValidForDXIL()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h56 Cold, // Special section type for cold blocks enumerator
656 return ((unsigned)MBBSectionID::SectionType::Cold) -
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp354 case CallingConv::Cold: in getCalleeSavedRegs()
474 case CallingConv::Cold: in getCallPreservedMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2053 if (F.hasFnAttribute(Attribute::Cold)) in annotateAllFunctions()
2054 F.removeFnAttr(Attribute::Cold); in annotateAllFunctions()
2137 F->addFnAttr(Attribute::Cold); in annotateAllFunctions()
/freebsd-14.2/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml168 - description: Cold reset signal
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp61 case Attribute::Cold: in isUsefullToPreserve()
H A DCodeExtractor.cpp931 case Attribute::Cold: in constructFunction()
H A DSimplifyLibCalls.cpp2901 if (!CI->hasFnAttr(Attribute::Cold) && in optimizeErrorReporting()
2903 CI->addFnAttr(Attribute::Cold); in optimizeErrorReporting()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp560 case MBBSectionID::SectionType::Cold: in printName()
1757 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp216 if (MF->getFunction().getCallingConv() == CallingConv::Cold) { in getCalleeSavedRegs()
312 if (CC == CallingConv::Cold) { in getCallPreservedMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp396 case CallingConv::Cold: in getCalleeSavedRegs()
422 case CallingConv::Cold: in getCallPreservedMask()

12