Searched refs:PromotedVTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 5376 Type *PromotedVTy = EVT(PromotedVT).getTypeForEVT(Tp->getContext()); in getSpliceCost() local 5380 getCmpSelInstrCost(Instruction::ICmp, PromotedVTy, PromotedVTy, in getSpliceCost() 5382 getCmpSelInstrCost(Instruction::Select, PromotedVTy, LegalVTy, in getSpliceCost() 5390 getCastInstrCost(Instruction::ZExt, PromotedVTy, LegalVTy, in getSpliceCost() 5392 getCastInstrCost(Instruction::Trunc, LegalVTy, PromotedVTy, in getSpliceCost()
|