OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorTyID
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/
Type.h
66
VectorTyID
, ///< 14: SIMD 'packed' format, or other vector type
189
bool isVectorTy() const { return ID ==
VectorTyID
; }
221
ID == IntegerTyID || ID == PointerTyID || ID ==
VectorTyID
;
244
if (ID != StructTyID && ID != ArrayTyID && ID !=
VectorTyID
)
DerivedTypes.h
164
T->getTypeID() ==
VectorTyID
;
307
T->getTypeID() ==
VectorTyID
;
400
return T->getTypeID() ==
VectorTyID
;
/external/llvm/lib/VMCore/
Constants.cpp
89
case Type::
VectorTyID
:
[
all
...]
Type.cpp
60
if (ID != Type::
VectorTyID
) return false;
72
if (ID != Type::
VectorTyID
) return false;
141
case Type::
VectorTyID
: return cast<VectorType>(this)->getBitWidth();
631
: SequentialType(
VectorTyID
, ElType) {
ValueTypes.cpp
206
case Type::
VectorTyID
: {
AsmWriter.cpp
252
case Type::
VectorTyID
: {
[
all
...]
Core.cpp
163
case Type::
VectorTyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
421
case Type::
VectorTyID
:
476
case Type::
VectorTyID
:
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
199
case Type::
VectorTyID
: return "packed_";
376
case Type::
VectorTyID
: prefix = "VectorTy_"; break;
604
case Type::
VectorTyID
: {
[
all
...]
/external/llvm/lib/Linker/
LinkModules.cpp
256
case Type::
VectorTyID
:
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
221
case Type::
VectorTyID
:
/external/llvm/lib/Target/CBackend/
CBackend.cpp
456
case Type::
VectorTyID
: {
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
297
case Type::
VectorTyID
: {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
372
case Type::
VectorTyID
: {
[
all
...]
Completed in 52 milliseconds