Home
last modified time | relevance | path

Searched refs:DefOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp607 unsigned DefOp; member
610 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep()
611 : DefMI(DefMI), DefOp(DefOp), UseOp(UseOp) {} in DataDep()
620 DefOp = DefI.getOperandNo(); in DataDep()
736 for (unsigned DefOp : LiveDefOps) { in updatePhysDepsDownwards() local
737 for (MCRegUnitIterator Units(UseMI->getOperand(DefOp).getReg(), TRI); in updatePhysDepsDownwards()
741 LRU.Op = DefOp; in updatePhysDepsDownwards()
847 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp); in computeInstrDepths()
935 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, in pushDepHeight()
955 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() argument
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp261 void predicateAt(const MachineOperand &DefOp, MachineInstr &MI,
854 void HexagonExpandCondsets::predicateAt(const MachineOperand &DefOp, in predicateAt() argument
885 MB.addReg(DefOp.getReg(), getRegState(DefOp), DefOp.getSubReg()); in predicateAt()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h315 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp587 MachineOperand *DefOp = NULL; in InvalidateRegDef() local
593 DefOp = &MO; in InvalidateRegDef()
597 if (!DefOp) in InvalidateRegDef()
617 DefOp->setIsDead(); in InvalidateRegDef()