OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_FP80TyID
(Results
1 - 18
of
18
) sorted by null
/external/llvm/include/llvm/
Type.h
52
X86_FP80TyID
, ///< 3: 80-bit floating point type (X87)
131
bool isX86_FP80Ty() const { return ID ==
X86_FP80TyID
; }
143
ID ==
X86_FP80TyID
|| ID == FP128TyID || ID == PPC_FP128TyID;
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
27
X86_FP80Ty(C, Type::
X86_FP80TyID
),
Type.cpp
30
case
X86_FP80TyID
: return getX86_FP80Ty(C);
69
ID == Type::FP128TyID || ID == Type::
X86_FP80TyID
||
136
case Type::
X86_FP80TyID
: return 80;
162
if (ID ==
X86_FP80TyID
) return 64;
ValueTypes.cpp
201
case Type::
X86_FP80TyID
: return MVT(MVT::f80);
Constants.cpp
76
case Type::
X86_FP80TyID
:
[
all
...]
AsmWriter.cpp
194
case Type::
X86_FP80TyID
: OS << "x86_fp80"; break;
[
all
...]
Core.cpp
143
case Type::
X86_FP80TyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
419
case Type::
X86_FP80TyID
:
472
case Type::
X86_FP80TyID
:
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
209
case Type::
X86_FP80TyID
:
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
531
case Type::
X86_FP80TyID
:
741
case Type::
X86_FP80TyID
:
792
case Type::
X86_FP80TyID
:
863
case Type::
X86_FP80TyID
:
[
all
...]
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
51
case Type::
X86_FP80TyID
:
331
case Type::
X86_FP80TyID
:
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
475
case Type::
X86_FP80TyID
:
517
case Type::
X86_FP80TyID
:
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
478
case llvm::Type::
X86_FP80TyID
:
543
case llvm::Type::
X86_FP80TyID
:
642
case llvm::Type::
X86_FP80TyID
: {
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
228
case Type::
X86_FP80TyID
:
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
228
case Type::
X86_FP80TyID
: Code = bitc::TYPE_CODE_X86_FP80; break;
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
448
case Type::
X86_FP80TyID
:
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
351
case Type::
X86_FP80TyID
: return "Type::getX86_FP80Ty(mod->getContext())";
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
319
case Type::
X86_FP80TyID
: Code = bitc::TYPE_CODE_X86_FP80; break;
[
all
...]
Completed in 412 milliseconds