Searched refs:LiveIntervals (Results 76 - 83 of 83) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp23 #include "llvm/CodeGen/LiveIntervals.h"
730 LiveIntervals *LIS,
H A DMachinePipeliner.cpp47 #include "llvm/CodeGen/LiveIntervals.h"
190 INITIALIZE_PASS_DEPENDENCY(LiveIntervals)
385 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes();
420 SwingSchedulerDAG SMS(*this, L, getAnalysis<LiveIntervals>(), RegClassInfo,
H A DMachineVerifier.cpp38 #include "llvm/CodeGen/LiveIntervals.h"
205 LiveIntervals *LiveInts;
366 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>();
367 // We don't want to verify LiveVariables if LiveIntervals is available.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1050 LiveIntervals *LIS = nullptr,
H A DSIInstrInfo.cpp7110 MachineBasicBlock::iterator InsertPt, int FrameIndex, LiveIntervals *LIS,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5577 int FrameIndex, LiveIntervals *LIS,
5876 LiveIntervals *LIS) const {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile265 SRCS_MIN+= CodeGen/LiveIntervals.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3478 LiveIntervals *LIS, VirtRegMap *VRM) const {

Completed in 301 milliseconds

1234