Searched refs:PromotedTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 2392 Type *PromotedTy = EVT(PromotedVT).getTypeForEVT(Ty->getContext()); in getArithmeticInstrCost() local 2396 getCastInstrCost(Instruction::FPExt, PromotedTy, LegalTy, in getArithmeticInstrCost() 2400 LT.first * getCastInstrCost(Instruction::FPTrunc, LegalTy, PromotedTy, in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4343 auto *PromotedTy = in getCmpSelInstrCost() local 4348 Cost += 2 * getCastInstrCost(Instruction::FPExt, PromotedTy, ValTy, in getCmpSelInstrCost() 4351 Cost += getCmpSelInstrCost(Opcode, PromotedTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 4356 VectorType::getInteger(PromotedTy), in getCmpSelInstrCost()
|