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

  /external/llvm/lib/CodeGen/
SplitKit.cpp 374 VNInfo *SplitEditor::defValue(unsigned RegIdx,
380 LiveInterval *LI = Edit->get(RegIdx);
387 Values.insert(std::make_pair(std::make_pair(RegIdx, ParentVNI->id),
390 // This was the first time (RegIdx, ParentVNI) was mapped.
410 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) {
412 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI->id)];
425 Edit->get(RegIdx)->addRange(LiveRange(Def, Def.getDeadSlot(), VNI));
430 VNInfo *SplitEditor::defFromParent(unsigned RegIdx,
437 LiveInterval *LI = Edit->get(RegIdx);
440 // so always begin RegIdx 0 early and all others late
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 535 milliseconds