Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp259 case Type::FixedVectorTyID: in getVT()
282 case Type::FixedVectorTyID: in getEVT()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1202 case Type::FixedVectorTyID: in printModuleLevelGV()
1483 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1905 case Type::FixedVectorTyID: in bufferLEByte()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp173 case Type::FixedVectorTyID: \
372 case Type::FixedVectorTyID: \
1921 case Type::FixedVectorTyID: in visitExtractValueInst()
1969 case Type::FixedVectorTyID: in visitInsertValueInst()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp165 case Type::FixedVectorTyID: { in getTypeName()
/src/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.cpp387 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp629 case Type::FixedVectorTyID: in print()
H A DCore.cpp610 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp603 case Type::FixedVectorTyID: in cmpTypes()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp649 case Type::FixedVectorTyID: in CanInterpret()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp312 case Type::FixedVectorTyID: in get()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1127 case Type::FixedVectorTyID: in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1156 case Type::FixedVectorTyID: in writeTypeTable()