Searched refs:FUs (Results 1 – 4 of 4) sorted by relevance
112 std::vector<Record *> FUs = Proc->getValueAsListOfDefs("FU"); in collectAllFuncUnits() local115 << " (" << FUs.size() << " FUs) " << Proc->getName()); in collectAllFuncUnits()118 unsigned numFUs = FUs.size(); in collectAllFuncUnits()123 FUNameToBitsMap[std::string(FUs[j]->getName())] = FuncResources; in collectAllFuncUnits()124 LLVM_DEBUG(dbgs() << " " << FUs[j]->getName() << ":0x" in collectAllFuncUnits()142 std::vector<Record *> FUs = Func->getValueAsListOfDefs("CFD"); in collectAllComboFuncs() local144 LLVM_DEBUG(dbgs() << " CFD:" << i << " (" << FUs.size() << " combo FUs) " in collectAllComboFuncs()148 for (unsigned j = 0, N = FUs.size(); j < N; ++j) { in collectAllComboFuncs()151 Record *FuncData = FUs[j]; in collectAllComboFuncs()
390 RecVec FUs = ProcModel.ItinsDef->getValueAsListOfDefs("FU"); in EmitStageAndOperandCycleData() local391 if (FUs.empty()) in EmitStageAndOperandCycleData()398 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j) in EmitStageAndOperandCycleData()399 OS << " const InstrStage::FuncUnits " << FUs[j]->getName() in EmitStageAndOperandCycleData()
95 InstrStage::FuncUnits FUs = (*this)[i]; in dump() local99 dbgs() << ((FUs & (1ULL << j)) ? '1' : '0'); in dump()
441 // instruction and vice-versa. We model this behavior with two artificial FUs:448 // Every NEON instruction does the same but with FUs swapped.