Home
last modified time | relevance | path

Searched refs:NumInstr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h35 unsigned NumInstr) { in normalizeSpillWeight() argument
101 unsigned NumInstr) { in normalize() argument
102 return normalizeSpillWeight(UseDefFreq, Size, NumInstr); in normalize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp161 unsigned NumInstr = 0; // Number of instructions using LI in weightCalcHelper() local
198 NumInstr += 2; in weightCalcHelper()
230 NumInstr++; in weightCalcHelper()
325 return normalize(TotalWeight, Start->distance(*End), NumInstr); in weightCalcHelper()
326 return normalize(TotalWeight, LI.getSize(), NumInstr); in weightCalcHelper()
H A DRegAllocPBQP.cpp522 float normalize(float UseDefFreq, unsigned Size, unsigned NumInstr) override { in normalize() argument
525 return NumInstr * VirtRegAuxInfo::normalize(UseDefFreq, Size, 1); in normalize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp289 unsigned NumInstr = 0; in mustRetainExeczBranch() local
312 ++NumInstr; in mustRetainExeczBranch()
313 if (NumInstr >= SkipThreshold) in mustRetainExeczBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp295 const unsigned NumInstr = M68k::INSTRUCTION_LIST_END; in buildBeadTable() local
296 Lookups.reserve(NumInstr); in buildBeadTable()
298 for (unsigned I = 0; I < NumInstr; ++I) { in buildBeadTable()