Searched refs:Op2VK (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DCostModel.cpp411 TargetTransformInfo::OperandValueKind Op2VK = local
414 Op2VK);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1626 TargetTransformInfo::OperandValueKind Op2VK = local
1642 Op2VK = TargetTransformInfo::OK_AnyValue;
1649 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue &&
1651 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
1655 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue && CInt &&
1661 Op2VK, Op1VP, Op2VP);
1662 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK,
1669 TargetTransformInfo::OperandValueKind Op2VK = local
1674 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1676 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1728 TargetTransformInfo::OperandValueKind Op2VK = local
[all...]
H A DBBVectorize.cpp552 TargetTransformInfo::OperandValueKind Op2VK =
583 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK);
1053 TargetTransformInfo::OperandValueKind Op2VK = local
1070 Op2VK = CII == CIJ ? TargetTransformInfo::OK_UniformConstantValue :
1079 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
1083 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
1093 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK);
H A DLoopVectorize.cpp5869 TargetTransformInfo::OperandValueKind Op2VK = local
5882 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
5884 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
5890 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
5894 return TTI.getArithmeticInstrCost(I->getOpcode(), VectorTy, Op1VK, Op2VK,

Completed in 7906 milliseconds