Searched refs:FPTy (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2119 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkTypeSupport() local 2120 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport() 2122 CheckType(FPTy->getReturnType(), /*IsRetTy=*/true); in checkTypeSupport()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1303 Type *FPTy; in instCombineSVECondLast() local 1308 FPTy = IC.Builder.getHalfTy(); in instCombineSVECondLast() 1311 FPTy = IC.Builder.getFloatTy(); in instCombineSVECondLast() 1314 FPTy = IC.Builder.getDoubleTy(); in instCombineSVECondLast() 1318 Value *FPFallBack = IC.Builder.CreateBitCast(Fallback, FPTy); in instCombineSVECondLast() 1320 FPTy, cast<VectorType>(Vec->getType())->getElementCount()); in instCombineSVECondLast()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1442 Type *FPTy = BO.getType(); in foldFBinOpOfIntCastsFromSign() local 1449 APFloat::semanticsPrecision(FPTy->getScalarType()->getFltSemantics()); in foldFBinOpOfIntCastsFromSign() 1523 Op1IntC, FPTy, DL) != Op1FpC) in foldFBinOpOfIntCastsFromSign() 1589 return new SIToFPInst(IntBinOp, FPTy); in foldFBinOpOfIntCastsFromSign() 1590 return new UIToFPInst(IntBinOp, FPTy); in foldFBinOpOfIntCastsFromSign()
|
H A D | InstCombineCasts.cpp | 1669 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local 1675 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2822 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local 2823 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE() 2859 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local 2860 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1665 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local 1666 SDValue Trunc = DAG.getNode(LoongArchISD::FTINT, DL, FPTy, Op.getOperand(0)); in lowerFP_TO_SINT()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5746 Type *FPTy = Op->getType()->getScalarType(); in computeKnownFPClass() local 5747 if (ilogb(APFloat::getLargest(FPTy->getFltSemantics())) >= IntSize) in computeKnownFPClass()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27632 Type *FPTy = Elts[0]->getType(); in convertSelectOfFPConstantsToLoadOffset() local 27636 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in convertSelectOfFPConstantsToLoadOffset() 27638 TD.getPrefTypeAlign(FPTy)); in convertSelectOfFPConstantsToLoadOffset()
|