Home
last modified time | relevance | path

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

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