Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp531 bool FirstCopy = !Def.isValid(); in buildSingleSubRegCopy() local
533 .addReg(ToReg, RegState::Define | getUndefRegState(FirstCopy) in buildSingleSubRegCopy()
534 | getInternalReadRegState(!FirstCopy), SubIdx) in buildSingleSubRegCopy()
538 if (FirstCopy) { in buildSingleSubRegCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4099 auto FirstCopy = MIB.buildInstr(TargetOpcode::COPY, {CopyTo}, {}) in selectUnmergeValues() local
4101 constrainSelectedInstRegOperands(*FirstCopy, TII, TRI, RBI); in selectUnmergeValues()