HomeSort by relevance Sort by last modified time
    Searched refs:reg_end (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 38 RE = MRI.reg_end(); RI != RE; ++RI) {
Spiller.cpp 93 regItr = mri->reg_begin(li->reg); regItr != mri->reg_end();) {
103 } while (regItr != mri->reg_end() && (&*regItr == mi));
MachineRegisterInfo.cpp 140 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) {
TwoAddressInstructionPass.cpp 347 E = MRI->reg_end(); I != E; ++I) {
370 E = MRI->reg_end(); I != E; ++I) {
    [all...]
LiveIntervalAnalysis.cpp     [all...]
LiveInterval.cpp 711 RE = MRI.reg_end(); RI != RE;) {
RenderMachineFunction.cpp 951 rEnd = mri->reg_end();
    [all...]
Splitter.cpp 764 rEnd = mri->reg_end();
VirtRegRewriter.cpp 125 E = mri->reg_end(); I != E; ++I)
    [all...]
RegAllocLinearScan.cpp 830 E = mri_->reg_end(); I != E; ++I) {
    [all...]
SplitKit.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 95 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
101 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
107 static reg_iterator reg_end() { return reg_iterator(0); } function in class:llvm::MachineRegisterInfo
111 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
384 /// atEnd - return true if this iterator is equal to reg_end() on the value.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 787 if (RI == RegInfo->reg_end())
795 if (PostRI != RegInfo->reg_end())
    [all...]

Completed in 179 milliseconds