Home
last modified time | relevance | path

Searched refs:FpTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp375 Type *FpTy = In->getType(); in tryToFPToSat() local
384 IntrinsicCostAttributes(Intrinsic::fptosi_sat, SatTy, {In}, {FpTy}), in tryToFPToSat()
391 Instruction::FPToSI, IntTy, FpTy, TTI::CastContextHint::None, in tryToFPToSat()
405 {SatTy, FpTy}); in tryToFPToSat()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2279 MVT FpTy = ty(Op.getOperand(0)).getVectorElementType(); in LowerHvxFpToInt()
2284 if (FpTy == MVT::f16) { in LowerHvxFpToInt()
2293 if (IntTy.getSizeInBits() != FpTy.getSizeInBits()) in LowerHvxFpToInt()
2307 MVT FpTy = ResTy.getVectorElementType(); in LowerHvxIntToFp()
2311 if (FpTy == MVT::f16) { in LowerHvxIntToFp()
2320 if (IntTy.getSizeInBits() != FpTy.getSizeInBits()) in LowerHvxIntToFp()
2280 MVT FpTy = ty(Op.getOperand(0)).getVectorElementType(); LowerHvxFpToInt() local
2308 MVT FpTy = ResTy.getVectorElementType(); LowerHvxIntToFp() local