Home
last modified time | relevance | path

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

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