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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 255 void growRegion(GlobalSplitCandidate &Cand);
807 void RAGreedy::growRegion(GlobalSplitCandidate &Cand) {
810 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks;
843 if (Cand.PhysReg)
844 addThroughConstraints(Cand.Intf, NewBlocks);
864 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) {
870 Cand.reset(IntfCache, 0);
876 SpillPlacer->prepare(Cand.LiveBundles);
878 // The static split cost will be zero since Cand.Intf reports no interference.
880 if (!addSplitConstraints(Cand.Intf, Cost))
    [all...]
MachineScheduler.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 421 CodeGenRegister *Cand = const_cast<CodeGenRegister*>(Leads[i]);
423 if (Cand == this || getSubRegIndex(Cand))
425 // Check if each component of Cand is already a sub-register.
429 assert(!Cand->ExplicitSubRegs.empty() &&
431 for (unsigned j = 1, e = Cand->ExplicitSubRegs.size(); j != e; ++j) {
432 if (CodeGenSubRegIndex *Idx = getSubRegIndex(Cand->ExplicitSubRegs[j]))
440 // If some Cand sub-register is not part of this register, or if Cand only
445 // Each part of Cand is a sub-register of this. Make the full Cand als
    [all...]

Completed in 225 milliseconds