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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 683 unsigned CopyReg = 0;
687 CopyReg
691 if (!CopyReg) {
693 CopyReg = MRI->createVirtualRegister(RC);
702 CopyReg).addReg(SrcReg, 0, SrcSubReg);
708 LI->addLiveRangeToEndOfBlock(CopyReg, CopyInstr);
711 addReg(CopyReg);
713 unionRegs(PHIColor, CopyReg);
714 assert(getRegColor(CopyReg) != CopyReg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 405 milliseconds