Home
last modified time | relevance | path

Searched refs:SubUnitsIdxBegin (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DSupport.cpp51 if (Desc.SubUnitsIdxBegin) in computeProcResourceMasks()
60 if (!Desc.SubUnitsIdxBegin) in computeProcResourceMasks()
64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DInstructionTables.cpp36 if (!ProcResource.SubUnitsIdxBegin) { in execute()
50 unsigned SubUnitIdx = ProcResource.SubUnitsIdxBegin[I1]; in execute()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DResourcePressureView.cpp32 if (ProcResource.SubUnitsIdxBegin || !NumUnits) in ResourcePressureView()
76 if (ProcResource.SubUnitsIdxBegin || !NumUnits) in printColumnNames()
115 if (ProcResource.SubUnitsIdxBegin || !NumUnits) in printResourcePressurePerIter()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
DPipelinePrinter.cpp89 if (ProcResource.SubUnitsIdxBegin || !NumUnits) in getJSONTargetInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSchedule.h54 const unsigned *SubUnitsIdxBegin; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineScheduler.h763 return SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin && in isUnbufferedGroup()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp2978 if (Desc.SubUnitsIdxBegin) in initProcResourceVectors()
2986 if (!Desc.SubUnitsIdxBegin) in initProcResourceVectors()
2990 Masks[I] |= Masks[Desc.SubUnitsIdxBegin[U]]; in initProcResourceVectors()
DMachineScheduler.cpp2056 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init()
2128 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle()