Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp239 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
H A DSIFixSGPRCopies.cpp906 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in lowerSpecialCase()
H A DAMDGPUInstructionSelector.cpp494 I.addImplicitDefUseOperands(*MF); in selectG_AMDGPU_MAD_64_32()
2607 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
2621 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3436 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
3495 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectSMFMACIntrin()
H A DSIFoldOperands.cpp1394 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
H A DSIInstrInfo.cpp3443 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
7408 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp87 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
111 addImplicitDefUseOperands(MF); in MachineInstr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1924 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5929 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()