| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopTermFold.cpp | 111 unsigned Budget = 2 * SCEVCheapExpansionBudget; in canFoldTermCondOfLoop() local 113 return std::min(Budget, SmallTC); in canFoldTermCondOfLoop() 115 return std::min(Budget, *SmallTC); in canFoldTermCondOfLoop() 117 return Budget; in canFoldTermCondOfLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 252 unsigned Budget, const TargetTransformInfo *TTI, 261 unsigned ScaledBudget = Budget * TargetTransformInfo::TCC_Basic; 443 unsigned Budget, const TargetTransformInfo &TTI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1969 InstructionCost &Cost, unsigned Budget, const TargetTransformInfo &TTI, in isHighCostExpansionHelper() argument 1972 if (Cost > Budget) in isHighCostExpansionHelper() 2005 return Cost > Budget; in isHighCostExpansionHelper() 2045 return Cost > Budget; in isHighCostExpansionHelper() 2052 return Cost > Budget; in isHighCostExpansionHelper()
|
| H A D | SimplifyCFG.cpp | 431 InstructionCost Budget, const TargetTransformInfo &TTI, AssumptionCache *AC, in dominatesMergePoint() argument 488 if (Cost > Budget && in dominatesMergePoint() 496 if (!dominatesMergePoint(Op, BB, InsertPt, AggressiveInsts, Cost, Budget, in dominatesMergePoint() 3175 InstructionCost Budget = in speculativelyExecuteBB() local 3283 if (!Convert || Cost > Budget) in speculativelyExecuteBB() 3711 InstructionCost Budget = in foldTwoEntryPHINode() local 3714 Budget += TTI.getBranchMispredictPenalty(); in foldTwoEntryPHINode() 3727 AggressiveInsts, Cost, Budget, TTI, AC, in foldTwoEntryPHINode() 3730 AggressiveInsts, Cost, Budget, TTI, AC, in foldTwoEntryPHINode() 4277 InstructionCost Budget = in mergeConditionalStoreToAddress() local [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | tx-packetiser.md | 499 Budget. There are many ways we could make use of this Streams Budget. 506 less than our Streams Budget, there is no need for any prioritisation. 511 streams exceeds the Streams Budget for the packet, allocate an equal 515 streams exceeds the Streams Budget for the packet, try to fill the packet
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 870 unsigned long Budget = GrowRegionComplexityBudget; in growRegion() local 878 if (Blocks.size() >= Budget) in growRegion() 880 Budget -= Blocks.size(); in growRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 14211 unsigned Budget = 0; in getSpillCost() local 14232 while (InstIt != PrevInstIt && Budget <= BudgetLimit) { in getSpillCost() 14246 ++Budget; in getSpillCost() 14251 Budget <= BudgetLimit ? 1 : 0); in getSpillCost() 14252 return Budget <= BudgetLimit; in getSpillCost() 14307 Budget += BlockSize; in getSpillCost() 14308 if (Budget > BudgetLimit) in getSpillCost() 14334 Budget = 0; in getSpillCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4712 InstructionCost Budget, in isLoopSizeWithinBudget() argument 4728 if (LoopCost > Budget) in isLoopSizeWithinBudget()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 15344 13c2 2804 Technotrend Budget T-3000 Hybrid 15441 1131 4f56 KNC1 DVB-S Budget 15442 1131 4f60 Fujitsu-Siemens Activy DVB-S Budget Rev AL 15443 1131 4f61 Activy DVB-S Budget Rev GR 15444 1131 5f61 Activy DVB-T Budget 15460 13c2 1003 Technotrend-Budget/Hauppauge WinTV-NOVA-S DVB card 15461 13c2 1004 Technotrend-Budget/Hauppauge WinTV-NOVA-C DVB card 15462 13c2 1005 Technotrend-Budget/Hauppauge WinTV-NOVA-T DVB card 15463 13c2 100c Technotrend-Budget/Hauppauge WinTV-NOVA-CI DVB card 15464 13c2 100f Technotrend-Budget/Hauppauge WinTV-NOVA-CI DVB card [all …]
|