Home
last modified time | relevance | path

Searched refs:VectorBits (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZ.h138 const unsigned VectorBits = 128; variable
142 const unsigned VectorBytes = VectorBits / 8;
DSystemZISelLowering.cpp4042 SystemZ::VectorBits / BitsPerElement); in tryBuildVectorReplicate()
4059 SystemZ::VectorBits / BitsPerElement); in tryBuildVectorReplicate()
4419 SystemZ::VectorBits / FromBits); in lowerExtendVectorInreg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZ.h153 const unsigned VectorBits = 128; variable
157 const unsigned VectorBytes = VectorBits / 8;
DSystemZISelLowering.cpp735 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
748 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
5027 SystemZ::VectorBits / FromBits); in lowerExtendVectorInreg()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZ.h153 const unsigned VectorBits = 128; variable
157 const unsigned VectorBytes = VectorBits / 8;
DSystemZISelLowering.cpp748 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
761 SystemZ::VectorBits / SplatBitSize); in isVectorConstantLegal()
792 IntBits <<= (SystemZ::VectorBits - Width); in SystemZVectorConstantInfo()
4843 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()
4847 SystemZ::VectorBits / OutBits); in insertUnpackIfPrepared()
5255 SystemZ::VectorBits / FromBits); in lowerSIGN_EXTEND_VECTOR_INREG()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DVectorize.h28 unsigned VectorBits; member
/external/llvm-project/llvm/include/llvm/Transforms/
DVectorize.h28 unsigned VectorBits; member
/external/llvm/include/llvm/Transforms/
DVectorize.h30 unsigned VectorBits; member
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp80 VectorBits("bb-vectorize-vector-bits", cl::init(128), cl::Hidden, variable
416 (TTI || v <= Config.VectorBits) && in vectorizeBB()
952 if (!TTI && (T1->getPrimitiveSizeInBits() >= Config.VectorBits || in isInstVectorizable()
953 T2->getPrimitiveSizeInBits() >= Config.VectorBits)) in isInstVectorizable()
984 if (!TTI && MaxTypeBits > Config.VectorBits) in areInstsCompatible()
3245 VectorBits = ::VectorBits; in VectorizeConfig()