Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DType.h73 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type enumerator
229 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
262 getTypeID() == VectorTyID; in isSingleValueType()
287 getTypeID() != VectorTyID) in isSized()
DDerivedTypes.h162 T->getTypeID() == VectorTyID; in classof()
325 T->getTypeID() == VectorTyID; in classof()
418 return T->getTypeID() == VectorTyID; in classof()
DDataLayout.h490 case Type::VectorTyID: { in getTypeSizeInBits()
/freebsd-9-stable/contrib/llvm/lib/IR/
DConstants.cpp138 case Type::VectorTyID: in getNullValue()
1540 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1541 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1554 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1555 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1568 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1569 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1582 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1583 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DValueTypes.cpp264 case Type::VectorTyID: { in getVT()
281 case Type::VectorTyID: { in getEVT()
DType.cpp127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
702 : SequentialType(VectorTyID, ElType) { in VectorType()
DDataLayout.cpp571 case Type::VectorTyID: in getAlignment()
DAsmWriter.cpp257 case Type::VectorTyID: { in print()
DCore.cpp207 case Type::VectorTyID: in LLVMGetTypeKind()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp118 case Type::VectorTyID: { \
316 case Type::VectorTyID: \
1281 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()
1304 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()
1327 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1365 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1401 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()
1433 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()
1494 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1495 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()
[all …]
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp571 case Type::VectorTyID: in getConstantValue()
862 case Type::VectorTyID: { in getConstantValue()
1020 case Type::VectorTyID: in StoreValueToMemory()
1097 case Type::VectorTyID: { in LoadValueFromMemory()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1241 case Type::VectorTyID: in printModuleLevelGV()
1398 case Type::VectorTyID: in emitPTXGlobalVariable()
1888 case Type::VectorTyID: in bufferLEByte()
/freebsd-9-stable/contrib/llvm/lib/Target/CppBackend/
DCPPBackend.cpp192 case Type::VectorTyID: return "packed_"; in getTypePrefix()
397 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()
654 case Type::VectorTyID: { in printType()
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp233 case Type::VectorTyID: in isEquivalentType()
DGlobalOpt.cpp125 case Type::VectorTyID: { in isLeakCheckerRoot()
/freebsd-9-stable/contrib/llvm/lib/Linker/
DLinkModules.cpp291 case Type::VectorTyID: in getImpl()
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp458 case Type::VectorTyID: { in WriteTypeTable()