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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h128 bool isFloatTy() const { return getKind() == TK_Float; } function in class:__ubsan::TypeDescriptor
130 CHECK(isFloatTy());
163 CHECK(getType().isFloatTy());
H A Dubsan_value.cpp119 CHECK(getType().isFloatTy());
H A Dubsan_diag.cpp129 else if (V.getType().isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp117 if (!Arg->getType()->isFloatTy())
311 if (!(ArgType->isFloatTy() || ArgType->isDoubleTy() ||
442 if (!Exp->getType()->isFloatTy())
471 if (!Exp->getType()->isFloatTy())
473 if (!Base->getType()->isFloatTy())
H A DSimplifyLibCalls.cpp1257 if (Op->getType()->isFloatTy())
1284 if (!Cast || !Cast->getType()->isFloatTy())
1575 if (Ty->isFloatTy())
1928 if (Ty->getScalarType()->isFloatTy()) {
2157 bool IsFloat = Arg->getType()->isFloatTy();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp77 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
374 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) { \
395 if (TY->isFloatTy()) { \
421 if (cast<VectorType>(TY)->getElementType()->isFloatTy()) { \
513 if (TY->isFloatTy()) { \
594 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
609 } else if (Ty->isFloatTy())
625 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
640 } else if (Ty->isFloatTy())
771 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) \
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp293 if (t->isFloatTy()) {
303 if (t->isFloatTy()) {
377 if (RetTy->isFloatTy()) {
385 if ((SRetTy->getElementType(0)->isFloatTy()) &&
386 (SRetTy->getElementType(1)->isFloatTy())) {
H A DMips16HardFloat.cpp80 if ((ST->getElementType(0)->isFloatTy()) &&
81 (ST->getElementType(1)->isFloatTy()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp246 FpExt->getOperand(0)->getType()->isFloatTy())
410 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty;
423 FpExt->getOperand(0)->getType()->isFloatTy()) {
H A DAMDGPUCodeGenPrepare.cpp718 if (!Ty->isFloatTy())
769 (Ty->isFloatTy() && !HasFP32Denormals && ReqdAccuracy >= 1.0f);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h170 Ty->isFloatTy() || Ty->isDoubleTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp693 if (CE->getType()->isFloatTy())
708 if (CE->getType()->isFloatTy())
725 if (Op0->getType()->isFloatTy())
764 if (DestTy->isFloatTy())
945 if(ElemTy->isFloatTy()) {
1061 if (cast<VectorType>(Ty)->getElementType()->isFloatTy())
1114 if (ElemT->isFloatTy()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h147 bool isFloatTy() const { return getTypeID() == FloatTyID; } function in class:llvm::Type
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp249 if (!Cast->getSrcTy()->isFloatTy() &&
H A DSystemZTargetTransformInfo.cpp906 unsigned CmpCostPerVector = (ValTy->getScalarType()->isFloatTy() ? 10 : 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp436 if (CFP->getType()->isFloatTy()){
548 else if (LoadTy->isFloatTy())
1626 if (Ty->isHalfTy() || Ty->isFloatTy()) {
1757 if (Ty->isFloatTy())
1851 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy())
2255 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy())
2352 if (IntrinsicID == Intrinsic::powi && Ty->isFloatTy())
2844 if (OpC->getType()->isFloatTy())
2854 if (OpC->getType()->isFloatTy())
2872 if (Ty->isDoubleTy() || Ty->isFloatTy() || T
[all...]
H A DIVDescriptors.cpp1017 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy() && !PhiTy->isFloatTy() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp278 if (Imm->getType()->isFloatTy())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp838 if (Ty->isFloatTy())
1127 else if (CFP->getType()->isFloatTy())
2675 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || Ty->isDoubleTy())
2808 assert(ElementType->isFloatTy() && "Element type is not a 32-bit float type");
2884 assert(ElementType->isFloatTy() && "Element type is not a 32-bit float type");
2930 if (CFP->getType()->isFloatTy()) {
3019 assert(getElementType()->isFloatTy() &&
3032 getElementType()->isFloatTy() || getElementType()->isDoubleTy())
H A DFunction.cpp1211 case IITDescriptor::Float: return !Ty->isFloatTy();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1344 if (Ty->isFloatTy() && !Subtarget->hasVFP2Base())
1450 if (Ty->isFloatTy() || Ty->isDoubleTy())
1492 !V->getType()->isFloatTy()) return false;
1510 if (!(I->getType()->isFloatTy() &&
1557 if (Ty->isFloatTy()) Opc = isSigned ? ARM::VSITOS : ARM::VUITOS;
1583 if (OpTy->isFloatTy()) Opc = isSigned ? ARM::VTOSIZS : ARM::VTOUIZS;
1790 if (Ty->isFloatTy() && !Subtarget->hasVFP2Base())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp853 (PointerElementType->isFloatTy()) ||
H A DPPCTargetTransformInfo.cpp636 else if (Ty && (Ty->getScalarType()->isFloatTy() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2435 } else if (I->getType()->isFloatTy()) {
2496 I->getOperand(0)->getType()->isFloatTy()) {
2509 if (X86ScalarSSEf64 && I->getType()->isFloatTy() &&
2610 if (!Op->getType()->isFloatTy())
2613 if (!II->getType()->isFloatTy())
H A DX86TargetTransformInfo.cpp4033 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy())
4064 if (ST->hasSSE4A() && (DataType->isFloatTy() || DataType->isDoubleTy()))
4096 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy())
4139 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy())
4496 if (EltTy->isFloatTy() || EltTy->isDoubleTy() || EltTy->isIntegerTy(64) ||

Completed in 208 milliseconds

12