Home
last modified time | relevance | path

Searched defs:OldCost (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp245 InstructionCost OldCost = vectorizeLoadInsert() local
327 InstructionCost OldCost = widenSubvectorLoad() local
451 InstructionCost OldCost, NewCost; isExtractExtractCheap() local
669 InstructionCost OldCost = foldInsExtFNeg() local
840 InstructionCost OldCost = 2 * SplatCost + VectorOpCost; scalarizeVPIntrinsic() local
985 InstructionCost OldCost = scalarizeBinopOrCmp() local
1074 InstructionCost OldCost = foldExtractedCmps() local
1456 InstructionCost OldCost = foldShuffleOfBinops() local
1559 InstructionCost OldCost = CostC0 + CostC1; foldShuffleOfCastops() local
1648 InstructionCost OldCost = foldShuffleOfShuffles() local
2081 InstructionCost OldCost = TTI.getShuffleCost( foldShuffleFromReductions() local
2136 InstructionCost OldCost = TTI.getArithmeticReductionCost( foldTruncFromReductions() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp590 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); canExtractShiftFromMul() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4784 isPromotionProfitable(unsigned NewCost,unsigned OldCost,Value * PromotedOperand) const isPromotionProfitable() argument