Searched defs:OldCost (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 146 int OldCost = TTI.getMemoryOpCost(Instruction::Load, LoadTy, Alignment, AS); in vectorizeLoadInsert() local 271 int OldCost, NewCost; in isExtractExtractCheap() local 572 int OldCost = (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + in scalarizeBinopOrCmp() local 659 int OldCost = TTI.getVectorInstrCost(Ext0->getOpcode(), VecTy, Index0); in foldExtractedCmps() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 521 unsigned OldCost = ConstantMaterializationCost(MulConstVal); in canExtractShiftFromMul() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 541 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 561 unsigned OldCost = ConstantMaterializationCost(MulConstVal, Subtarget); in canExtractShiftFromMul() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3118 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4124 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4272 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
|