Home
last modified time | relevance | path

Searched refs:CopyMIB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SuppressAPXForReloc.cpp191 [[maybe_unused]] MachineInstrBuilder CopyMIB = in handleNDDOrNFInstructions() local
200 LLVM_DEBUG(dbgs() << "to:\n " << *CopyMIB << "\n"); in handleNDDOrNFInstructions()
213 [[maybe_unused]] MachineInstrBuilder CopyMIB = in handleNDDOrNFInstructions() local
235 LLVM_DEBUG(dbgs() << "to:\n " << *CopyMIB << "\n"); in handleNDDOrNFInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp6474 auto CopyMIB = BuildMI(*MBB, &I, DL, TII.get(AMDGPU::COPY), AMDGPU::M0) in selectSGetBarrierState() local
6476 constrainSelectedInstRegOperands(*CopyMIB, TII, TRI, RBI); in selectSGetBarrierState()
6554 auto CopyMIB = in selectNamedBarrierInit() local
6556 constrainSelectedInstRegOperands(*CopyMIB, TII, TRI, RBI); in selectNamedBarrierInit()
6589 auto CopyMIB = BuildMI(*MBB, &I, DL, TII.get(AMDGPU::COPY), AMDGPU::M0) in selectNamedBarrierInst() local
6591 constrainSelectedInstRegOperands(*CopyMIB, TII, TRI, RBI); in selectNamedBarrierInst()
H A DSIRegisterInfo.cpp1475 auto CopyMIB = BuildMI(MBB, MI, DL, TII->get(AMDGPU::COPY), Dst) in spillVGPRtoAGPR() local
1477 CopyMIB->setAsmPrinterFlag(MachineInstr::ReloadReuse); in spillVGPRtoAGPR()
1478 return CopyMIB; in spillVGPRtoAGPR()