Home
last modified time | relevance | path

Searched defs:ScalarSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h77 static LLT scalarOrVector(uint16_t NumElements, unsigned ScalarSize) { in scalarOrVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp215 static unsigned getRegOperandNumElts(const MCInst *MI, unsigned ScalarSize, in getRegOperandNumElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp227 unsigned ScalarSize = VT.getVectorElementType().getScalarSizeInBits() * 2; in scaleVectorType() local
DX86ISelLowering.cpp8271 unsigned ScalarSize = std::min(RepeatSize, 64u); in EltsFromConsecutiveLoads() local
8340 unsigned ScalarSize = VT.getScalarSizeInBits(); in getConstantVector() local
8556 unsigned ScalarSize = Ld.getValueSizeInBits(); in lowerBuildVectorAsBroadcast() local
8569 unsigned ScalarSize = Ld.getValueSizeInBits(); in lowerBuildVectorAsBroadcast() local
13015 auto TryUnpack = [&](int ScalarSize, int Scale) { in lowerShuffleAsPermuteAndUnpack()
13062 for (int ScalarSize = 64; ScalarSize >= OrigScalarSize; ScalarSize /= 2) in lowerShuffleAsPermuteAndUnpack() local
22661 unsigned ScalarSize = StoreSVT.getStoreSize(); in scalarizeVectorStore() local
42445 unsigned ScalarSize = N->getValueType(0).getScalarSizeInBits(); in isFNEG() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp277 void decodeVSHUF64x2FamilyMask(unsigned NumElts, unsigned ScalarSize, in decodeVSHUF64x2FamilyMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1616 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); in parseLowLevelType() local
1659 auto ScalarSize = APSInt(Token.range().drop_front()).getZExtValue(); in parseLowLevelType() local