Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h76 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h518 return T->getTypeID() == FixedVectorTyID || in classof()
527 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
564 return T->getTypeID() == FixedVectorTyID; in classof()
H A DDataLayout.h690 case Type::FixedVectorTyID: in getTypeSizeInBits()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp545 case Type::FixedVectorTyID: in getVT()
564 case Type::FixedVectorTyID: in getEVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp168 case Type::FixedVectorTyID: { in getTypeName()
587 case Type::FixedVectorTyID: { in getTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1178 case Type::FixedVectorTyID: in printModuleLevelGV()
1350 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1884 case Type::FixedVectorTyID: in bufferLEByte()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp793 case Type::FixedVectorTyID: in getAlignment()
H A DType.cpp141 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DConstants.cpp378 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp608 case Type::FixedVectorTyID: in print()
H A DCore.cpp525 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp493 case Type::FixedVectorTyID: in cmpTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp598 case Type::FixedVectorTyID: in CanInterpret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp302 case Type::FixedVectorTyID: in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp132 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1007 case Type::FixedVectorTyID: in writeTypeTable()