OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP128TyID
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/
Type.h
53
FP128TyID
, ///< 4: 128-bit floating point type (112-bit mantissa)
134
bool isFP128Ty() const { return ID ==
FP128TyID
; }
143
ID == X86_FP80TyID || ID ==
FP128TyID
|| ID == PPC_FP128TyID;
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
28
FP128Ty(C, Type::
FP128TyID
),
Type.cpp
31
case
FP128TyID
: return getFP128Ty(C);
69
ID == Type::
FP128TyID
|| ID == Type::X86_FP80TyID ||
137
case Type::
FP128TyID
: return 128;
163
if (ID ==
FP128TyID
) return 113;
ValueTypes.cpp
203
case Type::
FP128TyID
: return MVT(MVT::f128);
Constants.cpp
79
case Type::
FP128TyID
:
[
all
...]
AsmWriter.cpp
195
case Type::
FP128TyID
: OS << "fp128"; break;
[
all
...]
Core.cpp
145
case Type::
FP128TyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
415
case Type::
FP128TyID
:
468
// PPC_FP128TyID and
FP128TyID
have different data contents, but the
471
case Type::
FP128TyID
:
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
210
case Type::
FP128TyID
:
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
52
case Type::
FP128TyID
:
332
case Type::
FP128TyID
:
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
476
case Type::
FP128TyID
:
518
case Type::
FP128TyID
:
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
532
case Type::
FP128TyID
:
743
case Type::
FP128TyID
: {
793
case Type::
FP128TyID
:
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
480
case llvm::Type::
FP128TyID
: {
544
case llvm::Type::
FP128TyID
:
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
229
case Type::
FP128TyID
:
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
229
case Type::
FP128TyID
: Code = bitc::TYPE_CODE_FP128; break;
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
450
case Type::
FP128TyID
: return Out << "long double " << NameSoFar;
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
320
case Type::
FP128TyID
: Code = bitc::TYPE_CODE_FP128; break;
[
all
...]
Completed in 968 milliseconds