Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp254 InstructionCost NewCost = vectorizeLoadInsert() local
331 InstructionCost NewCost = widenSubvectorLoad() local
451 InstructionCost OldCost, NewCost; isExtractExtractCheap() local
679 InstructionCost NewCost = foldInsExtFNeg() local
865 InstructionCost NewCost = ScalarOpCost + SplatCost + CostToKeepSplats; scalarizeVPIntrinsic() local
987 InstructionCost NewCost = ScalarOpCost + InsertCost + scalarizeBinopOrCmp() local
1089 InstructionCost NewCost = TTI.getCmpSelInstrCost( foldExtractedCmps() local
1462 InstructionCost NewCost = foldShuffleOfBinops() local
1564 InstructionCost NewCost = TTI.getShuffleCost( foldShuffleOfCastops() local
1656 InstructionCost NewCost = foldShuffleOfShuffles() local
2084 InstructionCost NewCost = TTI.getShuffleCost( foldShuffleFromReductions() local
2142 InstructionCost NewCost = foldTruncFromReductions() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp501 CostType NewCost = 0; doPartitioning() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1392 InstructionCost NewCost = TTI.getArithmeticInstrCost( lowerDotProduct() local
H A DLoopStrengthReduce.cpp5447 Cost NewCost(L, SE, TTI, AMK); SolveRecurse() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp591 unsigned NewCost = ConstantMaterializationCost(NewMulConstVal, Subtarget); canExtractShiftFromMul() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4784 isPromotionProfitable(unsigned NewCost,unsigned OldCost,Value * PromotedOperand) const isPromotionProfitable() argument