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

  /external/llvm/lib/CodeGen/
DetectDeadLanes.cpp 209 unsigned MORegIdx = TargetRegisterInfo::virtReg2Index(MOReg);
210 VRegInfo &MORegInfo = VRegInfos[MORegIdx];
218 if (DefinedByCopy.test(MORegIdx))
219 PutInWorklist(MORegIdx);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DetectDeadLanes.cpp 207 unsigned MORegIdx = TargetRegisterInfo::virtReg2Index(MOReg);
208 VRegInfo &MORegInfo = VRegInfos[MORegIdx];
216 if (DefinedByCopy.test(MORegIdx))
217 PutInWorklist(MORegIdx);

Completed in 177 milliseconds