Searched refs:addImplicitDefUseOperands (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp193 MI.addImplicitDefUseOperands(*MBB.getParent());
H A DSIFixSGPRCopies.cpp654 MI.addImplicitDefUseOperands(MF);
851 Def->addImplicitDefUseOperands(*MF);
H A DSIFoldOperands.cpp1261 Copy->addImplicitDefUseOperands(*MF);
H A DSIInstrInfo.cpp2592 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent());
5443 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent());
5533 Inst.addImplicitDefUseOperands(*MBB.getParent());
H A DAMDGPUInstructionSelector.cpp1975 I.addImplicitDefUseOperands(*MF);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1743 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp103 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { function in class:MachineInstr
130 addImplicitDefUseOperands(MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4442 MIB->addImplicitDefUseOperands(*MBB.getParent());

Completed in 170 milliseconds