Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertSkips.cpp424 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
HDSIFixSGPRCopies.cpp649 MI.addImplicitDefUseOperands(MF); in runOnMachineFunction()
HDSIFoldOperands.cpp1230 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
HDSIInstrInfo.cpp2351 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
5044 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
5134 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
HDAMDGPUInstructionSelector.cpp1449 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstr.cpp102 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
129 addImplicitDefUseOperands(MF); in MachineInstr()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h1652 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3960 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()