Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp240 InstructionCost NewCost = vectorizeLoadInsert() local
318 InstructionCost NewCost = widenSubvectorLoad() local
438 InstructionCost OldCost, NewCost; isExtractExtractCheap() local
666 InstructionCost NewCost = foldInsExtFNeg() local
822 InstructionCost NewCost = ScalarOpCost + SplatCost + CostToKeepSplats; scalarizeVPIntrinsic() local
944 InstructionCost NewCost = ScalarOpCost + InsertCost + scalarizeBinopOrCmp() local
1046 InstructionCost NewCost = TTI.getCmpSelInstrCost( foldExtractedCmps() local
1508 InstructionCost NewCost = TTI.getShuffleCost( foldShuffleFromReductions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1370 InstructionCost NewCost = TTI.getArithmeticInstrCost( lowerDotProduct() local
H A DLoopStrengthReduce.cpp5164 Cost NewCost(L, SE, TTI, AMK); SolveRecurse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp585 unsigned NewCost = ConstantMaterializationCost(NewMulConstVal, Subtarget); canExtractShiftFromMul() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4689 isPromotionProfitable(unsigned NewCost,unsigned OldCost,Value * PromotedOperand) const isPromotionProfitable() argument