| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 75 FixedVectorTyID, ///< Fixed width SIMD vector type enumerator 271 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
|
| H A D | DerivedTypes.h | 586 return T->getTypeID() == FixedVectorTyID || in classof() 595 : VectorType(ElTy, NumElts, FixedVectorTyID) {} in FixedVectorType() 632 return T->getTypeID() == FixedVectorTyID; in classof()
|
| H A D | DataLayout.h | 708 case Type::FixedVectorTyID: in getTypeSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 284 case Type::FixedVectorTyID: in getVT() 307 case Type::FixedVectorTyID: in getEVT()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 631 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 D | HexagonTargetObjectFile.cpp | 310 case Type::FixedVectorTyID: in getSmallestAddressableSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1008 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 D | IR2Vec.cpp | 280 case Type::FixedVectorTyID: in getVocabKeyForTypeID()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 173 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 D | AMDGPUHSAMetadataStreamer.cpp | 188 case Type::FixedVectorTyID: { in getTypeName()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 816 case Type::FixedVectorTyID: in getAlignment()
|
| H A D | Type.cpp | 218 case Type::FixedVectorTyID: in getPrimitiveSizeInBits()
|
| H A D | Constants.cpp | 390 case Type::FixedVectorTyID: in getNullValue()
|
| H A D | AsmWriter.cpp | 685 case Type::FixedVectorTyID: in print()
|
| H A D | Core.cpp | 616 case Type::FixedVectorTyID: in LLVMGetTypeKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 617 case Type::FixedVectorTyID: in cmpTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 645 case Type::FixedVectorTyID: in CanInterpret()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 207 case Type::FixedVectorTyID: in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 139 case Type::FixedVectorTyID: in isLeakCheckerRoot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1127 case Type::FixedVectorTyID: in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1225 case Type::FixedVectorTyID: in writeTypeTable()
|