| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 71 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() argument 72 ArrayRef<InstrProfValueData> ValueDataRef(ValueDataArray.get(), NumVals); in getProfitablePromotionCandidates() 75 << " Num_targets: " << NumVals << "\n"); in getProfitablePromotionCandidates() 79 for (; I < MaxNumPromotions && I < NumVals; I++) { in getProfitablePromotionCandidates() 96 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction() argument 100 ValueDataArray.get(), NumVals, TotalCount); in getPromotionCandidatesForInstruction() 105 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction() 106 return ArrayRef<InstrProfValueData>(ValueDataArray.get(), NumVals); in getPromotionCandidatesForInstruction()
|
| H A D | ModuleSummaryAnalysis.cpp | 349 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local 353 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 244 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 246 for (unsigned i = 0; i != NumVals; ++i) in CopyAndMoveSuccessors() 492 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 499 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 505 i += NumVals; in DelayForLiveRegsBottomUp() 726 unsigned NumVals = N->getNumValues(); in Schedule() local 727 if (NumVals && N->getValueType(NumVals-1) == MVT::Glue && in Schedule() 728 N->hasAnyUseOfValue(NumVals-1)) { in Schedule()
|
| H A D | InstrEmitter.cpp | 1083 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local 1092 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1103 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1115 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode() 1125 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
|
| H A D | ScheduleDAGRRList.cpp | 990 unsigned NumVals = N->getNumValues(); in TryUnfoldSU() local 1044 for (unsigned i = 0; i != NumVals; ++i) in TryUnfoldSU() 1360 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 1367 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 1373 i += NumVals; in DelayForLiveRegsBottomUp()
|
| H A D | LegalizeTypes.cpp | 449 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
| H A D | SelectionDAGBuilder.cpp | 8043 unsigned NumVals = Op.getNode()->getNumValues(); in lowerRangeToAssertZExt() local 8044 if (NumVals == 1) in lowerRangeToAssertZExt() 8050 for (unsigned I = 1; I != NumVals; ++I) in lowerRangeToAssertZExt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.h | 40 uint32_t NumVals, 62 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 237 uint32_t NumVals, MaxNumPromotions = MemOPMaxVersion + 2; in perform() local 240 ValueDataArray.get(), NumVals, TotalCount)) in perform() 252 ArrayRef<InstrProfValueData> VDs(ValueDataArray.get(), NumVals); in perform() 362 if (SavedRemainCount > 0 || Version != NumVals) in perform() 365 SavedRemainCount, IPVK_MemOPSize, NumVals); in perform()
|
| H A D | IndirectCallPromotion.cpp | 356 uint32_t NumVals, NumCandidates; in processFunction() local 359 I, NumVals, TotalCount, NumCandidates); in processFunction() 373 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 128 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 129 if (NumVals != 2) in PrintAsmOperand()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 653 unsigned NumVals = getNumValNums(); in join() local 655 for (unsigned i = 0; i != NumVals; ++i) { in join() 707 if (NumValNos >= NumVals) in join() 714 if (NumNewVals < NumVals) in join()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 570 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 573 if (NumVals != 2) { in PrintAsmOperand() 574 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 368 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 385 if (NumVals != 1) in PrintAsmOperand() 396 if (NumVals != 2) in PrintAsmOperand()
|
| H A D | ARMISelLowering.cpp | 1461 unsigned NumVals = N->getNumValues(); in getSchedulingPreference() local 1462 if (!NumVals) in getSchedulingPreference() 1465 for (unsigned i = 0; i != NumVals; ++i) { in getSchedulingPreference()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1336 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local 1350 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 591 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local 600 i += NumVals; in LowerINLINEASM() 605 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4386 const unsigned NumVals[] = { 1, 0, 1, 1, 1, 1, 2, 2, 3 }; in SemaAtomicOpsOverloaded() local 4395 && sizeof(NumVals)/sizeof(NumVals[0]) == NumForm, in SemaAtomicOpsOverloaded() 4639 if (i < NumVals[Form] + 1) { in SemaAtomicOpsOverloaded()
|