HomeSort by relevance Sort by last modified time
    Searched refs:isDoubleTy (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 87 else if (Imm->getType()->isDoubleTy())
  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 79 EXPECT_TRUE(V->getType()->isDoubleTy());
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 305 else if (t->isDoubleTy()) {
315 else if (t->isDoubleTy()) {
389 else if (RetTy ->isDoubleTy()) {
399 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
400 (RetTy->getContainedType(1)->isDoubleTy())) {
Mips16HardFloat.cpp 81 if ((T->getContainedType(0)->isDoubleTy()) &&
82 (T->getContainedType(1)->isDoubleTy()))
MipsFastISel.cpp 656 bool IsDouble = Left->getType()->isDoubleTy();
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 693 else if (CE->getType()->isDoubleTy())
708 else if (CE->getType()->isDoubleTy())
725 else if (Op0->getType()->isDoubleTy())
764 else if (DestTy->isDoubleTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 308 if (CFP->getType()->isDoubleTy()) {
420 else if (LoadTy->isDoubleTy())
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 135 /// isDoubleTy - Return true if this is 'double', a 64-bit IEEE fp type.
136 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 300 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 719 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \
753 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 323 if (Ty->isDoubleTy()) {
464 Src->getVectorElementType()->isDoubleTy()) {
ARMFastISel.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 635 if (Ty->isDoubleTy())
906 else if (CFP->getType()->isDoubleTy())
    [all...]
ConstantFold.cpp 594 DestTy->isDoubleTy() ? APFloat::IEEEdouble :
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 235 if (!Op->getType()->isDoubleTy()) {
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86MCInstLower.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 747 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 419 } else if (In->isFloatTy() || In->isDoubleTy() ||
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 878 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 876 if (Ty->isFloatTy() || Ty->isDoubleTy())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 2766 milliseconds

1 2