| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 96 return AllocationType::Hot; in getMIBAllocType() 109 case AllocationType::Hot: in getAllocTypeAttributeString() 242 if (Node->hasAllocType(AllocationType::Hot)) { in convertHotToNotCold() 243 Node->removeAllocType(AllocationType::Hot); in convertHotToNotCold() 488 if (Alloc->hasAllocType(AllocationType::Hot)) { in buildAndAttachMIBMetadata()
|
| H A D | ModuleSummaryAnalysis.cpp | 172 return CalleeInfo::HotnessType::Hot; in getHotness()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StaticDataSplitter.cpp | 187 auto Hotness = MachineFunctionDataHotness::Hot; in partitionStaticDataWithProfiles() 229 if (JumpTable.Hotness == MachineFunctionDataHotness::Hot) { in updateStatsWithProfiles()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 661 if (JTE->Hotness == MachineFunctionDataHotness::Hot) { in getELFSectionNameForGlobal()
|
| H A D | CodeGenPrepare.cpp | 592 if (F.hasFnAttribute(Attribute::Hot) || in _run()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProfSummaryBuilder.cpp | 44 case AllocationType::Hot: in addRecord()
|
| H A D | MemProfCommon.cpp | 68 return AllocationType::Hot; in getAllocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 524 bool Hot); 1015 bool Hot) { in emitOptimizationRemarksForInlineCandidates() argument 1023 << (Hot ? "hotness: '" : "size: '") in emitOptimizationRemarksForInlineCandidates() 1151 bool Hot = false; in inlineHotFunctions() local 1166 Hot = true; in inlineHotFunctions() 1175 if (Hot || ExternalInlineAdvisor) { in inlineHotFunctions()
|
| H A D | FunctionImport.cpp | 908 if (Hotness == CalleeInfo::HotnessType::Hot) in computeImportForFunction() 928 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
|
| H A D | FunctionAttrs.cpp | 2173 F->hasFnAttribute(Attribute::Cold) || F->hasFnAttribute(Attribute::Hot)) in addColdAttrs()
|
| H A D | WholeProgramDevirt.cpp | 1298 CalleeInfo CI(CalleeInfo::HotnessType::Hot, /* HasTailCall = */ false, in AddCalls()
|
| H A D | MemProfContextDisambiguation.cpp | 1341 if (AllocType == AllocationType::Hot) in addStackNodesForMIB()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_if.m | 65 PCI_FEATURE_HP, /* Hot Plug feature */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 67 Hot = 3, enumerator 130 case CalleeInfo::HotnessType::Hot: in getHotnessName() 362 Hot = 4,
|
| H A D | Attributes.td | 122 def Hot: EnumAttr<"hot", IntersectAnd, [FnAttr]>; 395 /// Function is marked for Windows Hot Patching
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2273 F.addFnAttr(Attribute::Hot); in annotateAllFunctions() 2344 if (F->hasFnAttribute(Attribute::Hot)) { in annotateAllFunctions()
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8x-colibri.dtsi | 710 /* HDMI Hot Plug Detect on FFC (X2) */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 97 Hot,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 942 case Attribute::Hot: in constructFunctionDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1991 def Hot : InheritableAttr { 1997 def : MutualExclusions<[Hot, Cold]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 10098 Hotness = CalleeInfo::HotnessType::Hot; in parseHotness() 10878 AllocType = (uint8_t)AllocationType::Hot; in parseAllocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3545 case (uint8_t)AllocationType::Hot: in printFunctionSummary()
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 948 Thanks to "Hot Emu" for the bug report and sample file
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2462 FuncAttrs.addAttribute(llvm::Attribute::Hot); in ConstructAttributeList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 773 case Attribute::Hot: in getAttrKindEncoding()
|