Searched refs:CopyDesc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 1111 const MCInstrDesc &CopyDesc = TII->get(TargetOpcode::COPY); in mergeRead2Pair() local 1114 BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeRead2Pair() 1117 MachineInstr *Copy1 = BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeRead2Pair() 1250 const MCInstrDesc &CopyDesc = TII->get(TargetOpcode::COPY); in mergeImagePair() local 1254 BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeImagePair() 1257 MachineInstr *Copy1 = BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeImagePair() 1300 const MCInstrDesc &CopyDesc = TII->get(TargetOpcode::COPY); in mergeSBufferLoadImmPair() local 1304 BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeSBufferLoadImmPair() 1307 MachineInstr *Copy1 = BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeSBufferLoadImmPair() 1365 BuildMI(*MBB, Paired.I, DL, CopyDesc) in mergeBufferLoadPair() [all …]
|