Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp198 int Cost1 = TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract() local
203 if (Cost0 > Cost1) in getShuffleExtract()
205 if (Cost1 > Cost0) in getShuffleExtract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5452 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5454 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5456 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5490 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize); in HasLowerConstantMaterializationCost() local
5492 if (Cost1 < Cost2) in HasLowerConstantMaterializationCost()
5494 if (Cost1 > Cost2) in HasLowerConstantMaterializationCost()