Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp632 MI.addImplicitDefUseOperands(MF); in runOnMachineFunction()
863 Def->addImplicitDefUseOperands(*MF); in processPHINode()
H A DSIPreEmitPeephole.cpp217 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
H A DSIFoldOperands.cpp1296 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
H A DAMDGPUInstructionSelector.cpp2173 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3089 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
H A DSIInstrInfo.cpp2809 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
6066 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
6159 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp104 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
131 addImplicitDefUseOperands(MF); in MachineInstr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1834 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4608 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()