Home
last modified time | relevance | path

Searched refs:NumVals (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp68 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 DModuleSummaryAnalysis.cpp379 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local
383 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
/netbsd/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp200 unsigned &NumVals) { in EvaluateOps() argument
204 for (unsigned i = 0, e = NumVals; i != e; ++i) in EvaluateOps()
210 EvaluateOps(Arg0, Vals, NumVals); in EvaluateOps()
212 EvaluateOps(Arg1, Vals, NumVals); in EvaluateOps()
214 Vals[NumVals++] = Elt; in EvaluateOps()
342 unsigned NumVals = 0; in main() local
343 EvaluateOps(LHS, Vals, NumVals); in main()
344 EvaluateOps(RHS, Vals, NumVals); in main()
346 unsigned Cost = NumVals + Op->getCost(); in main()
435 unsigned NumVals = 0; in main() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp243 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 DInstrEmitter.cpp1206 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local
1215 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1227 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1240 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode()
1250 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
H A DScheduleDAGRRList.cpp996 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 DLegalizeTypes.cpp452 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
H A DSelectionDAGBuilder.cpp8959 unsigned NumVals = Op.getNode()->getNumValues(); in lowerRangeToAssertZExt() local
8960 if (NumVals == 1) in lowerRangeToAssertZExt()
8966 for (unsigned I = 1; I != NumVals; ++I) in lowerRangeToAssertZExt()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h39 uint32_t NumVals,
61 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp301 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 DIndirectCallPromotion.cpp361 uint32_t NumVals, NumCandidates; in processFunction() local
364 CB, NumVals, TotalCount, NumCandidates); in processFunction()
378 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp127 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
128 if (NumVals != 2) in PrintAsmOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp739 uint32_t NumVals = 0; in doesHistoryAllowICP() local
745 ValueData.get(), NumVals, TotalCount, true); in doesHistoryAllowICP()
752 for (uint32_t I = 0; I < NumVals; I++) { in doesHistoryAllowICP()
778 uint32_t NumVals = 0; in updateIDTMetaData() local
785 ValueData.get(), NumVals, OldSum, true); in updateIDTMetaData()
795 for (uint32_t I = 0; I < NumVals; I++) in updateIDTMetaData()
811 for (uint32_t I = 0; I < NumVals; I++) { in updateIDTMetaData()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp650 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp574 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
577 if (NumVals != 2) { in PrintAsmOperand()
578 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp368 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
385 if (NumVals != 1) in PrintAsmOperand()
396 if (NumVals != 2) in PrintAsmOperand()
H A DARMISelLowering.cpp1867 unsigned NumVals = N->getNumValues(); in getSchedulingPreference() local
1868 if (!NumVals) in getSchedulingPreference()
1871 for (unsigned i = 0; i != NumVals; ++i) { in getSchedulingPreference()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1572 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1586 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp676 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local
685 i += NumVals; in LowerINLINEASM()
690 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp4920 const unsigned NumVals[] = { 1, 0, 1, 1, 1, 1, 2, 2, 3 }; in BuildAtomicExpr() local
4929 && sizeof(NumVals)/sizeof(NumVals[0]) == NumForm, in BuildAtomicExpr()
5218 if (i < NumVals[Form] + 1) { in BuildAtomicExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3654 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local
3663 i += NumVals; in LowerINLINEASM()
3668 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()