OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_MMXTyID
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/
Type.h
57
X86_MMXTyID
, ///< 8: MMX vectors (64 bits, X86 specific)
69
LastPrimitiveTyID =
X86_MMXTyID
,
147
bool isX86_MMXTy() const { return ID ==
X86_MMXTyID
; }
240
ID ==
X86_MMXTyID
)
/external/llvm/lib/VMCore/
LLVMContextImpl.cpp
30
X86_MMXTy(C, Type::
X86_MMXTyID
),
Type.cpp
35
case
X86_MMXTyID
: return getX86_MMXTy(C);
95
if (Ty->getTypeID() == Type::
X86_MMXTyID
&&
100
if (this->getTypeID() == Type::
X86_MMXTyID
)
139
case Type::
X86_MMXTyID
: return 64;
ValueTypes.cpp
202
case Type::
X86_MMXTyID
: return MVT(MVT::x86mmx);
AsmWriter.cpp
199
case Type::
X86_MMXTyID
: OS << "x86_mmx"; break;
[
all
...]
Core.cpp
165
case Type::
X86_MMXTyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
412
case Type::
X86_MMXTyID
:
475
case Type::
X86_MMXTyID
:
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
233
case Type::
X86_MMXTyID
: Code = bitc::TYPE_CODE_X86_MMX; break;
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
452
case Type::
X86_MMXTyID
:
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
355
case Type::
X86_MMXTyID
: return "Type::getX86_MMXTy(mod->getContext())";
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
324
case Type::
X86_MMXTyID
: Code = bitc::TYPE_CODE_X86_MMX; break;
[
all
...]
Completed in 458 milliseconds