OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPC_FP128TyID
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/
Type.h
54
PPC_FP128TyID
, ///< 5: 128-bit floating point type (two 64-bits, PowerPC)
137
bool isPPC_FP128Ty() const { return ID ==
PPC_FP128TyID
; }
143
ID == X86_FP80TyID || ID == FP128TyID || ID ==
PPC_FP128TyID
;
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
29
PPC_FP128Ty(C, Type::
PPC_FP128TyID
),
Type.cpp
32
case
PPC_FP128TyID
: return getPPC_FP128Ty(C);
70
ID == Type::
PPC_FP128TyID
)
138
case Type::
PPC_FP128TyID
: return 128;
164
assert(ID ==
PPC_FP128TyID
&& "unknown fp type");
ValueTypes.cpp
204
case Type::
PPC_FP128TyID
: return MVT(MVT::ppcf128);
Constants.cpp
82
case Type::
PPC_FP128TyID
:
[
all
...]
AsmWriter.cpp
196
case Type::
PPC_FP128TyID
: OS << "ppc_fp128"; break;
[
all
...]
Core.cpp
147
case Type::
PPC_FP128TyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
414
case Type::
PPC_FP128TyID
:
468
//
PPC_FP128TyID
and FP128TyID have different data contents, but the
470
case Type::
PPC_FP128TyID
:
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
211
case Type::
PPC_FP128TyID
:
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
53
case Type::
PPC_FP128TyID
:
333
case Type::
PPC_FP128TyID
:
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
477
case Type::
PPC_FP128TyID
:
516
case Type::
PPC_FP128TyID
:
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
533
case Type::
PPC_FP128TyID
:
742
case Type::
PPC_FP128TyID
:
794
case Type::
PPC_FP128TyID
:
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
479
case llvm::Type::
PPC_FP128TyID
:
545
case llvm::Type::
PPC_FP128TyID
: {
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
230
case Type::
PPC_FP128TyID
:
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
230
case Type::
PPC_FP128TyID
: Code = bitc::TYPE_CODE_PPC_FP128; break;
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
449
case Type::
PPC_FP128TyID
:
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
321
case Type::
PPC_FP128TyID
: Code = bitc::TYPE_CODE_PPC_FP128; break;
[
all
...]
Completed in 195 milliseconds