Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp366 Copy->addImplicitDefUseOperands(MF); in runOnMachineFunction()
DSIInstrInfo.cpp2634 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPreEmitPeephole.cpp205 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
DSIFixSGPRCopies.cpp654 MI.addImplicitDefUseOperands(MF); in runOnMachineFunction()
885 Def->addImplicitDefUseOperands(*MF); in processPHINode()
DSIFoldOperands.cpp1258 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
DAMDGPUInstructionSelector.cpp2121 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
3023 MI.addImplicitDefUseOperands(*MI.getParent()->getParent()); in selectBVHIntrinsic()
DSIInstrInfo.cpp2720 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
5701 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
5794 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp424 MI.addImplicitDefUseOperands(*MBB.getParent()); in optimizeVccBranch()
DSIFixSGPRCopies.cpp649 MI.addImplicitDefUseOperands(MF); in runOnMachineFunction()
DSIFoldOperands.cpp1230 Copy->addImplicitDefUseOperands(*MF); in foldInstOperand()
DSIInstrInfo.cpp2351 UseMI.addImplicitDefUseOperands(*UseMI.getParent()->getParent()); in FoldImmediate()
5044 Inst.addImplicitDefUseOperands(*Inst.getParent()->getParent()); in moveToVALU()
5134 Inst.addImplicitDefUseOperands(*MBB.getParent()); in moveScalarAddSub()
DAMDGPUInstructionSelector.cpp1449 I.addImplicitDefUseOperands(*MF); in selectG_CONSTANT()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1249 void addImplicitDefUseOperands(MachineFunction &MF);
/external/llvm/lib/CodeGen/
DMachineInstr.cpp638 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
672 addImplicitDefUseOperands(MF); in MachineInstr()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp104 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
131 addImplicitDefUseOperands(MF); in MachineInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp102 void MachineInstr::addImplicitDefUseOperands(MachineFunction &MF) { in addImplicitDefUseOperands() function in MachineInstr
129 addImplicitDefUseOperands(MF); in MachineInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1652 void addImplicitDefUseOperands(MachineFunction &MF);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1768 void addImplicitDefUseOperands(MachineFunction &MF);
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp4509 MIB->addImplicitDefUseOperands(*MBB.getParent()); in ExpandMOVImmSExti8()