HomeSort by relevance Sort by last modified time
    Searched refs:UseOp (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 618 unsigned UseOp;
620 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp)
621 : DefMI(DefMI), DefOp(DefOp), UseOp(UseOp) {}
624 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp)
625 : UseOp(UseOp) {
852 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp);
    [all...]
ScheduleDAGInstrs.cpp 270 int UseOp = I->OpIdx;
273 if (UseOp < 0)
284 UseOp));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 583 MachineOperand *UseOp = MI.findRegisterUseOperand(DefReg);
584 if (!UseOp)
589 if (UseOp->isKill())
592 Uses[MIPosition] = UseOp;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 138 milliseconds