Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h166 T->getTypeID() == VectorTyID; in classof()
324 T->getTypeID() == VectorTyID; in classof()
438 return T->getTypeID() == VectorTyID; in classof()
DType.h74 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator
219 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
270 getTypeID() != VectorTyID)
DDataLayout.h543 case Type::VectorTyID: { in getTypeSizeInBits()
/external/llvm/lib/IR/
DConstants.cpp223 case Type::VectorTyID: in getNullValue()
1636 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1637 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1650 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1651 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1664 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1665 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1678 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1679 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1690 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DValueTypes.cpp293 case Type::VectorTyID: { in getVT()
310 case Type::VectorTyID: { in getEVT()
DType.cpp124 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
703 : SequentialType(VectorTyID, ElType) { in VectorType()
DDataLayout.cpp668 case Type::VectorTyID: in getAlignment()
DCore.cpp261 case Type::VectorTyID: in LLVMGetTypeKind()
DAsmWriter.cpp520 case Type::VectorTyID: { in print()
/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/ExecutionEngine/
DExecutionEngine.cpp630 case Type::VectorTyID: in getConstantValue()
917 case Type::VectorTyID: { in getConstantValue()
1075 case Type::VectorTyID: in StoreValueToMemory()
1152 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.cpp1206 case Type::VectorTyID: in printModuleLevelGV()
1371 case Type::VectorTyID: in emitPTXGlobalVariable()
1884 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/llvm/lib/Linker/
DIRMover.cpp292 case Type::VectorTyID: in get()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp826 case Type::VectorTyID: { in cmpTypes()
DGlobalOpt.cpp133 case Type::VectorTyID: { in isLeakCheckerRoot()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp481 case Type::VectorTyID: { in WriteTypeTable()