Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp239 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
H A DSIFixSGPRCopies.cpp877 Def->addImplicitDefUseOperands(*MF); in processPHINode()
922 MI.addImplicitDefUseOperands(*MBB->getParent()); in lowerSpecialCase()
H A DAMDGPUInstructionSelector.cpp475 I.addImplicitDefUseOperands(*MF); in selectG_AMDGPU_MAD_64_32()
2220 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3342 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
3401 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectSMFMACIntrin()
H A DSIFoldOperands.cpp1261 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
H A DSIInstrInfo.cpp2960 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
6376 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
6469 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp87 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
114 addImplicitDefUseOperands(MF); in MachineInstr()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1809 void addImplicitDefUseOperands(MachineFunction &MF);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4760 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()