Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1274 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
H A DAMDGPUInstructionSelector.cpp2132 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3048 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
H A DSIInstrInfo.cpp2756 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
5997 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
6090 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp104 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
131 addImplicitDefUseOperands(MF); in MachineInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1824 void addImplicitDefUseOperands(MachineFunction &MF);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4554 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()