HomeSort by relevance Sort by last modified time
    Searched full:inlineconstants (Results 1 - 25 of 46) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 160 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc;
186 Reduction += InlineConstants::InstrCost;
207 Reduction += InlineConstants::InstrCost;
279 Bonus -= InlineConstants::ColdccPenalty;
299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty;
318 int Bonus = InlineConstants::IndirectCallBonus + getInlineSize(CS, F);
409 InlineCost -= (CS.arg_size() * InlineConstants::InstrCost);
415 InlineCost += CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty;
418 InlineCost += CalleeFI->Metrics.NumInsts*InlineConstants::InstrCost;
439 Bonus += InlineConstants::LastCallToStaticBonus
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/
ExtractAnnotations.kt 449 val inlineConstants = isInlinedConstant(annotationItem)
453 val value = attributeString(expression, inlineConstants) ?: continue
488 private fun attributeString(value: UExpression?, inlineConstants: Boolean): String? {
491 return if (appendExpression(sb, value, inlineConstants)) {
501 inlineConstants: Boolean
516 val appended = appendExpression(sb, e, inlineConstants)
532 if (!inlineConstants) {
579 return appendExpression(sb, operand, inlineConstants)
  /external/llvm/lib/Analysis/
InlineCost.cpp 720 accumulateSROACost(CostIt, InlineConstants::InstrCost);
790 accumulateSROACost(CostIt, InlineConstants::InstrCost);
805 accumulateSROACost(CostIt, InlineConstants::InstrCost);
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 29 namespace InlineConstants {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InlineCost.h 34 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 31 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 32 namespace InlineConstants {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 287 Cost2 + Cost - (InlineConstants::CallPenalty + 1) >=
298 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 256 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
294 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus;
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0/
lint-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha1/
lint-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha3/
lint-25.2.0-alpha3.jar 

Completed in 457 milliseconds

1 2