Home
last modified time | relevance | path

Searched refs:VectorTyID (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h71 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type enumerator
227 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
260 getTypeID() == VectorTyID; in isSingleValueType()
285 getTypeID() != VectorTyID) in isSized()
DDerivedTypes.h162 T->getTypeID() == VectorTyID; in classof()
325 T->getTypeID() == VectorTyID; in classof()
418 return T->getTypeID() == VectorTyID; in classof()
/external/llvm/lib/IR/
DConstants.cpp141 case Type::VectorTyID: in getNullValue()
1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1518 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1531 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1532 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1545 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1546 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1559 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1560 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1571 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DValueTypes.cpp254 case Type::VectorTyID: { in getVT()
271 case Type::VectorTyID: { in getEVT()
DDataLayout.cpp545 case Type::VectorTyID: { in getTypeSizeInBits()
605 case Type::VectorTyID: in getAlignment()
DType.cpp127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
706 : SequentialType(VectorTyID, ElType) { in VectorType()
DAsmWriter.cpp277 case Type::VectorTyID: { in print()
DCore.cpp191 case Type::VectorTyID: in LLVMGetTypeKind()
/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp202 case Type::VectorTyID: in containsPointerType()
1145 case Type::VectorTyID: in getTypeSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1208 case Type::VectorTyID: in printModuleLevelGV()
1376 case Type::VectorTyID: in emitPTXGlobalVariable()
1873 case Type::VectorTyID: in bufferLEByte()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp191 case Type::VectorTyID: return "packed_"; in getTypePrefix()
398 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()
655 case Type::VectorTyID: { in printType()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp221 case Type::VectorTyID: in isEquivalentType()
DGlobalOpt.cpp327 case Type::VectorTyID: { in isLeakCheckerRoot()
/external/llvm/lib/Linker/
DLinkModules.cpp291 case Type::VectorTyID: in getImpl()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp375 case Type::VectorTyID: { in WriteTypeTable()