Lines Matching defs:LegalVTy
614 Type *LegalVTy = EVT(LT.second).getTypeForEVT(RetTy->getContext());
616 getArithmeticInstrCost(Instruction::Add, LegalVTy, CostKind);
3832 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Ty->getContext());
3833 IntrinsicCostAttributes Attrs(IID, LegalVTy, {LegalVTy, LegalVTy}, FMF);
3845 Type *LegalVTy = EVT(LT.second).getTypeForEVT(ValTy->getContext());
3846 LegalizationCost = getArithmeticInstrCost(Opcode, LegalVTy, CostKind);
4000 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Tp->getContext());
4011 getCmpSelInstrCost(Instruction::Select, PromotedVTy, LegalVTy,
4019 getCastInstrCost(Instruction::ZExt, PromotedVTy, LegalVTy,
4021 getCastInstrCost(Instruction::Trunc, LegalVTy, PromotedVTy,