Lines Matching defs:LegalVTy
635 Type *LegalVTy = EVT(LT.second).getTypeForEVT(RetTy->getContext());
637 getArithmeticInstrCost(Instruction::Add, LegalVTy, CostKind);
4449 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Ty->getContext());
4450 IntrinsicCostAttributes Attrs(IID, LegalVTy, {LegalVTy, LegalVTy}, FMF);
4462 Type *LegalVTy = EVT(LT.second).getTypeForEVT(ValTy->getContext());
4463 LegalizationCost = getArithmeticInstrCost(Opcode, LegalVTy, CostKind);
4637 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Tp->getContext());
4648 getCmpSelInstrCost(Instruction::Select, PromotedVTy, LegalVTy,
4656 getCastInstrCost(Instruction::ZExt, PromotedVTy, LegalVTy,
4658 getCastInstrCost(Instruction::Trunc, LegalVTy, PromotedVTy,