Lines Matching defs:VectorOpCost
430 InstructionCost ScalarOpCost, VectorOpCost;
436 VectorOpCost = TTI.getArithmeticInstrCost(Opcode, VecTy, CostKind);
443 VectorOpCost = TTI.getCmpSelInstrCost(
479 NewCost = VectorOpCost + CheapExtractCost + HasUseTax * CheapExtractCost;
484 NewCost = VectorOpCost + CheapExtractCost +
889 InstructionCost VectorOpCost = TTI.getIntrinsicInstrCost(Attrs, CostKind);
890 InstructionCost OldCost = 2 * SplatCost + VectorOpCost;
1024 InstructionCost ScalarOpCost, VectorOpCost;
1029 VectorOpCost = TTI.getCmpSelInstrCost(
1033 VectorOpCost = TTI.getArithmeticInstrCost(Opcode, VecTy, CostKind);
1041 (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + VectorOpCost;