Home
last modified time | relevance | path

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

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