| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 146 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 D | SyntheticCountsPropagation.cpp | 82 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
|
| H A D | MemProfContextDisambiguation.cpp | 465 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 D | PartialInlining.cpp | 1143 OutlinedFunc->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining() 1144 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
|
| H A D | GlobalOpt.cpp | 1765 cast<CallBase>(U)->setCallingConv(CallingConv::Cold); in changeCallSitesToColdCC() 1995 F.setCallingConv(CallingConv::Cold); in OptimizeFunctions()
|
| H A D | FunctionImport.cpp | 713 if (Hotness == CalleeInfo::HotnessType::Cold) in computeImportForFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 54 return AllocationType::Cold; in getAllocType() 90 return AllocationType::Cold; in getMIBAllocType() 102 case AllocationType::Cold: in getAllocTypeAttributeString()
|
| H A D | ProfileSummaryInfo.cpp | 99 if (F->hasFnAttribute(Attribute::Cold)) in isFunctionEntryCold()
|
| H A D | ModuleSummaryAnalysis.cpp | 137 return CalleeInfo::HotnessType::Cold; in getHotness() 403 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary() 590 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
|
| H A D | BranchProbabilityInfo.cpp | 800 if (CI->hasFnAttr(Attribute::Cold)) in getInitialEstimatedBlockWeight()
|
| H A D | InlineCost.cpp | 1084 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 D | CallingConv.h | 47 Cold = 9, enumerator
|
| H A D | ModuleSummaryIndex.h | 61 Cold = 1, enumerator 121 case CalleeInfo::HotnessType::Cold: in getHotnessName() 357 Cold = 2,
|
| H A D | Attributes.td | 84 def Cold : EnumAttr<"cold", [FnAttr]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 40 Attribute::Cold, in isValidForDXIL()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 56 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 D | X86RegisterInfo.cpp | 354 case CallingConv::Cold: in getCalleeSavedRegs() 474 case CallingConv::Cold: in getCallPreservedMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2053 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 D | snps,dw-pcie-common.yaml | 168 - description: Cold reset signal
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 61 case Attribute::Cold: in isUsefullToPreserve()
|
| H A D | CodeExtractor.cpp | 931 case Attribute::Cold: in constructFunction()
|
| H A D | SimplifyLibCalls.cpp | 2901 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 D | MachineBasicBlock.cpp | 560 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 D | PPCRegisterInfo.cpp | 216 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 D | SIRegisterInfo.cpp | 396 case CallingConv::Cold: in getCalleeSavedRegs() 422 case CallingConv::Cold: in getCallPreservedMask()
|