Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h149 LiveInterval &createEmptyInterval(Register Reg) { in createEmptyInterval() function
158 LiveInterval &LI = createEmptyInterval(Reg); in createAndComputeVirtRegInterval()
167 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
H A DLiveRangeEdit.h172 LiveInterval &createEmptyInterval() { in createEmptyInterval() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp339 auto &NewLI = LIS->createEmptyInterval(NewReg); in updateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp149 LiveInterval &NewLI = LIS->createEmptyInterval(NewVReg); in INITIALIZE_PASS_DEPENDENCY()
H A DLiveRangeEdit.cpp40 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom()
H A DLiveIntervals.cpp242 LiveInterval &LI = createEmptyInterval(Reg); in computeVirtRegs()
1812 LiveInterval &NewLI = createEmptyInterval(NewVReg); in splitSeparateComponents()
H A DSplitKit.cpp685 Edit->createEmptyInterval(); in openIntv()
689 Edit->createEmptyInterval(); in openIntv()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp577 NewLIs.push_back(&LIS->createEmptyInterval(NewR)); in distributeLiveIntervals()