Home
last modified time | relevance | path

Searched refs:sortUniqueLiveIns (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h206 MBB.sortUniqueLiveIns(); in recomputeLiveIns()
H A DMachineBasicBlock.h464 void sortUniqueLiveIns();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp343 MBB.sortUniqueLiveIns(); in shiftSpillPhysVGPRsToLowestRange()
388 MBB.sortUniqueLiveIns(); in allocatePhysicalVGPRForSGPRSpills()
H A DSILowerSGPRSpills.cpp206 EntryBB.sortUniqueLiveIns(); in updateLiveness()
H A DSIFrameLowering.cpp998 MBB.sortUniqueLiveIns(); in emitCSRSpillStores()
1410 MBB.sortUniqueLiveIns(); in processFunctionBeforeFrameFinalized()
1648 MBB.sortUniqueLiveIns(); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp567 BranchBB->sortUniqueLiveIns(); in relaxBranchInstructions()
H A DVirtRegMap.cpp378 MBB.sortUniqueLiveIns(); in addMBBLiveIns()
H A DMachineBasicBlock.cpp622 void MachineBasicBlock::sortUniqueLiveIns() { in sortUniqueLiveIns() function in MachineBasicBlock
H A DMachineSink.cpp2007 SuccBB->sortUniqueLiveIns(); in updateLiveIn()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3059 MBB->sortUniqueLiveIns(); in adjustForSegmentedStacks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp4045 NewEntryBB.sortUniqueLiveIns(); in runOnMachineFunction()