Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h521 return T->getTypeID() == FixedVectorTyID || in classof()
530 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
567 return T->getTypeID() == FixedVectorTyID; in classof()
H A DType.h77 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
236 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDataLayout.h690 case Type::FixedVectorTyID: in getTypeSizeInBits()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp520 case Type::FixedVectorTyID: in getVT()
539 case Type::FixedVectorTyID: in getEVT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp168 case Type::FixedVectorTyID: { in getTypeName()
587 case Type::FixedVectorTyID: { in getTypeName()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp135 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DDataLayout.cpp793 case Type::FixedVectorTyID: in getAlignment()
H A DConstants.cpp377 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp674 case Type::FixedVectorTyID: in print()
H A DCore.cpp525 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp493 case Type::FixedVectorTyID: in cmpTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp301 case Type::FixedVectorTyID: in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp132 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1003 case Type::FixedVectorTyID: in writeTypeTable()