Home
last modified time | relevance | path

Searched refs:FixedVectorTyID (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h76 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
266 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h533 return T->getTypeID() == FixedVectorTyID || in classof()
542 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
579 return T->getTypeID() == FixedVectorTyID; in classof()
H A DDataLayout.h707 case Type::FixedVectorTyID: in getTypeSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp632 case Type::FixedVectorTyID: { in getConstantValue()
932 case Type::FixedVectorTyID: { in getConstantValue()
1068 case Type::FixedVectorTyID: in StoreValueToMemory()
1125 case Type::FixedVectorTyID: { in LoadValueFromMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp611 case Type::FixedVectorTyID: in getVT()
630 case Type::FixedVectorTyID: in getEVT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1205 case Type::FixedVectorTyID: in printModuleLevelGV()
1475 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1886 case Type::FixedVectorTyID: in bufferLEByte()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp173 case Type::FixedVectorTyID: \
372 case Type::FixedVectorTyID: \
1957 case Type::FixedVectorTyID: in visitExtractValueInst()
2005 case Type::FixedVectorTyID: in visitInsertValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp164 case Type::FixedVectorTyID: { in getTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp188 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DDataLayout.cpp839 case Type::FixedVectorTyID: in getAlignment()
H A DConstants.cpp373 case Type::FixedVectorTyID: in getNullValue()
H A DCore.cpp582 case Type::FixedVectorTyID: in LLVMGetTypeKind()
H A DAsmWriter.cpp622 case Type::FixedVectorTyID: in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp583 case Type::FixedVectorTyID: in cmpTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp649 case Type::FixedVectorTyID: in CanInterpret()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp311 case Type::FixedVectorTyID: in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp130 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1128 case Type::FixedVectorTyID: in writeTypeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1068 case Type::FixedVectorTyID: in writeTypeTable()