Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Op2VK

1235         TargetTransformInfo::OperandValueKind Op2VK =
1247 Op2VK = TargetTransformInfo::OK_AnyValue;
1254 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue &&
1256 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
1261 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK);
1262 VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK);
1269 TargetTransformInfo::OperandValueKind Op2VK =
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1276 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1320 TargetTransformInfo::OperandValueKind Op2VK =
1329 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK);
1335 TTI->getArithmeticInstrCost(I0->getOpcode(), VecTy, Op1VK, Op2VK);
1338 TTI->getArithmeticInstrCost(I1->getOpcode(), VecTy, Op1VK, Op2VK);