Home
last modified time | relevance | path

Searched refs:isDoubleTy (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp301 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
311 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
386 else if (RetTy ->isDoubleTy()) { in getMips16HelperFunction()
396 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
397 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
DMips16HardFloat.cpp77 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
78 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp671 else if (CE->getType()->isDoubleTy()) in getConstantValue()
686 else if (CE->getType()->isDoubleTy()) in getConstantValue()
703 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
742 else if (DestTy->isDoubleTy()) in getConstantValue()
941 if (ElemTy->isDoubleTy()) { in getConstantValue()
1059 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in StoreValueToMemory()
1143 if (ElemT->isDoubleTy()) { in LoadValueFromMemory()
/external/llvm/lib/Analysis/
DConstantFolding.cpp300 if (CFP->getType()->isDoubleTy()) { in ReadDataFromGlobal()
412 else if (LoadTy->isDoubleTy()) in FoldReinterpretLoadFromConstPtr()
1316 if (Ty->isDoubleTy()) in GetConstantFoldFPValue()
1401 if (Ty->isDoubleTy()) in getValueAsDouble()
1424 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1519 (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy())) { in ConstantFoldScalarCall()
1611 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1646 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy()) in ConstantFoldScalarCall()
DValueTracking.cpp1491 if (CFP->getType()->isDoubleTy()) in isBytewiseValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp718 if (dyn_cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \ in visitBinaryOperator()
752 if (dyn_cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in visitBinaryOperator()
1283 assert(SrcVal->getType()->getScalarType()->isDoubleTy() && in executeFPTruncInst()
1293 assert(SrcVal->getType()->isDoubleTy() && DstTy->isFloatTy() && in executeFPTruncInst()
1307 DstTy->getScalarType()->isDoubleTy() && "Invalid FPExt instruction"); in executeFPExtInst()
1315 assert(SrcVal->getType()->isFloatTy() && DstTy->isDoubleTy() && in executeFPExtInst()
1541 } else if (SrcElemTy->isDoubleTy()) { in executeBitCastInst()
1595 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()
1609 if (DstElemTy->isDoubleTy()) in executeBitCastInst()
1627 else if (SrcTy->isDoubleTy()) { in executeBitCastInst()
[all …]
/external/llvm/include/llvm/IR/
DType.h146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp354 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) { in getVectorInstrCost()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1369 bool isFloat = (Ty->isFloatTy() || Ty->isDoubleTy()); in ARMEmitCmp()
1473 if (Ty->isFloatTy() || Ty->isDoubleTy()) in ARMEmitCmp()
1515 if (!I->getType()->isDoubleTy() || in SelectFPExt()
1535 V->getType()->isDoubleTy())) return false; in SelectFPTrunc()
1582 else if (Ty->isDoubleTy()) Opc = isSigned ? ARM::VSITOD : ARM::VUITOD; in SelectIToFP()
1607 else if (OpTy->isDoubleTy()) Opc = isSigned ? ARM::VTOSIZD : ARM::VTOUIZD; in SelectFPToI()
1800 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); in SelectBinaryFPOp()
DARMTargetTransformInfo.cpp580 Src->getVectorElementType()->isDoubleTy()) { in getMemoryOpCost()
DARMCodeEmitter.cpp674 else if (CFP->getType()->isDoubleTy()) in emitConstPoolInstruction()
/external/llvm/lib/IR/
DConstants.cpp577 if (Ty->isDoubleTy()) in TypeToFloatSemantics()
860 } else if (CFP->getType()->isDoubleTy()) { in get()
1041 } else if (CFP->getType()->isDoubleTy()) { in get()
2275 if (Ty->isFloatTy() || Ty->isDoubleTy()) return true; in isElementTypeCompatible()
2504 if (CFP->getType()->isDoubleTy()) { in getSplat()
2567 assert(getElementType()->isDoubleTy() && in getElementAsDouble()
2578 if (getElementType()->isFloatTy() || getElementType()->isDoubleTy()) in getElementAsConstant()
DConstantFold.cpp580 DestTy->isDoubleTy() ? APFloat::IEEEdouble : in ConstantFoldCastInstruction()
DVerifier.cpp2299 case IITDescriptor::Double: return !Ty->isDoubleTy(); in VerifyIntrinsicType()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1161 if (CFP->getType()->isDoubleTy()) in LookThroughFPExtensions()
1329 Call->getType()->isDoubleTy() && in visitFPTrunc()
1330 Arg->getType()->isDoubleTy() && in visitFPTrunc()
1829 if ((DestTy->isFloatTy() || DestTy->isDoubleTy()) && isa<IntegerType>(SrcTy)) in visitBitCast()
DInstCombineCalls.cpp755 : (EltTy->isDoubleTy() ? 64 : EltTy->getIntegerBitWidth()); in visitCallInst()
DInstCombineCompares.cpp3549 else if (LHSExt->getSrcTy()->isDoubleTy()) in visitFCmpInst()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1120 if (FT->getNumParams() != 1 || !FT->getReturnType()->isDoubleTy() || in callOptimizer()
1121 !FT->getParamType(0)->isDoubleTy()) in callOptimizer()
1322 else if (Op->getType()->isDoubleTy()) in callOptimizer()
1407 FT->getParamType(0)->isDoubleTy()); in isTrigLibCall()
DBuildLibCalls.cpp292 if (!Op->getType()->isDoubleTy()) { in AppendTypeSuffix()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp655 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) { in emitDebugValueComment()
1782 assert(CDS->getElementType()->isDoubleTy()); in emitGlobalConstantDataSequential()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1087 if (!I->getType()->isDoubleTy() || !V->getType()->isFloatTy()) in SelectFPExt()
1103 if (!I->getType()->isFloatTy() || !V->getType()->isDoubleTy()) in SelectFPTrunc()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1015 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants()
1073 assert(EltTy->isDoubleTy() && "Unknown ConstantData element type"); in WriteConstants()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2048 I->getType()->isDoubleTy()) { in X86SelectFPExt()
2069 if (V->getType()->isDoubleTy()) { in X86SelectFPTrunc()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1249 else if (CurTy->isDoubleTy()) in ParseConstants()
1345 } else if (EltTy->isDoubleTy()) { in ParseConstants()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp413 } else if (In->isFloatTy() || In->isDoubleTy() || in MergeInTypeForLoadOrStore()

12