Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp516 bool FirstCopy = !Def.isValid(); in buildSingleSubRegCopy() local
518 .addReg(ToReg, RegState::Define | getUndefRegState(FirstCopy) in buildSingleSubRegCopy()
519 | getInternalReadRegState(!FirstCopy), SubIdx) in buildSingleSubRegCopy()
524 if (FirstCopy) { in buildSingleSubRegCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3114 auto FirstCopy = MIB.buildInstr(TargetOpcode::COPY, {CopyTo}, {}) in selectUnmergeValues() local
3116 constrainSelectedInstRegOperands(*FirstCopy, TII, TRI, RBI); in selectUnmergeValues()