Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h76 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
259 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.h711 case Type::FixedVectorTyID: in getTypeSizeInBits()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp582 case Type::FixedVectorTyID: in getVT()
601 case Type::FixedVectorTyID: in getEVT()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp167 case Type::FixedVectorTyID: { in getTypeName()
595 case Type::FixedVectorTyID: { in getTypeName()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1162 case Type::FixedVectorTyID: in printModuleLevelGV()
1430 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1862 case Type::FixedVectorTyID: in bufferLEByte()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp804 case Type::FixedVectorTyID: in getAlignment()
H A DType.cpp176 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
H A DConstants.cpp373 case Type::FixedVectorTyID: in getNullValue()
H A DAsmWriter.cpp607 case Type::FixedVectorTyID: in print()
H A DCore.cpp533 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp510 case Type::FixedVectorTyID: in cmpTypes()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp645 case Type::FixedVectorTyID: in CanInterpret()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp311 case Type::FixedVectorTyID: in get()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1139 case Type::FixedVectorTyID: in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1047 case Type::FixedVectorTyID: in writeTypeTable()