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

/external/llvm/lib/Analysis/
H A DCostModel.cpp413 TargetTransformInfo::OperandValueKind Op1VK = local
417 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK,
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1233 TargetTransformInfo::OperandValueKind Op1VK = local
1261 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK);
1262 VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK);
1267 TargetTransformInfo::OperandValueKind Op1VK = local
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1276 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, Op1VK, Op2VK);
1318 TargetTransformInfo::OperandValueKind Op1VK = local
1329 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK);
1335 TTI->getArithmeticInstrCost(I0->getOpcode(), VecTy, Op1VK, Op2VK);
1338 TTI->getArithmeticInstrCost(I1->getOpcode(), VecTy, Op1VK, Op2V
[all...]
H A DBBVectorize.cpp543 TargetTransformInfo::OperandValueKind Op1VK =
576 return TTI->getArithmeticInstrCost(Opcode, T1, Op1VK, Op2VK);
1040 TargetTransformInfo::OperandValueKind Op1VK = local
1082 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK);
H A DLoopVectorize.cpp5703 TargetTransformInfo::OperandValueKind Op1VK =
5718 return TTI.getArithmeticInstrCost(I->getOpcode(), VectorTy, Op1VK, Op2VK);

Completed in 2385 milliseconds