OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoubleTyID
(Results
1 - 22
of
22
) sorted by null
/external/llvm/include/llvm/
Type.h
51
DoubleTyID
, ///< 2: 64-bit floating point type
128
bool isDoubleTy() const { return ID ==
DoubleTyID
; }
142
return ID == FloatTyID || ID ==
DoubleTyID
||
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
76
case Type::
DoubleTyID
: return 'D';
123
case Type::
DoubleTyID
: return &ffi_type_double;
163
case Type::
DoubleTyID
: {
235
case Type::
DoubleTyID
: Result.DoubleVal = *(double*) ret.data(); break;
Execution.cpp
103
case Type::
DoubleTyID
:
[
all
...]
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
25
DoubleTy(C, Type::
DoubleTyID
),
Type.cpp
29
case
DoubleTyID
: return getDoubleTy(C);
68
if (ID == Type::FloatTyID || ID == Type::
DoubleTyID
||
135
case Type::
DoubleTyID
: return 64;
161
if (ID ==
DoubleTyID
) return 53;
ValueTypes.cpp
200
case Type::
DoubleTyID
: return MVT(MVT::f64);
Constants.cpp
73
case Type::
DoubleTyID
:
[
all
...]
AsmWriter.cpp
193
case Type::
DoubleTyID
: OS << "double"; break;
[
all
...]
Core.cpp
141
case Type::
DoubleTyID
:
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
45
case Type::
DoubleTyID
:
75
case Type::
DoubleTyID
:
ExecutionEngine.cpp
668
case Type::
DoubleTyID
:
726
case Type::
DoubleTyID
:
789
case Type::
DoubleTyID
:
860
case Type::
DoubleTyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
411
case Type::
DoubleTyID
:
467
case Type::
DoubleTyID
:
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
206
case Type::
DoubleTyID
:
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
47
case Type::
DoubleTyID
:
327
case Type::
DoubleTyID
:
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
472
case Type::
DoubleTyID
:
513
case Type::
DoubleTyID
:
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
341
case llvm::Type::
DoubleTyID
: {
450
case llvm::Type::
DoubleTyID
: {
538
case llvm::Type::
DoubleTyID
: {
638
case llvm::Type::
DoubleTyID
: {
[
all
...]
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
123
case Type::
DoubleTyID
: return ".f64";
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
227
case Type::
DoubleTyID
:
/external/llvm/lib/Target/CBackend/
CBackend.cpp
445
case Type::
DoubleTyID
: return Out << "double " << NameSoFar;
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
193
case Type::
DoubleTyID
: return "double_";
353
case Type::
DoubleTyID
: return "Type::getDoubleTy(mod->getContext())";
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
227
case Type::
DoubleTyID
: Code = bitc::TYPE_CODE_DOUBLE; break;
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
318
case Type::
DoubleTyID
: Code = bitc::TYPE_CODE_DOUBLE; break;
[
all
...]
Completed in 43 milliseconds