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

/external/llvm/lib/Analysis/
H A DCostModel.cpp415 TargetTransformInfo::OperandValueKind Op2VK = local
418 Op2VK);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1235 TargetTransformInfo::OperandValueKind Op2VK = local
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 = local
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1276 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1320 TargetTransformInfo::OperandValueKind Op2VK local
[all...]
H A DBBVectorize.cpp545 TargetTransformInfo::OperandValueKind Op2VK =
576 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK);
1042 TargetTransformInfo::OperandValueKind Op2VK = local
1059 Op2VK = CII == CIJ ? TargetTransformInfo::OK_UniformConstantValue :
1068 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
1072 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
1082 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK);
H A DLoopVectorize.cpp5705 TargetTransformInfo::OperandValueKind Op2VK =
5711 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
5713 Op2VK = TargetTransformInfo::OK_NonUniformConstantValue;
5715 Op2VK = TargetTransformInfo::OK_UniformConstantValue;
5718 return TTI.getArithmeticInstrCost(I->getOpcode(), VectorTy, Op1VK, Op2VK);

Completed in 262 milliseconds