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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 333 void growRegion(GlobalSplitCandidate &Cand);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 432 CodeGenRegister *Cand = const_cast<CodeGenRegister*>(Leads[i]);
434 if (Cand == this || getSubRegIndex(Cand))
436 // Check if each component of Cand is already a sub-register.
440 assert(!Cand->ExplicitSubRegs.empty() &&
442 for (unsigned j = 1, e = Cand->ExplicitSubRegs.size(); j != e; ++j) {
443 if (CodeGenSubRegIndex *Idx = getSubRegIndex(Cand->ExplicitSubRegs[j]))
451 // If some Cand sub-register is not part of this register, or if Cand only
456 // Each part of Cand is a sub-register of this. Make the full Cand als
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 854 milliseconds