Home
last modified time | relevance | path

Searched refs:getMachineInstr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp49 static inline MachineInstr *getMachineInstr(MachineInstr *MI) { in getMachineInstr() function
52 static inline MachineInstr *getMachineInstr(const SUnit *SU) { in getMachineInstr() function
55 static inline MachineInstr *getMachineInstr(const SUnit &SU) { in getMachineInstr() function
295 RPTracker.recede(*getMachineInstr(*--I)); in getSchedulePressure()
383 auto MI = getMachineInstr(I); in scheduleRegion()
405 RegionBegin = getMachineInstr(Schedule.front()); in scheduleRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp70 MachineBasicBlock::iterator getMachineInstr() const { return MI; } in getMachineInstr() function in __anone05e87a00111::FrameRef
341 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters()
392 *FrameReferenceInsns[ref + 1].getMachineInstr(), TRI)) { in insertFrameReferenceRegisters()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp60 MachineBasicBlock::iterator getMachineInstr() const { return MI; } in getMachineInstr() function in __anonaf996c480111::FrameRef
332 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters()
383 *FrameReferenceInsns[ref + 1].getMachineInstr(), TRI)) { in insertFrameReferenceRegisters()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp55 MachineBasicBlock::iterator getMachineInstr() { return MI; } in getMachineInstr() function in __anon406c2a740111::FrameRef
281 FrameReferenceInsns[ref].getMachineInstr(); in insertFrameReferenceRegisters()