Home
last modified time | relevance | path

Searched refs:reg_end (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp38 RE = MRI.reg_end(); RI != RE; ++RI) { in findPHICopyInsertPoint()
DSpiller.cpp93 regItr = mri->reg_begin(li->reg); regItr != mri->reg_end();) { in trivialSpillEverywhere()
103 } while (regItr != mri->reg_end() && (&*regItr == mi)); in trivialSpillEverywhere()
DMachineRegisterInfo.cpp110 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
DTwoAddressInstructionPass.cpp339 E = MRI->reg_end(); I != E; ++I) { in NoUseAfterLastDef()
362 E = MRI->reg_end(); I != E; ++I) { in FindLastUseInMBB()
1283 RE = MRI->reg_end(); RI != RE; ) { in UpdateRegSequenceSrcs()
DLiveIntervalAnalysis.cpp1429 re = mri_->reg_end(); ri != re; ) { in rewriteInstructionsForSpills()
1667 re = mri_->reg_end(); ri != re; ) { in handleSpilledImpDefs()
2072 E = mri_->reg_end(); I != E; ++I) { in getNumConflictsWithPhysReg()
2118 E = mri_->reg_end(); I != E; ++I) { in spillPhysRegAroundRegDefsUses()
DLiveInterval.cpp732 RE = MRI.reg_end(); RI != RE;) { in Distribute()
DSplitter.cpp764 rEnd = mri->reg_end(); in processLoopUses()
DRenderMachineFunction.cpp951 rEnd = mri->reg_end(); in rememberUseDefs()
DVirtRegRewriter.cpp125 E = mri->reg_end(); I != E; ++I) in runOnMachineFunction()
1697 RE = MRI->reg_end(); RI != RE; ++RI) { in TransferDeadness()
DRegAllocLinearScan.cpp831 E = mri_->reg_end(); I != E; ++I) { in getConflictWeight()
DSplitKit.cpp930 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h85 static reg_iterator reg_end() { return reg_iterator(0); } in reg_end() function
89 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp771 if (RI == RegInfo->reg_end()) in TryToFoldFastISelLoad()
779 if (PostRI != RegInfo->reg_end()) in TryToFoldFastISelLoad()