Searched refs:isFloatTy (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1037 if (Op->getType()->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp994 DstTy->getScalarType()->isFloatTy())
H A DARMISelLowering.cpp16388 if (ScalarType->isFloatTy())
18802 } else if (Ty->isFloatTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1456 return (NumParams == 1 && FTy.getReturnType()->isFloatTy() &&
H A DValueTracking.cpp3650 else if (CFP->getType()->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2615 if (value->getType()->isFloatTy())
3182 if (ValTy->isFloatTy() ||
3184 cast<llvm::VectorType>(ValTy)->getElementType()->isFloatTy()))
H A DTargetInfo.cpp3350 if (IROffset == 0 && IRType->isFloatTy())
3501 if (Lo->isFloatTy())
7305 InFPRs = (!IsSoftFloatABI && (ArgTy->isFloatTy() || ArgTy->isDoubleTy()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp708 bool IsFloat = Left->getType()->isFloatTy();
H A DMipsISelLowering.cpp3972 else if (type->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2441 else if (CurTy->isFloatTy())
2547 } else if (EltTy->isFloatTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2839 if (!I->getType()->isDoubleTy() || !V->getType()->isFloatTy())
2855 if (!I->getType()->isFloatTy() || !V->getType()->isDoubleTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp609 DestTy->isFloatTy() ? APFloat::IEEEsingle() :
H A DAutoUpgrade.cpp2135 bool IsPS2PD = SrcTy->getElementType()->isFloatTy();
H A DCore.cpp1358 if (Ty->isFloatTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp900 if (MI->getDebugOperand(0).getFPImm()->getType()->isFloatTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2256 CDS->getElementType()->isFloatTy() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3973 } else if (!Ty->isFloatTy() && !Ty->isDoubleTy() && !Ty->isHalfTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2392 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5303 else if (Ty->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15714 else if (StringRef(constraint) == "ww" && type->isFloatTy())
15726 if (type->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11572 if (!Ty->isFloatTy())

Completed in 690 milliseconds

12