Home
last modified time | relevance | path

Searched refs:ExtraCost (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DIfConversion.cpp144 unsigned ExtraCost = 0; member
953 BBI.ExtraCost = 0; in ScanInstructions()
1010 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1185 TrueBBICalc.ExtraCost), TrueBBICalc.ExtraCost2, in AnalyzeBlock()
1187 FalseBBICalc.ExtraCost), FalseBBICalc.ExtraCost2, in AnalyzeBlock()
1281 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1292 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1302 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2070 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2223 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DIfConversion.cpp145 unsigned ExtraCost = 0; member
948 BBI.ExtraCost = 0; in ScanInstructions()
1005 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1180 TrueBBICalc.ExtraCost), TrueBBICalc.ExtraCost2, in AnalyzeBlock()
1182 FalseBBICalc.ExtraCost), FalseBBICalc.ExtraCost2, in AnalyzeBlock()
1276 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1287 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1297 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2059 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2212 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DIfConversion.cpp145 unsigned ExtraCost = 0; in ResetThreadStatus()
948 BBI.ExtraCost = 0;
1005 BBI.ExtraCost += NumCycles-1;
1180 TrueBBICalc.ExtraCost), TrueBBICalc.ExtraCost2,
1182 FalseBBICalc.ExtraCost), FalseBBICalc.ExtraCost2,
1276 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1287 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1297 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
2059 ToBBI.ExtraCost += NumCycles-1;
2212 ToBBI.ExtraCost += FromBBI.ExtraCost;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2354 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp147 unsigned ExtraCost = 0; member
387 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
388 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2352 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2354 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DIfConversion.cpp147 unsigned ExtraCost = 0; member
387 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
388 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2352 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2354 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIfConversion.cpp147 unsigned ExtraCost = 0; member
387 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
388 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2352 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIfConversion.cpp148 unsigned ExtraCost = 0; member
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()
1070 BBI.ExtraCost = 0; in ScanInstructions()
1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
1415 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
2353 ToBBI.ExtraCost += FromBBI.ExtraCost; in MergeBlocks()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dlossless_enc_mips32.c107 static double ExtraCost(const uint32_t* const population, int length) { in ExtraCost() function
420 VP8LExtraCost = ExtraCost; in VP8LEncDspInitMIPS32()
H A Dlossless_enc.c613 static double ExtraCost(const uint32_t* population, int length) { in ExtraCost() function
882 VP8LExtraCost = ExtraCost; in VP8LEncDspInit()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1653 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
1663 ExtraCost = 1; in getCmpSelInstrCost()
1668 ExtraCost = 1; in getCmpSelInstrCost()
1674 ExtraCost = 2; in getCmpSelInstrCost()
1682 ExtraCost = 1; in getCmpSelInstrCost()
1685 ExtraCost = 3; in getCmpSelInstrCost()
1782 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1786 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1790 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1794 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1713 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
1723 ExtraCost = 1; in getCmpSelInstrCost()
1728 ExtraCost = 1; in getCmpSelInstrCost()
1734 ExtraCost = 2; in getCmpSelInstrCost()
1742 ExtraCost = 1; in getCmpSelInstrCost()
1745 ExtraCost = 3; in getCmpSelInstrCost()
1847 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1851 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1855 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1859 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1713 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
1723 ExtraCost = 1; in getCmpSelInstrCost()
1728 ExtraCost = 1; in getCmpSelInstrCost()
1734 ExtraCost = 2; in getCmpSelInstrCost()
1742 ExtraCost = 1; in getCmpSelInstrCost()
1745 ExtraCost = 3; in getCmpSelInstrCost()
1847 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1851 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1855 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1859 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1713 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
1723 ExtraCost = 1; in getCmpSelInstrCost()
1728 ExtraCost = 1; in getCmpSelInstrCost()
1734 ExtraCost = 2; in getCmpSelInstrCost()
1742 ExtraCost = 1; in getCmpSelInstrCost()
1745 ExtraCost = 3; in getCmpSelInstrCost()
1847 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1851 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1855 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
1859 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2070 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
2080 ExtraCost = 1; in getCmpSelInstrCost()
2085 ExtraCost = 1; in getCmpSelInstrCost()
2091 ExtraCost = 2; in getCmpSelInstrCost()
2099 ExtraCost = 1; in getCmpSelInstrCost()
2102 ExtraCost = 3; in getCmpSelInstrCost()
2210 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2214 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2218 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2222 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2070 unsigned ExtraCost = 0; in getCmpSelInstrCost() local
2080 ExtraCost = 1; in getCmpSelInstrCost()
2085 ExtraCost = 1; in getCmpSelInstrCost()
2091 ExtraCost = 2; in getCmpSelInstrCost()
2099 ExtraCost = 1; in getCmpSelInstrCost()
2102 ExtraCost = 3; in getCmpSelInstrCost()
2210 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2214 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2218 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
2222 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()
[all …]

12