Home
last modified time | relevance | path

Searched refs:getSchedModel (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp33 const MCSchedModel &SM = STI.getSchedModel(); in InstrBuilder()
35 computeProcResourceMasks(STI.getSchedModel(), ProcResourceMasks); in InstrBuilder()
42 const MCSchedModel &SM = STI.getSchedModel(); in initializeUsedResources()
250 const MCSchedModel &SM = STI.getSchedModel(); in populateWrites()
510 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()
516 const MCSchedModel &SM = STI.getSchedModel(); in createInstrDescImpl()
623 unsigned ProcID = STI.getSchedModel().getProcessorID(); in createInstruction()
DContext.cpp32 const MCSchedModel &SM = STI.getSchedModel(); in createDefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp54 return getSchedModel().PostRAScheduler; in enablePostRAScheduler()
DTargetSchedule.cpp65 SchedModel = TSInfo->getSchedModel(); in init()
DMachinePipeliner.cpp932 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
934 STI->getSchedModel().getSchedClassDesc(SchedClass); in minFuncUnits()
946 STI->getSchedModel().getProcResource(PRE.ProcResourceIdx); in minFuncUnits()
975 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
977 STI->getSchedModel().getSchedClassDesc(SchedClass); in calcCriticalResources()
DMachineCombiner.cpp648 SchedModel = STI->getSchedModel(); in runOnMachineFunction()
DEarlyIfConversion.cpp912 SchedModel = STI.getSchedModel(); in runOnMachineFunction()
DMachineScheduler.cpp2720 SchedModel = DAG->getSchedModel(); in initialize()
3328 SchedModel = DAG->getSchedModel(); in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp255 SchedModel = DAG->getSchedModel(); in initialize()
262 const InstrItineraryData *Itin = DAG->getSchedModel()->getInstrItineraries(); in initialize()
272 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
273 Bot.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp35 DispatchWidth = Subtarget.getSchedModel().IssueWidth; in DispatchStage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp91 const MCSchedModel &SM = STI.getSchedModel(); in getReciprocalThroughput()
DMCSubtargetInfo.cpp315 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h156 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h262 const TargetSchedModel *getSchedModel() const { return &SchedModel; } in getSchedModel() function
DBasicTTIImpl.h470 else if (ST->getSchedModel().LoopMicroOpBufferSize > 0) in getUnrollingPreferences()
471 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
522 return getST()->getSchedModel().DefaultLoadLatency; in getInstructionLatency()
DMachinePipeliner.h444 : STI(ST), SM(ST->getSchedModel()), UseDFA(ST->useDFAforSMS()), in ResourceManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp197 const MCSchedModel SCModel = STI->getSchedModel(); in getLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp401 const InstrItinerary *II = STI.getSchedModel().InstrItineraries; in getUnits()
412 const InstrItinerary *II = STI.getSchedModel().InstrItineraries; in getOtherReservedSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp417 const MCSchedModel &SM = STI.getSchedModel(); in addRegisterRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp936 SchedModel = MF.getSubtarget().getSchedModel(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp888 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc24666 unsigned ProcessorID = getSchedModel().getProcessorID();
24757 unsigned ProcessorID = getSchedModel().getProcessorID();
24799 unsigned ProcessorID = getSchedModel().getProcessorID();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1481 PredictableSelectIsExpensive = Subtarget->getSchedModel().isOutOfOrder(); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2048 PredictableSelectIsExpensive = Subtarget.getSchedModel().isOutOfOrder(); in X86TargetLowering()