/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 116 if (CB->hasFnAttr(Attribute::Cold) && in unlikelyExecuted() 154 if (!F.hasFnAttribute(Attribute::Cold)) { in markFunctionCold() 155 F.addFnAttr(Attribute::Cold); in markFunctionCold() 193 if (F.hasFnAttribute(Attribute::Cold)) in isFunctionCold() 196 if (F.getCallingConv() == CallingConv::Cold) in isFunctionCold() 364 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion() 365 CI->setCallingConv(CallingConv::Cold); in extractColdRegion() 616 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions() local 618 if (!Cold) in outlineColdRegions()
|
H A D | SyntheticCountsPropagation.cpp | 82 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
|
H A D | PartialInlining.cpp | 1189 OutlinedFunc->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining() 1190 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
|
H A D | GlobalOpt.cpp | 1806 cast<CallBase>(U)->setCallingConv(CallingConv::Cold); in changeCallSitesToColdCC() 2039 F.setCallingConv(CallingConv::Cold); in OptimizeFunctions()
|
H A D | FunctionImport.cpp | 380 if (Hotness == CalleeInfo::HotnessType::Cold) in computeImportForFunction()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 40 return AllocationType::Cold; in getAllocType() 69 return AllocationType::Cold; in getMIBAllocType() 78 case AllocationType::Cold: in getAllocTypeAttributeString()
|
H A D | ModuleSummaryAnalysis.cpp | 135 return CalleeInfo::HotnessType::Cold; in getHotness() 381 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary() 542 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
|
H A D | ProfileSummaryInfo.cpp | 227 if (F->hasFnAttribute(Attribute::Cold)) in isFunctionEntryCold()
|
H A D | InlineCost.cpp | 1015 if (F.getCallingConv() == CallingConv::Cold) in onAnalysisStart() 1248 (F.getCallingConv() == CallingConv::Cold)); in onAnalysisStart()
|
H A D | BranchProbabilityInfo.cpp | 800 if (CI->hasFnAttr(Attribute::Cold)) in getInitialEstimatedBlockWeight()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 47 Cold = 9, enumerator
|
H A D | ModuleSummaryIndex.h | 61 Cold = 1, enumerator 111 case CalleeInfo::HotnessType::Cold: in getHotnessName() 323 enum class AllocationType : uint8_t { None = 0, NotCold = 1, Cold = 2 };
|
H A D | Attributes.td | 81 def Cold : EnumAttr<"cold", [FnAttr]>;
|
/openbsd/games/phantasia/ |
H A D | monsters.asc | 74 A Cold-drake 301 102 24 1222 10888 7 0 0
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 39 Attribute::Cold, in isValidForDXIL()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 56 Cold, // Special section type for cold blocks enumerator 640 return ((unsigned)MBBSectionID::SectionType::Cold) -
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 351 case CallingConv::Cold: in getCalleeSavedRegs() 473 case CallingConv::Cold: in getCallPreservedMask()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 558 case MBBSectionID::SectionType::Cold: in printName() 1663 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 62 case Attribute::Cold: in isUsefullToPreserve()
|
H A D | CodeExtractor.cpp | 924 case Attribute::Cold: in constructFunction()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2161 if (F.hasFnAttribute(Attribute::Cold)) in annotateAllFunctions() 2162 F.removeFnAttr(Attribute::Cold); in annotateAllFunctions() 2245 F->addFnAttr(Attribute::Cold); in annotateAllFunctions()
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | string.bench.cpp | 487 enum class Temperature { Hot, Cold }; enumerator
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 292 case CallingConv::Cold: Out << "coldcc"; break; in PrintCallingConv() 3220 case (uint8_t)AllocationType::Cold: in printFunctionSummary() 3222 case (uint8_t)AllocationType::NotCold | (uint8_t)AllocationType::Cold: in printFunctionSummary()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 396 case CallingConv::Cold: in getCalleeSavedRegs() 420 case CallingConv::Cold: in getCallPreservedMask()
|