Searched refs:SubUnitsIdxBegin (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp51 if (Desc.SubUnitsIdxBegin)
60 if (!Desc.SubUnitsIdxBegin)
64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp37 if (!ProcResource.SubUnitsIdxBegin) {
51 unsigned SubUnitIdx = ProcResource.SubUnitsIdxBegin[I1];
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp32 if (ProcResource.SubUnitsIdxBegin || !NumUnits)
75 if (ProcResource.SubUnitsIdxBegin || !NumUnits)
114 if (ProcResource.SubUnitsIdxBegin || !NumUnits)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h54 const unsigned *SubUnitsIdxBegin; member in struct:llvm::MCProcResourceDesc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2996 if (Desc.SubUnitsIdxBegin)
3004 if (!Desc.SubUnitsIdxBegin)
3008 Masks[I] |= Masks[Desc.SubUnitsIdxBegin[U]];

Completed in 182 milliseconds