Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h165 T->getTypeID() == VectorTyID; in classof()
328 T->getTypeID() == VectorTyID; in classof()
441 return T->getTypeID() == VectorTyID; in classof()
DType.h74 VectorTyID ///< 15: SIMD 'packed' format, or other vector type enumerator
226 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
277 getTypeID() != VectorTyID)
DDataLayout.h536 case Type::VectorTyID: { in getTypeSizeInBits()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp120 case Type::VectorTyID: { \
318 case Type::VectorTyID: \
1283 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()
1306 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()
1329 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1367 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1403 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()
1435 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()
1496 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1497 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()
[all …]
/external/llvm/lib/IR/
DConstants.cpp205 case Type::VectorTyID: in getNullValue()
1676 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1677 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1690 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1691 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1704 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1705 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1718 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1719 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1730 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DValueTypes.cpp264 case Type::VectorTyID: { in getVT()
281 case Type::VectorTyID: { in getEVT()
DType.cpp131 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
704 : SequentialType(VectorTyID, ElType) { in VectorType()
DDataLayout.cpp663 case Type::VectorTyID: in getAlignment()
DAsmWriter.cpp505 case Type::VectorTyID: { in print()
DCore.cpp261 case Type::VectorTyID: in LLVMGetTypeKind()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp607 case Type::VectorTyID: in getConstantValue()
895 case Type::VectorTyID: { in getConstantValue()
1053 case Type::VectorTyID: in StoreValueToMemory()
1130 case Type::VectorTyID: { in LoadValueFromMemory()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp200 case Type::VectorTyID: in containsPointerType()
1205 case Type::VectorTyID: in getTypeSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1209 case Type::VectorTyID: in printModuleLevelGV()
1366 case Type::VectorTyID: in emitPTXGlobalVariable()
1853 case Type::VectorTyID: in bufferLEByte()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp196 case Type::VectorTyID: return "packed_"; in getTypePrefix()
408 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()
667 case Type::VectorTyID: { in printType()
/external/lldb/source/Expression/
DIRInterpreter.cpp538 case Type::VectorTyID: in CanInterpret()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp635 case Type::VectorTyID: in cmpTypes()
DGlobalOpt.cpp127 case Type::VectorTyID: { in isLeakCheckerRoot()
/external/llvm/lib/Linker/
DLinkModules.cpp318 case Type::VectorTyID: in get()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp464 case Type::VectorTyID: { in WriteTypeTable()