Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp410 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
H A DSIFixSGPRCopies.cpp613 MI.addImplicitDefUseOperands(MF); in runOnMachineFunction()
H A DAMDGPUInstructionSelector.cpp354 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
H A DSIFoldOperands.cpp883 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
H A DSIInstrInfo.cpp2025 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
4371 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
4459 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1542 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp102 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
129 addImplicitDefUseOperands(MF); in MachineInstr()