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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h143 unsigned getResourceFactor(unsigned ResIdx) const {
144 return ResourceFactors[ResIdx];
H A DMachineScheduler.h980 unsigned getResourceCount(unsigned ResIdx) const {
981 return ExecutedResCounts[ResIdx];
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp81 unsigned ResIdx = getResourceStateIndex(Current); local
82 unsigned ProcResID = ResIdx2ProcResID[ResIdx];
94 ResIdx = getResourceStateIndex(SubUnit);
95 ProcResID = ResIdx2ProcResID[ResIdx];
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2442 unsigned ResIdx = PE.ProcResourceIdx; local
2447 getNextResourceCycle(SC, ResIdx, ReleaseAtCycle, AcquireAtCycle);
2453 << SchedModel->getResourceName(ResIdx)
2454 << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']'
2883 for (unsigned ResIdx = 0; ResIdx < ResourceCount; ++ResIdx) {
2884 const unsigned NumUnits = SchedModel->getProcResource(ResIdx)->NumUnits;
2885 std::string ResName = SchedModel->getResourceName(ResIdx);
3077 unsigned ResIdx local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2936 for (size_t ResIdx = 0; ResIdx < 2; ResIdx++) {
2937 if (SDValue(N, ResIdx).use_empty())
2939 SDValue SubReg = CurDAG->getTargetExtractSubreg(SubRegs[ResIdx], Loc,
2941 ReplaceUses(SDValue(N, ResIdx), SubReg);

Completed in 196 milliseconds