Home
last modified time | relevance | path

Searched refs:NumSpills (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-spill-remarks.ll47 ; YAML: - NumSpills: '1'
64 ; YAML: - NumSpills: '1'
81 ; YAML: - NumSpills: '2'
98 ; YAML: - NumSpills: '3'
117 ; THRESHOLD_YAML: - NumSpills: '1'
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp68 STATISTIC(NumSpills, "Number of spills inserted");
432 ++NumSpills; in hoistSpillInsideBB()
489 --NumSpills; in eliminateRedundantSpills()
755 --NumSpills; in coalesceStackAccess()
915 --NumSpills; in foldMemoryOperand()
978 ++NumSpills; in foldMemoryOperand()
1049 ++NumSpills; in insertSpill()
1603 ++NumSpills; in hoistAllSpills()
1607 NumSpills -= SpillsToRm.size(); in hoistAllSpills()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2176 unsigned NumSpills = 0; in checkNumAlignedDPRCS2Regs() local
2177 for (; NumSpills < 8; ++NumSpills) in checkNumAlignedDPRCS2Regs()
2178 if (!SavedRegs.test(ARM::D8 + NumSpills)) in checkNumAlignedDPRCS2Regs()
2182 if (NumSpills < 2) in checkNumAlignedDPRCS2Regs()
2186 MF.getInfo<ARMFunctionInfo>()->setNumAlignedDPRCS2Regs(NumSpills); in checkNumAlignedDPRCS2Regs()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-ra.ll13 ;YAML: - NumSpills: '10'