Home
last modified time | relevance | path

Searched refs:FirstCopy (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp517 bool FirstCopy = !Def.isValid(); in buildSingleSubRegCopy() local
519 .addReg(ToReg, RegState::Define | getUndefRegState(FirstCopy) in buildSingleSubRegCopy()
520 | getInternalReadRegState(!FirstCopy), SubIdx) in buildSingleSubRegCopy()
524 if (FirstCopy) { in buildSingleSubRegCopy()