Searched defs:Latency (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 191 int Latency = 0; in getItineraryLatency() local 224 int Latency = 0; in getLatency() local 240 int Latency = getLatency(DC, Inst); in emitLatency() local
|
/external/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 195 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local 240 unsigned Latency = 0; in computeInstrLatency() local
|
D | MachineScheduler.cpp | 2225 unsigned Latency = 0; in traceCandidate() local
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 92 unsigned Latency; variable
|
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 168 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 3544 unsigned Latency = getInstrLatency(ItinData, DefMI); in getOperandLatency() local 3569 int Latency = getOperandLatency(ItinData, *DefMCID, DefIdx, DefAlign, in getOperandLatency() local 3603 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() local 3617 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, in getOperandLatency() local 3832 unsigned Latency = 0; in getInstrLatency() local 3860 unsigned Latency = ItinData->getStageLatency(Class); in getInstrLatency() local 3903 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx); in hasHighOperandLatency() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 638 int Latency = TII->getOperandLatency(InstrItins, Def, DefIdx, Use, OpIdx); in computeOperandLatency() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 112 int Latency = PPCGenInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, in getOperandLatency() local
|