Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Op1VK

1507         TargetTransformInfo::OperandValueKind Op1VK =
1543 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK,
1545 VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK,
1551 TargetTransformInfo::OperandValueKind Op1VK =
1558 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1560 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1602 TargetTransformInfo::OperandValueKind Op1VK =
1613 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK);
1619 TTI->getArithmeticInstrCost(I0->getOpcode(), VecTy, Op1VK, Op2VK);
1622 TTI->getArithmeticInstrCost(I1->getOpcode(), VecTy, Op1VK, Op2VK);