Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h76 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
233 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h519 return T->getTypeID() == FixedVectorTyID || in classof()
528 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
565 return T->getTypeID() == FixedVectorTyID; in classof()
H A DDataLayout.h708 case Type::FixedVectorTyID: in getTypeSizeInBits()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp621 case Type::FixedVectorTyID: in getConstantValue()
914 case Type::FixedVectorTyID: { in getConstantValue()
1045 case Type::FixedVectorTyID: in StoreValueToMemory()
1099 case Type::FixedVectorTyID: { in LoadValueFromMemory()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DValueTypes.cpp560 case Type::FixedVectorTyID: in getVT()
579 case Type::FixedVectorTyID: in getEVT()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp168 case Type::FixedVectorTyID: { in getTypeName()
590 case Type::FixedVectorTyID: { in getTypeName()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1163 case Type::FixedVectorTyID: in printModuleLevelGV()
1427 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1867 case Type::FixedVectorTyID: in bufferLEByte()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp177 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DDataLayout.cpp801 case Type::FixedVectorTyID: in getAlignment()
H A DConstants.cpp367 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp601 case Type::FixedVectorTyID: in print()
H A DCore.cpp534 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp501 case Type::FixedVectorTyID: in cmpTypes()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp607 case Type::FixedVectorTyID: in CanInterpret()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp308 case Type::FixedVectorTyID: in get()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp132 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1149 case Type::FixedVectorTyID: in writeTypeTable()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1020 case Type::FixedVectorTyID: in writeTypeTable()