Home
last modified time | relevance | path

Searched refs:createEmptyInterval (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h141 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function
149 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
158 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
H A DLiveRangeEdit.h172 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp143 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
H A DLiveRangeEdit.cpp40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
H A DLiveIntervals.cpp226 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()
1776 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DSplitKit.cpp649 Edit->createEmptyInterval(); in openIntv()
653 Edit->createEmptyInterval(); in openIntv()
H A DModuloSchedule.cpp353 LIS.createEmptyInterval(ToReg); in replaceRegUsesAfterLoop()
2494 LIS.createEmptyInterval(PhiReg); in mergeRegUsesAfterPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp355 auto &NewLI = LIS->createEmptyInterval(NewReg); in updateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp594 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()