HomeSort by relevance Sort by last modified time
    Searched refs:DoubleTyID (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/
Type.h 54 DoubleTyID, ///< 3: 64-bit floating point type
145 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
160 getTypeID() == DoubleTyID ||
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 76 case Type::DoubleTyID: return 'D';
124 case Type::DoubleTyID: return &ffi_type_double;
164 case Type::DoubleTyID: {
236 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break;
Execution.cpp 103 case Type::DoubleTyID:
    [all...]
  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 26 DoubleTy(C, Type::DoubleTyID),
Type.cpp 30 case DoubleTyID : return getDoubleTy(C);
70 getTypeID() == Type::DoubleTyID ||
138 case Type::DoubleTyID: return 64;
165 if (getTypeID() == DoubleTyID) return 53;
ValueTypes.cpp 208 case Type::DoubleTyID: return MVT(MVT::f64);
Constants.cpp 100 case Type::DoubleTyID:
    [all...]
AsmWriter.cpp 193 case Type::DoubleTyID: OS << "double"; break;
    [all...]
Core.cpp 143 case Type::DoubleTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 45 case Type::DoubleTyID:
75 case Type::DoubleTyID:
ExecutionEngine.cpp 675 case Type::DoubleTyID:
733 case Type::DoubleTyID:
796 case Type::DoubleTyID:
867 case Type::DoubleTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 204 case Type::DoubleTyID:
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 47 case Type::DoubleTyID:
327 case Type::DoubleTyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 474 case Type::DoubleTyID:
514 case Type::DoubleTyID:
  /external/llvm/lib/Target/
TargetData.cpp 486 case Type::DoubleTyID:
541 case Type::DoubleTyID:
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 89 case Type::DoubleTyID: return ".f64";
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 227 case Type::DoubleTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 184 case Type::DoubleTyID: return "double_";
354 case Type::DoubleTyID: return "Type::getDoubleTy(mod->getContext())";
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 272 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 326 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 265 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
    [all...]

Completed in 504 milliseconds