Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp305 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
315 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
389 else if (RetTy ->isDoubleTy()) { in getMips16HelperFunction()
399 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
400 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
DMips16HardFloat.cpp81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
82 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
DMipsFastISel.cpp656 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp87 else if (Imm->getType()->isDoubleTy()) in Lower()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp693 else if (CE->getType()->isDoubleTy()) in getConstantValue()
708 else if (CE->getType()->isDoubleTy()) in getConstantValue()
725 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
764 else if (DestTy->isDoubleTy()) in getConstantValue()
959 if (ElemTy->isDoubleTy()) { in getConstantValue()
1077 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in StoreValueToMemory()
1161 if (ElemT->isDoubleTy()) { in LoadValueFromMemory()
/external/llvm/lib/Analysis/
DConstantFolding.cpp308 if (CFP->getType()->isDoubleTy()) { in ReadDataFromGlobal()
420 else if (LoadTy->isDoubleTy()) in FoldReinterpretLoadFromConstPtr()
1321 if (Ty->isDoubleTy()) in GetConstantFoldFPValue()
1405 if (Ty->isDoubleTy()) in getValueAsDouble()
1428 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1551 (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy())) { in ConstantFoldScalarCall()
1650 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1701 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy()) in ConstantFoldScalarCall()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp719 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \ in visitBinaryOperator()
753 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in visitBinaryOperator()
1284 assert(SrcVal->getType()->getScalarType()->isDoubleTy() && in executeFPTruncInst()
1294 assert(SrcVal->getType()->isDoubleTy() && DstTy->isFloatTy() && in executeFPTruncInst()
1308 DstTy->getScalarType()->isDoubleTy() && "Invalid FPExt instruction"); in executeFPExtInst()
1316 assert(SrcVal->getType()->isFloatTy() && DstTy->isDoubleTy() && in executeFPExtInst()
1542 } else if (SrcElemTy->isDoubleTy()) { in executeBitCastInst()
1596 if (DstElemTy->isDoubleTy()) { in executeBitCastInst()
1610 if (DstElemTy->isDoubleTy()) in executeBitCastInst()
1628 else if (SrcTy->isDoubleTy()) { in executeBitCastInst()
[all …]
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp79 EXPECT_TRUE(V->getType()->isDoubleTy()); in TEST()
/external/llvm/include/llvm/IR/
DType.h136 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp323 if (Ty->isDoubleTy()) { in getFPOpCost()
464 Src->getVectorElementType()->isDoubleTy()) { in getMemoryOpCost()
DARMFastISel.cpp1365 bool isFloat = (Ty->isFloatTy() || Ty->isDoubleTy()); in ARMEmitCmp()
1469 if (Ty->isFloatTy() || Ty->isDoubleTy()) in ARMEmitCmp()
1510 if (!I->getType()->isDoubleTy() || in SelectFPExt()
1530 V->getType()->isDoubleTy())) return false; in SelectFPTrunc()
1577 else if (Ty->isDoubleTy()) Opc = isSigned ? ARM::VSITOD : ARM::VUITOD; in SelectIToFP()
1602 else if (OpTy->isDoubleTy()) Opc = isSigned ? ARM::VTOSIZD : ARM::VTOUIZD; in SelectFPToI()
1799 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); in SelectBinaryFPOp()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp300 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) { in getVectorInstrCost()
/external/llvm/lib/IR/
DConstants.cpp635 if (Ty->isDoubleTy()) in TypeToFloatSemantics()
906 else if (CFP->getType()->isDoubleTy()) in getSequenceIfElementsMatch()
2369 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) return true; in isElementTypeCompatible()
2651 if (CFP->getType()->isDoubleTy()) { in getSplat()
2718 assert(getElementType()->isDoubleTy() && in getElementAsDouble()
2730 getElementType()->isDoubleTy()) in getElementAsConstant()
DConstantFold.cpp594 DestTy->isDoubleTy() ? APFloat::IEEEdouble : in ConstantFoldCastInstruction()
DCore.cpp889 if (Ty->isDoubleTy()) { in LLVMConstRealGetDouble()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp978 if (FT->getNumParams() != 1 || !FT->getReturnType()->isDoubleTy() || in optimizeUnaryDoubleFP()
979 !FT->getParamType(0)->isDoubleTy()) in optimizeUnaryDoubleFP()
1234 else if (Op->getType()->isDoubleTy()) in optimizeExp2()
1542 FT->getParamType(0)->isDoubleTy()); in isTrigLibCall()
DBuildLibCalls.cpp235 if (!Op->getType()->isDoubleTy()) { in AppendTypeSuffix()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2115 if (I->getType()->isDoubleTy()) { in X86SelectSIToFP()
2159 if (X86ScalarSSEf64 && I->getType()->isDoubleTy() && in X86SelectFPExt()
2171 I->getOperand(0)->getType()->isDoubleTy()) { in X86SelectFPTrunc()
DX86MCInstLower.cpp1363 else if (CDS->getElementType()->isDoubleTy()) in EmitInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1246 if (CFP->getType()->isDoubleTy()) in lookThroughFPExtensions()
DInstCombineCalls.cpp1370 : (EltTy->isDoubleTy() ? 64 : EltTy->getIntegerBitWidth()); in visitCallInst()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp747 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) { in emitDebugValueComment()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp419 } else if (In->isFloatTy() || In->isDoubleTy() || in MergeInTypeForLoadOrStore()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2590 else if (CurTy->isDoubleTy()) in parseConstants()
2689 } else if (EltTy->isDoubleTy()) { in parseConstants()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2688 if (!I->getType()->isDoubleTy() || !V->getType()->isFloatTy()) in selectFPExt()
2704 if (!I->getType()->isFloatTy() || !V->getType()->isDoubleTy()) in selectFPTrunc()

12