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

  /external/llvm/lib/Target/MSP430/
README.txt 15 be modelled currently in improper way - should we need to mark the superreg as
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 570 unsigned SuperReg = 0;
573 if ((SuperReg == 0) || TRI->isSuperRegister(SuperReg, Reg))
574 SuperReg = Reg;
590 // All group registers should be a subreg of SuperReg.
593 if (Reg == SuperReg) continue;
594 bool IsSub = TRI->isSubRegister(SuperReg, Reg);
607 dbgs() << "*** Performing rename " << TRI->getName(SuperReg) <<
612 // Check each possible rename register for SuperReg in round-robin
621 TRI->getMinimalPhysRegClass(SuperReg, MVT::Other)
    [all...]
PostRASchedulerList.cpp 416 const unsigned SuperReg = MO.getReg();
417 for (const unsigned *Subreg = TRI->getSubRegisters(SuperReg);
CriticalAntiDepBreaker.cpp 284 unsigned SuperReg = *Super;
285 Classes[SuperReg] = reinterpret_cast<TargetRegisterClass *>(-1);
VirtRegRewriter.cpp 486 "invalid superreg kill flags");
    [all...]
LiveIntervalAnalysis.cpp     [all...]
LiveVariables.cpp 410 // If we are adding a subreg def and the superreg def is marked early
RegisterCoalescer.cpp 561 // clobbers from the superreg.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 238 const SubRegion *superReg = cast<SubRegion>(ER->getSuperRegion());
241 svalBuilder.convertToArrayIndex(superReg->getExtent(svalBuilder));
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 150 /// the superreg register classes of this register class.
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 392 /// getSuperRegisterRegClass - Returns the register class of a superreg A whose
    [all...]

Completed in 426 milliseconds