Searched refs:SCDesc (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSchedule.cpp | 41 const MCSchedClassDesc &SCDesc) { in computeInstrLatency() argument 43 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() 47 STI.getWriteLatencyEntry(&SCDesc, DefIdx); in computeInstrLatency() 58 const MCSchedClassDesc &SCDesc = *getSchedClassDesc(SchedClass); in computeInstrLatency() local 59 if (!SCDesc.isValid()) in computeInstrLatency() 61 if (!SCDesc.isVariant()) in computeInstrLatency() 62 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency() 71 const MCSchedClassDesc *SCDesc = getSchedClassDesc(SchedClass); in computeInstrLatency() local 72 if (!SCDesc->isValid()) in computeInstrLatency() 76 while (SCDesc->isVariant()) { in computeInstrLatency() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 136 const MCSchedClassDesc *SCDesc = SchedModel.getSchedClassDesc(SchedClass); in resolveSchedClass() local 137 if (!SCDesc->isValid()) in resolveSchedClass() 138 return SCDesc; in resolveSchedClass() 143 while (SCDesc->isVariant()) { in resolveSchedClass() 147 SCDesc = SchedModel.getSchedClassDesc(SchedClass); in resolveSchedClass() 149 return SCDesc; in resolveSchedClass() 217 const MCSchedClassDesc *SCDesc = resolveSchedClass(DefMI); in computeOperandLatency() local 219 if (DefIdx < SCDesc->NumWriteLatencyEntries) { in computeOperandLatency() 222 STI->getWriteLatencyEntry(SCDesc, DefIdx); in computeOperandLatency() 241 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit() in computeOperandLatency() [all …]
|
D | MachinePipeliner.cpp | 933 const MCSchedClassDesc *SCDesc = in minFuncUnits() local 935 if (!SCDesc->isValid()) in minFuncUnits() 941 make_range(STI->getWriteProcResBegin(SCDesc), in minFuncUnits() 942 STI->getWriteProcResEnd(SCDesc))) { in minFuncUnits() 976 const MCSchedClassDesc *SCDesc = in calcCriticalResources() local 978 if (!SCDesc->isValid()) in calcCriticalResources() 984 make_range(STI->getWriteProcResBegin(SCDesc), in calcCriticalResources() 985 STI->getWriteProcResEnd(SCDesc))) { in calcCriticalResources() 2943 const MCSchedClassDesc *SCDesc = SM.getSchedClassDesc(InsnClass); in canReserveResources() local 2944 if (!SCDesc->isValid()) { in canReserveResources() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 39 const MCSchedClassDesc &SCDesc, in initializeUsedResources() argument 65 for (unsigned I = 0, E = SCDesc.NumWriteProcResEntries; I < E; ++I) { in initializeUsedResources() 66 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() 73 WithColor::note() << "found in scheduling class " << SCDesc.Name in initializeUsedResources() 204 const MCSchedClassDesc &SCDesc, in computeMaxLatency() argument 213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); in computeMaxLatency() 251 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in populateWrites() local 297 unsigned NumWriteLatencyEntries = SCDesc.NumWriteLatencyEntries; in populateWrites() 318 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef); in populateWrites() 346 *STI.getWriteLatencyEntry(&SCDesc, Index); in populateWrites() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StorePairSuppress.cpp | 86 const MCSchedClassDesc *SCDesc = in shouldAddSTPToBlock() local 90 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock() 91 unsigned ResLenWithSTP = BBTrace.getResourceLength(None, SCDesc); in shouldAddSTPToBlock()
|
D | AArch64SIMDInstrOpt.cpp | 228 const MCSchedClassDesc *SCDesc = in shouldReplaceInst() local 234 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 209 const MCSchedClassDesc *SCDesc = SCModel.getSchedClassDesc(SCClass); in getLatency() local 212 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency() 217 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() 220 const MCWriteLatencyEntry *WLEntry = STI->getWriteLatencyEntry(SCDesc, in getLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSchedule.h | 355 const MCSchedClassDesc &SCDesc); 364 const MCSchedClassDesc &SCDesc);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 47 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
|