reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2912 ScalarTy = SI->getValueOperand()->getType(); 2914 ScalarTy = CI->getOperand(0)->getType(); 2915 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); 3049 TTI->getCastInstrCost(E->getOpcode(), ScalarTy, SrcTy, VL0); 3070 int ScalarEltCost = TTI->getCmpSelInstrCost(E->getOpcode(), ScalarTy, 3138 E->getOpcode(), ScalarTy, Op1VK, Op2VK, Op1VP, Op2VP, Operands); 3154 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK); 3167 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, alignment, 0, VL0); 3185 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, alignment, 0, VL0); 3208 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys, FMF);