Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp303 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
313 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
387 else if (RetTy ->isDoubleTy()) { in getMips16HelperFunction()
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
398 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
DMips16HardFloat.cpp81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
82 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp303 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
313 else if (t->isDoubleTy()) { in getMips16HelperFunctionStubNumber()
387 else if (RetTy ->isDoubleTy()) { in getMips16HelperFunction()
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
398 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
DMips16HardFloat.cpp83 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
84 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp265 if (CFP->getType()->isDoubleTy()) { in ReadDataFromGlobal()
374 else if (LoadTy->isDoubleTy()) in FoldReinterpretLoadFromConstPtr()
1115 if (Ty->isDoubleTy()) in ConstantFoldFP()
1132 if (Ty->isDoubleTy()) in ConstantFoldBinaryFP()
1187 if (!Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldCall()
1243 (Ty->isFloatTy() || Ty->isDoubleTy())) { in ConstantFoldCall()
1332 if (!Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldCall()
1356 if (F->getIntrinsicID() == Intrinsic::powi && Ty->isDoubleTy()) in ConstantFoldCall()
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp79 EXPECT_TRUE(V->getType()->isDoubleTy()); in TEST()
197 ASSERT_TRUE(Ty->isDoubleTy()); in TEST()
325 ASSERT_TRUE(Ty->isDoubleTy()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/
DAsmParserTest.cpp79 EXPECT_TRUE(V->getType()->isDoubleTy()); in TEST()
197 ASSERT_TRUE(Ty->isDoubleTy()); in TEST()
325 ASSERT_TRUE(Ty->isDoubleTy()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp393 if (CFP->getType()->isDoubleTy()) { in ReadDataFromGlobal()
504 else if (LoadTy->isDoubleTy()) in FoldReinterpretLoadFromConstPtr()
1500 if (Ty->isDoubleTy()) in GetConstantFoldFPValue()
1581 if (Ty->isDoubleTy()) in getValueAsDouble()
1633 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1871 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1926 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy()) in ConstantFoldScalarCall()
2145 if (OpC->getType()->isDoubleTy()) in isMathLibCallNoop()
2157 if (OpC->getType()->isDoubleTy()) in isMathLibCallNoop()
2179 if (Ty->isDoubleTy() || Ty->isFloatTy() || Ty->isHalfTy()) { in isMathLibCallNoop()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp688 else if (CE->getType()->isDoubleTy()) in getConstantValue()
703 else if (CE->getType()->isDoubleTy()) in getConstantValue()
720 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
759 else if (DestTy->isDoubleTy()) in getConstantValue()
954 if (ElemTy->isDoubleTy()) { in getConstantValue()
1072 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in StoreValueToMemory()
1156 if (ElemT->isDoubleTy()) { in LoadValueFromMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp691 else if (CE->getType()->isDoubleTy()) in getConstantValue()
706 else if (CE->getType()->isDoubleTy()) in getConstantValue()
723 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
762 else if (DestTy->isDoubleTy()) in getConstantValue()
960 if (ElemTy->isDoubleTy()) { in getConstantValue()
1078 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) in StoreValueToMemory()
1162 if (ElemT->isDoubleTy()) { in LoadValueFromMemory()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp91 else if (Imm->getType()->isDoubleTy()) in Lower()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp719 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \ in visitBinaryOperator()
753 if (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/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/lib/Analysis/
DConstantFolding.cpp315 if (CFP->getType()->isDoubleTy()) { in ReadDataFromGlobal()
426 else if (LoadTy->isDoubleTy()) in FoldReinterpretLoadFromConstPtr()
1372 if (Ty->isDoubleTy()) in GetConstantFoldFPValue()
1452 if (Ty->isDoubleTy()) in getValueAsDouble()
1480 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1603 (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy())) { in ConstantFoldScalarCall()
1704 if (!Ty->isHalfTy() && !Ty->isFloatTy() && !Ty->isDoubleTy()) in ConstantFoldScalarCall()
1755 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy()) in ConstantFoldScalarCall()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1108 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); in SelectBranch()
1225 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); in SelectCmp()
1291 if (!I->getType()->isDoubleTy() || in SelectFPExt()
1311 V->getType()->isDoubleTy())) return false; in SelectFPTrunc()
1347 else if (Ty->isDoubleTy()) Opc = ARM::VSITOD; in SelectSIToFP()
1373 else if (OpTy->isDoubleTy()) Opc = ARM::VTOSIZD; in SelectFPToSI()
1477 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); in SelectBinaryOp()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp590 else if (CE->getType()->isDoubleTy()) in getConstantValue()
605 else if (CE->getType()->isDoubleTy()) in getConstantValue()
622 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
659 else if (DestTy->isDoubleTy()) in getConstantValue()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h128 bool isDoubleTy() const { return ID == DoubleTyID; } in isDoubleTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp208 else if (Imm->getType()->isDoubleTy()) in Lower()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp242 !Cast->getSrcTy()->isDoubleTy() && in convertICmp()
/external/llvm/include/llvm/IR/
DType.h146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp242 !Cast->getSrcTy()->isDoubleTy() && in convertICmp()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp347 if (Ty->isDoubleTy()) { in getFPOpCost()
488 Src->getVectorElementType()->isDoubleTy()) { in getMemoryOpCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp320 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) { in getVectorInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() function

1234