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 D | SplitKit.cpp | 516 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 D | SplitKit.cpp | 521 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 D | AArch64InstructionSelector.cpp | 3114 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 D | AArch64InstructionSelector.cpp | 4322 auto FirstCopy = MIB.buildInstr(TargetOpcode::COPY, {CopyTo}, {}) in selectUnmergeValues() local 4324 constrainSelectedInstRegOperands(*FirstCopy, TII, TRI, RBI); in selectUnmergeValues()
|