Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h75 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
271 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h586 return T->getTypeID() == FixedVectorTyID || in classof()
595 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
632 return T->getTypeID() == FixedVectorTyID; in classof()
H A DDataLayout.h708 case Type::FixedVectorTyID: in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp284 case Type::FixedVectorTyID: in getVT()
307 case Type::FixedVectorTyID: in getEVT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp631 case Type::FixedVectorTyID: { in getConstantValue()
931 case Type::FixedVectorTyID: { in getConstantValue()
1064 case Type::FixedVectorTyID: in StoreValueToMemory()
1121 case Type::FixedVectorTyID: { in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1008 case Type::FixedVectorTyID: { in printModuleLevelGV()
1279 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1651 case Type::FixedVectorTyID: in bufferLEByte()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp280 case Type::FixedVectorTyID: in getVocabKeyForTypeID()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp188 case Type::FixedVectorTyID: { in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp816 case Type::FixedVectorTyID: in getAlignment()
H A DType.cpp218 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DConstants.cpp390 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp685 case Type::FixedVectorTyID: in print()
H A DCore.cpp616 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp617 case Type::FixedVectorTyID: in cmpTypes()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp645 case Type::FixedVectorTyID: in CanInterpret()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp207 case Type::FixedVectorTyID: in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp139 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1127 case Type::FixedVectorTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1225 case Type::FixedVectorTyID: in writeTypeTable()