Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIPreEmitPeephole.cpp239 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
HDSIFixSGPRCopies.cpp904 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in lowerSpecialCase()
HDAMDGPUInstructionSelector.cpp488 I.addImplicitDefUseOperands(*MF); in selectG_AMDGPU_MAD_64_32()
2554 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
2568 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3383 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
3442 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectSMFMACIntrin()
HDSIFoldOperands.cpp1414 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
HDSIInstrInfo.cpp3494 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in foldImmediate()
7531 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h1958 void addImplicitDefUseOperands(MachineFunction &MF);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstr.cpp88 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
112 addImplicitDefUseOperands(MF); in MachineInstr()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/GISel/
HDX86InstructionSelector.cpp630 I.addImplicitDefUseOperands(MF); in selectLoadStoreOp()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp5959 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()