Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Op1VK

1233         TargetTransformInfo::OperandValueKind Op1VK =
1261 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK);
1262 VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK);
1267 TargetTransformInfo::OperandValueKind Op1VK =
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1276 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1318 TargetTransformInfo::OperandValueKind Op1VK =
1329 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK);
1335 TTI->getArithmeticInstrCost(I0->getOpcode(), VecTy, Op1VK, Op2VK);
1338 TTI->getArithmeticInstrCost(I1->getOpcode(), VecTy, Op1VK, Op2VK);