Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DType.h76 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator
232 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
DDerivedTypes.h533 return T->getTypeID() == FixedVectorTyID || in classof()
557 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType()
594 return T->getTypeID() == FixedVectorTyID; in classof()
DDataLayout.h697 case Type::FixedVectorTyID: in getTypeSizeInBits()
/external/llvm-project/llvm/lib/ExecutionEngine/
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()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp507 case Type::FixedVectorTyID: in getVT()
526 case Type::FixedVectorTyID: in getEVT()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp311 case Type::FixedVectorTyID: in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp173 case Type::FixedVectorTyID: { in getTypeName()
591 case Type::FixedVectorTyID: { in getTypeName()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1178 case Type::FixedVectorTyID: in printModuleLevelGV()
1350 case Type::FixedVectorTyID: in emitPTXGlobalVariable()
1884 case Type::FixedVectorTyID: in bufferLEByte()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp173 case Type::FixedVectorTyID: \
372 case Type::FixedVectorTyID: \
1957 case Type::FixedVectorTyID: in visitExtractValueInst()
2005 case Type::FixedVectorTyID: in visitInsertValueInst()
/external/llvm-project/llvm/lib/IR/
DType.cpp125 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
DDataLayout.cpp793 case Type::FixedVectorTyID: in getAlignment()
DConstants.cpp366 case Type::FixedVectorTyID: in getNullValue()
DAsmWriter.cpp666 case Type::FixedVectorTyID: in print()
DCore.cpp511 case Type::FixedVectorTyID: in LLVMGetTypeKind()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp317 case Type::FixedVectorTyID: in GetDebugType()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp493 case Type::FixedVectorTyID: in cmpTypes()
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp598 case Type::FixedVectorTyID: in CanInterpret()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp302 case Type::FixedVectorTyID: in get()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp133 case Type::FixedVectorTyID: in isLeakCheckerRoot()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp975 case Type::FixedVectorTyID: in writeTypeTable()