Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:ScalarTy

1144   Type *ScalarTy = VL[0]->getType();
1146 ScalarTy = SI->getValueOperand()->getType();
1147 VectorType *VecTy = VectorType::get(ScalarTy, VL.size());
1228 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty());
1261 TTI->getArithmeticInstrCost(Opcode, ScalarTy, Op1VK, Op2VK);
1274 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, Op1VK, Op2VK);
1283 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0);
1290 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0);
1307 TTI->getIntrinsicInstrCost(ID, ScalarTy, ScalarTys);
1329 TTI->getArithmeticInstrCost(I->getOpcode(), ScalarTy, Op1VK, Op2VK);
1415 Type *ScalarTy = VL[0]->getType();
1417 ScalarTy = SI->getValueOperand()->getType();
1418 VectorType *VecTy = VectorType::get(ScalarTy, VL.size());
1597 Type *ScalarTy = VL[0]->getType();
1599 ScalarTy = SI->getValueOperand()->getType();
1600 VectorType *VecTy = VectorType::get(ScalarTy, VL.size());
1614 Type *ScalarTy = VL0->getType();
1616 ScalarTy = SI->getValueOperand()->getType();
1617 VectorType *VecTy = VectorType::get(ScalarTy, E->Scalars.size());
2779 Type *ScalarTy = FirstReducedVal->getType();
2780 Type *VecTy = VectorType::get(ScalarTy, ReduxWidth);