Home
last modified time | relevance | path

Searched refs:Cost1 (Results 1 – 25 of 30) sorted by relevance

12

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilIsop.c147 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop6Cover()
173 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop7Cover()
202 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop8Cover()
230 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop9Cover()
258 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop10Cover()
286 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop11Cover()
314 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop12Cover()
342 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop13Cover()
370 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop14Cover()
398 return Cost0 + Cost1 + Cost2 + Abc_CostCubes(Cost0) + Abc_CostCubes(Cost1); in Abc_Isop15Cover()
[all …]
/dports/multimedia/xvid/xvidcore/src/utils/
H A Dmbtransquant.c937 if (Cost2<Cost1) { in dct_quantize_trellis_c()
938 Cost1 = Cost2; in dct_quantize_trellis_c()
945 Best_Cost = Cost1; in dct_quantize_trellis_c()
953 if (Cost2<Cost1) { in dct_quantize_trellis_c()
954 Cost1 = Cost2; in dct_quantize_trellis_c()
961 Last_Cost = Cost1; in dct_quantize_trellis_c()
1241 if (Cost2<Cost1) { in dct_quantize_trellis_h263_c()
1242 Cost1 = Cost2; in dct_quantize_trellis_h263_c()
1248 Best_Cost = Cost1; in dct_quantize_trellis_h263_c()
1256 if (Cost2<Cost1) { in dct_quantize_trellis_h263_c()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/cec/
H A DcecSplit.c229 int Cost0, Cost1, CostBest = ABC_INFINITY;
242 Cost1 = Gia_ManAndNum(pPart);
245 if ( CostBest > Cost0 + Cost1 )
246 CostBest = Cost0 + Cost1, iBest = pOrder[i];
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp246 InstructionCost Cost1 = in getShuffleExtract() local
250 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
256 if (Cost0 > Cost1) in getShuffleExtract()
258 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp246 InstructionCost Cost1 = in getShuffleExtract() local
250 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
256 if (Cost0 > Cost1) in getShuffleExtract()
258 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp110 int Cost1 = TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract() local
115 if (Cost0 > Cost1) in getShuffleExtract()
117 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp110 int Cost1 = TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract() local
115 if (Cost0 > Cost1) in getShuffleExtract()
117 if (Cost1 > Cost0) in getShuffleExtract()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp189 int Cost1 = TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract() local
194 if (Cost0 > Cost1) in getShuffleExtract()
196 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost Cost1 = in getShuffleExtract() local
258 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
264 if (Cost0 > Cost1) in getShuffleExtract()
266 if (Cost1 > Cost0) in getShuffleExtract()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost Cost1 = in getShuffleExtract() local
258 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
264 if (Cost0 > Cost1) in getShuffleExtract()
266 if (Cost1 > Cost0) in getShuffleExtract()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost Cost1 = in getShuffleExtract() local
258 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
264 if (Cost0 > Cost1) in getShuffleExtract()
266 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost Cost1 = in getShuffleExtract() local
258 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
264 if (Cost0 > Cost1) in getShuffleExtract()
266 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost Cost1 = in getShuffleExtract() local
258 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
264 if (Cost0 > Cost1) in getShuffleExtract()
266 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp269 InstructionCost Cost1 = in getShuffleExtract() local
273 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
279 if (Cost0 > Cost1) in getShuffleExtract()
281 if (Cost1 > Cost0) in getShuffleExtract()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.cpp983 unsigned Cost1 = getSerializeCost(1); in serialize() local
988 bool UseOp0AsBase = Cost0 <= Cost1; in serialize()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5452 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5454 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5456 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5452 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5454 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5456 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5452 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5454 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5456 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5489 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5491 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5493 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5514 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5516 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5518 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5514 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5516 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5518 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5538 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5540 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5542 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5538 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5540 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5542 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5546 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5548 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5550 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5538 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5540 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5542 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()

12