Home
last modified time | relevance | path

Searched defs:NewCost (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp198 InstructionCost NewCost = in vectorizeLoadInsert() local
329 InstructionCost OldCost, NewCost; in isExtractExtractCheap() local
636 InstructionCost NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp() local
733 InstructionCost NewCost = TTI.getCmpSelInstrCost(CmpOpcode, X->getType()); in foldExtractedCmps() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4986 Cost NewCost(L, SE, TTI, AMK); in SolveRecurse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp568 unsigned NewCost = ConstantMaterializationCost(NewMulConstVal, Subtarget); in canExtractShiftFromMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4444 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()