Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h76 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator
114 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
230 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
274 getTypeID() != VectorTyID)
372 assert(getTypeID() == VectorTyID); in getVectorElementType()
H A DDerivedTypes.h177 T->getTypeID() == VectorTyID; in classof()
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
458 return T->getTypeID() == VectorTyID; in classof()
H A DDataLayout.h599 case Type::VectorTyID: { in getTypeSizeInBits()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp292 case Type::VectorTyID: in getNullValue()
1639 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1640 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1654 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1668 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1682 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1694 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend()
1706 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP()
1717 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP()
1728 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI()
[all …]
H A DType.cpp125 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
604 : SequentialType(VectorTyID, ElType, NumEl) {} in VectorType()
H A DDataLayout.cpp720 case Type::VectorTyID: in getAlignment()
H A DAsmWriter.cpp622 case Type::VectorTyID: { in print()
H A DCore.cpp499 case Type::VectorTyID: in LLVMGetTypeKind()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1282 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()
1305 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()
1328 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1366 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1495 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1496 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()
1508 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1521 if (DstTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1594 if (DstTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1910 case Type::VectorTyID: in visitExtractValueInst()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DValueTypes.cpp298 case Type::VectorTyID: { in getVT()
315 case Type::VectorTyID: { in getEVT()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp156 case Type::VectorTyID: in getValueType()
189 case Type::VectorTyID: { in getTypeName()
612 case Type::VectorTyID: in getValueType()
645 case Type::VectorTyID: { in getTypeName()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp628 case Type::VectorTyID: in getConstantValue()
918 case Type::VectorTyID: { in getConstantValue()
1076 case Type::VectorTyID: in StoreValueToMemory()
1153 case Type::VectorTyID: { in LoadValueFromMemory()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp315 case Type::VectorTyID: { in getSmallestAddressableSize()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1212 case Type::VectorTyID: in printModuleLevelGV()
1386 case Type::VectorTyID: in emitPTXGlobalVariable()
1922 case Type::VectorTyID: in bufferLEByte()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp468 case Type::VectorTyID: { in cmpTypes()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp307 case Type::VectorTyID: in get()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp607 case Type::VectorTyID: { in CanInterpret()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::VectorTyID: { in isLeakCheckerRoot()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp927 case Type::VectorTyID: { in writeTypeTable()