Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSplitKit.cpp521 bool FirstCopy = !Def.isValid(); in buildSingleSubRegCopy() local
523 .addReg(ToReg, RegState::Define | getUndefRegState(FirstCopy) in buildSingleSubRegCopy()
524 | getInternalReadRegState(!FirstCopy), SubIdx) in buildSingleSubRegCopy()
528 if (FirstCopy) { in buildSingleSubRegCopy()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3114 auto FirstCopy = MIB.buildInstr(TargetOpcode::COPY, {CopyTo}, {}) in selectUnmergeValues() local
3116 constrainSelectedInstRegOperands(*FirstCopy, TII, TRI, RBI); in selectUnmergeValues()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4322 auto FirstCopy = MIB.buildInstr(TargetOpcode::COPY, {CopyTo}, {}) in selectUnmergeValues() local
4324 constrainSelectedInstRegOperands(*FirstCopy, TII, TRI, RBI); in selectUnmergeValues()