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

  /external/llvm/lib/CodeGen/
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 1243 milliseconds