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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 119 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
140 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 173 unsigned NumCycles, unsigned ExtraPredCycles,
183 unsigned NumCycles,
186 return NumCycles == 1;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 308 /// instructions with accumulated instruction latency of "NumCycles"
313 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
341 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 673 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I,
675 if (NumCycles > 1)
676 BBI.ExtraCost += NumCycles-1;
    [all...]

Completed in 856 milliseconds