/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
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()
|
D | ModuleSummaryAnalysis.cpp | 384 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/ |
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()
|
D | InstrEmitter.cpp | 1080 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()
|
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()
|
D | LegalizeTypes.cpp | 435 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
D | SelectionDAGBuilder.cpp | 8653 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/ |
D | IndirectCallPromotionAnalysis.h | 39 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/ |
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()
|
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 127 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 358 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 375 if (NumVals != 1) in PrintAsmOperand() 386 if (NumVals != 2) in PrintAsmOperand()
|
D | ARMISelLowering.cpp | 1764 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/ |
D | CommandLine.cpp | 1258 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/ |
D | HexagonISelLowering.cpp | 645 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/ |
D | CommandLine.cpp | 1549 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local 1563 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
|