/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSchedule.cpp | 42 int Latency = 0; in computeInstrLatency() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); in computeMaxLatency() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 224 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local
|
H A D | ScheduleDAGInstrs.cpp | 544 addChainDependency(SUnit *SUa, SUnit *SUb, unsigned Latency) addChainDependency() argument
|
H A D | MachineScheduler.cpp | 2597 unsigned Latency = 0; in traceCandidate() local 1842 checkResourceLimit(unsigned LFactor, unsigned Count, unsigned Latency, bool AfterSchedNode) checkResourceLimit() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 183 int Latency = 0; in getItineraryLatency() local 231 int Latency = getLatency(DC, Inst); in emitLatency() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 153 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 210 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { in addChainDependencies() argument
|
H A D | MachinePipeliner.h | 325 unsigned Latency = 0; member in llvm::NodeSet
|
H A D | ScheduleDAG.h | 96 unsigned Latency; member in llvm::SDep 273 unsigned short Latency variable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 436 int Latency = (InstrInfo.getOperandLatency(&InstrItins, *SrcI, in restoreLatency() local
|
H A D | HexagonInstrInfo.cpp | 4127 int Latency = TargetInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, in getOperandLatency() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.h | 34 Latency, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 158 unsigned Latency = 1; in getInstrLatency() local 179 int Latency = PPCGenInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, in getOperandLatency() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 421 enum Latency { enum [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 396 enum Latency { enum [all...] |
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 427 enum Latency { enum [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 43 unsigned Latency; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4300 unsigned Latency = getInstrLatency(ItinData, DefMI); in getOperandLatencyImpl() local 4326 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, UseMCID, in getOperandLatencyImpl() local 4360 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); getOperandLatency() local 4373 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, getOperandLatency() local 4630 unsigned Latency = 0; getInstrLatency() local 4659 unsigned Latency = ItinData->getStageLatency(Class); getInstrLatency() local 4702 unsigned Latency = hasHighOperandLatency() local [all...] |