Searched refs:getMachineInstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp53 static inline MachineInstr *getMachineInstr(MachineInstr *MI) { function
56 static inline MachineInstr *getMachineInstr(const SUnit *SU) { function
59 static inline MachineInstr *getMachineInstr(const SUnit &SU) { function
299 RPTracker.recede(*getMachineInstr(*--I));
387 auto MI = getMachineInstr(I);
409 RegionBegin = getMachineInstr(Schedule.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp70 MachineBasicBlock::iterator getMachineInstr() const { return MI; } function in class:__anon3492::FrameRef
351 MachineInstr &MI = *FR.getMachineInstr();
410 *FrameReferenceInsns[ref + 1].getMachineInstr(), TRI)) {

Completed in 110 milliseconds