Lines Matching defs:Op1Info
248 TTI::OperandValueInfo Op1Info, TTI::OperandValueInfo Op2Info,
264 getArithmeticInstrCost(Opcode, WideVecTy, CostKind, Op1Info, Op2Info);
332 Op1Info.getNoProps(), Op2Info.getNoProps());
346 Op1Info.getNoProps(), Op2Info.getNoProps());
348 Op1Info.getNoProps(), Op2Info.getNoProps());
350 Op1Info.getNoProps(), Op2Info.getNoProps());
354 Cost += getArithmeticInstrCost(Instruction::Mul, Ty, CostKind, Op1Info.getNoProps(),
356 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, CostKind, Op1Info.getNoProps(),
368 Op1Info.getNoProps(), Op2Info.getNoProps());
371 Op1Info.getNoProps(), Op2Info.getNoProps());
1008 Op1Info.getNoProps(), Op2Info.getNoProps());
1018 Op1Info.getNoProps(), Op2Info.getNoProps());
1492 Op1Info.getNoProps(), Op2Info.getNoProps());
1513 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, Op2Info,