| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.cpp | 68 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() argument 69 ArrayRef<InstrProfValueData> ValueDataRef(ValueDataArray.get(), NumVals); in getProfitablePromotionCandidates() 72 << " Num_targets: " << NumVals << "\n"); in getProfitablePromotionCandidates() 76 for (; I < MaxNumPromotions && I < NumVals; I++) { in getProfitablePromotionCandidates() 93 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction() argument 97 ValueDataArray.get(), NumVals, TotalCount); in getPromotionCandidatesForInstruction() 102 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction() 103 return ArrayRef<InstrProfValueData>(ValueDataArray.get(), NumVals); in getPromotionCandidatesForInstruction()
|
| H A D | ModuleSummaryAnalysis.cpp | 379 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local 383 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallPromotionAnalysis.h | 39 uint32_t NumVals, 61 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 243 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 245 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 | 1245 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local 1254 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1266 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1279 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode() 1289 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
|
| H A D | ScheduleDAGRRList.cpp | 996 unsigned NumVals = N->getNumValues(); in TryUnfoldSU() local 1051 for (unsigned i = 0; i != NumVals; ++i) in TryUnfoldSU() 1372 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 1379 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 1385 i += NumVals; in DelayForLiveRegsBottomUp()
|
| H A D | LegalizeTypes.cpp | 452 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
| H A D | SelectionDAGBuilder.cpp | 9017 unsigned NumVals = Op.getNode()->getNumValues(); in lowerRangeToAssertZExt() local 9018 if (NumVals == 1) in lowerRangeToAssertZExt() 9024 for (unsigned I = 1; I != NumVals; ++I) in lowerRangeToAssertZExt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 301 uint32_t NumVals, MaxNumVals = INSTR_PROF_NUM_BUCKETS; in perform() local 304 ValueDataArray.get(), NumVals, TotalCount)) in perform() 316 ArrayRef<InstrProfValueData> VDs(ValueDataArray.get(), NumVals); in perform() 452 if (SavedRemainCount > 0 || Version != NumVals) { in perform() 456 IPVK_MemOPSize, NumVals); in perform()
|
| H A D | IndirectCallPromotion.cpp | 362 uint32_t NumVals, NumCandidates; in processFunction() local 365 CB, NumVals, TotalCount, NumCandidates); in processFunction() 379 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 127 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 128 if (NumVals != 2) in PrintAsmOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 736 uint32_t NumVals = 0; in doesHistoryAllowICP() local 742 ValueData.get(), NumVals, TotalCount, true); in doesHistoryAllowICP() 749 for (uint32_t I = 0; I < NumVals; I++) { in doesHistoryAllowICP() 775 uint32_t NumVals = 0; in updateIDTMetaData() local 782 ValueData.get(), NumVals, OldSum, true); in updateIDTMetaData() 792 for (uint32_t I = 0; I < NumVals; I++) in updateIDTMetaData() 808 for (uint32_t I = 0; I < NumVals; I++) { in updateIDTMetaData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 650 unsigned NumVals = getNumValNums(); in join() local 652 for (unsigned i = 0; i != NumVals; ++i) { in join() 704 if (NumValNos >= NumVals) in join() 711 if (NumNewVals < NumVals) in join()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 574 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 577 if (NumVals != 2) { in PrintAsmOperand() 578 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1885 unsigned NumVals = N->getNumValues(); in getSchedulingPreference() local 1886 if (!NumVals) in getSchedulingPreference() 1889 for (unsigned i = 0; i != NumVals; ++i) { in getSchedulingPreference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1574 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local 1588 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 679 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local 688 i += NumVals; in LowerINLINEASM() 693 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5169 const unsigned NumVals[] = { 1, 0, 1, 1, 1, 1, 2, 2, 3 }; in BuildAtomicExpr() local 5178 && sizeof(NumVals)/sizeof(NumVals[0]) == NumForm, in BuildAtomicExpr() 5467 if (i < NumVals[Form] + 1) { in BuildAtomicExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3663 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local 3672 i += NumVals; in LowerINLINEASM() 3677 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
|