Home
last modified time | relevance | path

Searched refs:mf_ (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp107 mf_->DeleteMachineInstr(MI); in releaseMemory()
114 mf_ = &fn; in runOnMachineFunction()
115 mri_ = &mf_->getRegInfo(); in runOnMachineFunction()
145 mf_->print(OS, indexes_); in printInstrs()
375 MachineBasicBlock *aliveBlock = mf_->getBlockNumbered(*I); in handleVirtualRegisterDef()
675 << ((Value*)mf_->getFunction())->getName() << '\n'); in computeIntervals()
678 for (MachineFunction::iterator MBBI = mf_->begin(), E = mf_->end(); in computeIntervals()
1115 if (isSS && !mf_->getFrameInfo()->isImmutableObjectIndex(Slot)) in tryFoldMemoryOperand()
1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, FI, in rewriteInstructionsForSpills()
1752 BitVector SpillMBBs(mf_->getNumBlockIDs()); in addIntervalsForSpills()
[all …]
DRegAllocLinearScan.cpp136 MachineFunction* mf_; member
507 mf_ = &fn; in runOnMachineFunction()
533 spiller_.reset(createSpiller(*this, *mf_, *vrm_)); in runOnMachineFunction()
540 rewriter_->runOnMachineFunction(*mf_, *vrm_, li_); in runOnMachineFunction()
592 << mf_->getFunction()->getName() << '\n'; in linearScan()
643 MachineFunction::iterator EntryMBB = mf_->begin(); in linearScan()
1435 Order = tri_->getRawAllocationOrder(RC, Hint.first, physReg, *mf_); in getFreePhysReg()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h47 MachineFunction* mf_; variable