/external/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 74 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() argument 75 ArrayRef<InstrProfValueData> ValueDataRef(ValueDataArray.get(), NumVals); in getProfitablePromotionCandidates() 77 DEBUG(dbgs() << " \nWork on callsite " << *Inst << " Num_targets: " << NumVals in getProfitablePromotionCandidates() 81 for (; I < MaxNumPromotions && I < NumVals; I++) { in getProfitablePromotionCandidates() 98 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction() argument 102 ValueDataArray.get(), NumVals, TotalCount); in getPromotionCandidatesForInstruction() 107 NumCandidates = getProfitablePromotionCandidates(I, NumVals, TotalCount); in getPromotionCandidatesForInstruction() 108 return ArrayRef<InstrProfValueData>(ValueDataArray.get(), NumVals); in getPromotionCandidatesForInstruction()
|
/external/swiftshader/third_party/llvm-7.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 | 332 uint32_t NumVals, NumCandidates; in computeFunctionSummary() local 336 &I, NumVals, TotalCount, NumCandidates); in computeFunctionSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 201 unsigned &NumVals) { in EvaluateOps() argument 205 for (unsigned i = 0, e = NumVals; i != e; ++i) in EvaluateOps() 211 EvaluateOps(Arg0, Vals, NumVals); in EvaluateOps() 213 EvaluateOps(Arg1, Vals, NumVals); in EvaluateOps() 215 Vals[NumVals++] = Elt; in EvaluateOps() 343 unsigned NumVals = 0; in main() local 344 EvaluateOps(LHS, Vals, NumVals); in main() 345 EvaluateOps(RHS, Vals, NumVals); in main() 347 unsigned Cost = NumVals + Op->getCost(); in main() 436 unsigned NumVals = 0; in main() local [all …]
|
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 201 unsigned &NumVals) { in EvaluateOps() argument 205 for (unsigned i = 0, e = NumVals; i != e; ++i) in EvaluateOps() 211 EvaluateOps(Arg0, Vals, NumVals); in EvaluateOps() 213 EvaluateOps(Arg1, Vals, NumVals); in EvaluateOps() 215 Vals[NumVals++] = Elt; in EvaluateOps() 343 unsigned NumVals = 0; in main() local 344 EvaluateOps(LHS, Vals, NumVals); in main() 345 EvaluateOps(RHS, Vals, NumVals); in main() 347 unsigned Cost = NumVals + Op->getCost(); in main() 436 unsigned NumVals = 0; in main() local [all …]
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 201 unsigned &NumVals) { in EvaluateOps() argument 205 for (unsigned i = 0, e = NumVals; i != e; ++i) in EvaluateOps() 211 EvaluateOps(Arg0, Vals, NumVals); in EvaluateOps() 213 EvaluateOps(Arg1, Vals, NumVals); in EvaluateOps() 215 Vals[NumVals++] = Elt; in EvaluateOps() 343 unsigned NumVals = 0; in main() local 344 EvaluateOps(LHS, Vals, NumVals); in main() 345 EvaluateOps(RHS, Vals, NumVals); in main() 347 unsigned Cost = NumVals + Op->getCost(); in main() 436 unsigned NumVals = 0; in main() local [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 38 uint32_t NumVals, 60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 40 uint32_t NumVals, 62 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 246 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 248 for (unsigned i = 0; i != NumVals; ++i) in CopyAndMoveSuccessors() 500 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 507 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 513 i += NumVals; in DelayForLiveRegsBottomUp() 734 unsigned NumVals = N->getNumValues(); in Schedule() local 735 if (NumVals && N->getValueType(NumVals-1) == MVT::Glue && in Schedule() 736 N->hasAnyUseOfValue(NumVals-1)) { in Schedule()
|
D | InstrEmitter.cpp | 967 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local 976 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 987 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 999 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode() 1009 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 245 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 247 for (unsigned i = 0; i != NumVals; ++i) in CopyAndMoveSuccessors() 493 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 500 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 506 i += NumVals; in DelayForLiveRegsBottomUp() 727 unsigned NumVals = N->getNumValues(); in Schedule() local 728 if (NumVals && N->getValueType(NumVals-1) == MVT::Glue && in Schedule() 729 N->hasAnyUseOfValue(NumVals-1)) { in Schedule()
|
D | InstrEmitter.cpp | 1051 const unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local 1060 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1071 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode() 1083 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode() 1093 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
|
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()
|
/external/swiftshader/third_party/llvm-7.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 | 355 uint32_t NumVals, NumCandidates; in processFunction() local 358 I, NumVals, TotalCount, NumCandidates); in processFunction() 372 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 241 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 243 for (unsigned i = 0; i != NumVals; ++i) in CopyAndMoveSuccessors() 489 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 496 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp() 502 i += NumVals; in DelayForLiveRegsBottomUp()
|
D | InstrEmitter.cpp | 856 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in EmitSpecialNode() local 864 for (; NumVals; --NumVals, ++i) { in EmitSpecialNode() 875 for (; NumVals; --NumVals, ++i) { in EmitSpecialNode() 890 for (; NumVals; --NumVals, ++i) in EmitSpecialNode()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 129 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 130 if (NumVals != 2) in PrintAsmOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 128 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 129 if (NumVals != 2) in PrintAsmOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveInterval.cpp | 379 unsigned NumVals = getNumValNums(); in join() local 381 for (unsigned i = 0; i != NumVals; ++i) { in join() 429 if (NumValNos >= NumVals) in join() 436 if (NumNewVals < NumVals) in join()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 599 uint32_t NumVals, NumCandidates; in processFunction() local 602 I, NumVals, TotalCount, NumCandidates); in processFunction() 615 if (TotalCount == 0 || NumPromoted == NumVals) in processFunction()
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 590 unsigned NumVals = getNumValNums(); in join() local 592 for (unsigned i = 0; i != NumVals; ++i) { in join() 644 if (NumValNos >= NumVals) in join() 651 if (NumNewVals < NumVals) in join()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 486 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 489 if (NumVals != 2) { in PrintAsmOperand() 490 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 529 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local 532 if (NumVals != 2) { in PrintAsmOperand() 533 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
|