Home
last modified time | relevance | path

Searched refs:FPTy (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSema.cpp1804 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1805 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1807 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2379 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2380 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2425 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2426 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1623 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1629 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/external/llvm/lib/IR/
DVerifier.cpp2501 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in verifyCallSite() local
2503 Assert(FPTy->getElementType()->isFunctionTy(), in verifyCallSite()
2506 Assert(FPTy->getElementType() == CS.getFunctionType(), in verifyCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2787 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2788 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2824 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2825 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2785 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2786 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2822 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2823 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2850 PointerType *FPTy = cast<PointerType>(Call.getCalledValue()->getType()); in visitCallBase() local
2852 Assert(FPTy->getElementType()->isFunctionTy(), in visitCallBase()
2855 Assert(FPTy->getElementType() == Call.getFunctionType(), in visitCallBase()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp2993 PointerType *FPTy = cast<PointerType>(Call.getCalledOperand()->getType()); in visitCallBase() local
2995 Assert(FPTy->getElementType()->isFunctionTy(), in visitCallBase()
2998 Assert(FPTy->getElementType() == Call.getFunctionType(), in visitCallBase()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp3469 Type *FPTy = Inst->getType()->getScalarType(); in isKnownNeverInfinity() local
3470 return ilogb(APFloat::getLargest(FPTy->getFltSemantics())) >= IntSize; in isKnownNeverInfinity()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14221 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local
14225 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()
14228 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20331 Type *FPTy = Elts[0]->getType(); in convertSelectOfFPConstantsToLoadOffset() local
20335 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in convertSelectOfFPConstantsToLoadOffset()
20337 TD.getPrefTypeAlignment(FPTy)); in convertSelectOfFPConstantsToLoadOffset()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp21806 Type *FPTy = Elts[0]->getType(); in convertSelectOfFPConstantsToLoadOffset() local
21810 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in convertSelectOfFPConstantsToLoadOffset()
21812 TD.getPrefTypeAlign(FPTy)); in convertSelectOfFPConstantsToLoadOffset()