| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 76 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 D | DerivedTypes.h | 177 T->getTypeID() == VectorTyID; in classof() 364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof() 458 return T->getTypeID() == VectorTyID; in classof()
|
| H A D | DataLayout.h | 599 case Type::VectorTyID: { in getTypeSizeInBits()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 292 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 D | Type.cpp | 125 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits() 604 : SequentialType(VectorTyID, ElType, NumEl) {} in VectorType()
|
| H A D | DataLayout.cpp | 720 case Type::VectorTyID: in getAlignment()
|
| H A D | AsmWriter.cpp | 622 case Type::VectorTyID: { in print()
|
| H A D | Core.cpp | 499 case Type::VectorTyID: in LLVMGetTypeKind()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1282 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 D | ValueTypes.cpp | 298 case Type::VectorTyID: { in getVT() 315 case Type::VectorTyID: { in getEVT()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 156 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 D | ExecutionEngine.cpp | 628 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 D | HexagonTargetObjectFile.cpp | 315 case Type::VectorTyID: { in getSmallestAddressableSize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1212 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 D | FunctionComparator.cpp | 468 case Type::VectorTyID: { in cmpTypes()
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 307 case Type::VectorTyID: in get()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 607 case Type::VectorTyID: { in CanInterpret()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 133 case Type::VectorTyID: { in isLeakCheckerRoot()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 927 case Type::VectorTyID: { in writeTypeTable()
|