Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp71 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()
DModuleSummaryAnalysis.cpp384 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local
388 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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()
DInstrEmitter.cpp1080 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local
1089 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1101 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1114 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode()
1124 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
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()
DLegalizeTypes.cpp435 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
DSelectionDAGBuilder.cpp8653 unsigned NumVals = Op.getNode()->getNumValues(); in lowerRangeToAssertZExt() local
8654 if (NumVals == 1) in lowerRangeToAssertZExt()
8660 for (unsigned I = 1; I != NumVals; ++I) in lowerRangeToAssertZExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h39 uint32_t NumVals,
61 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp237 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()
DIndirectCallPromotion.cpp356 uint32_t NumVals, NumCandidates; in processFunction() local
359 I, NumVals, TotalCount, NumCandidates); in processFunction()
373 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAsmPrinter.cpp127 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
128 if (NumVals != 2) in PrintAsmOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp358 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
375 if (NumVals != 1) in PrintAsmOperand()
386 if (NumVals != 2) in PrintAsmOperand()
DARMISelLowering.cpp1764 unsigned NumVals = N->getNumValues(); in getSchedulingPreference() local
1765 if (!NumVals) in getSchedulingPreference()
1768 for (unsigned i = 0; i != NumVals; ++i) { in getSchedulingPreference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1258 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1272 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp645 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in LowerINLINEASM() local
654 i += NumVals; in LowerINLINEASM()
659 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1549 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1563 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()