Home
last modified time | relevance | path

Searched refs:SrcSizeInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2733 unsigned SrcSizeInBits = SrcVT.getSizeInBits(); in truncateVectorWithNARROW() local
2738 assert(SrcSizeInBits > DstVT.getSizeInBits() && "Illegal truncation"); in truncateVectorWithNARROW()
2750 unsigned SubSizeInBits = SrcSizeInBits / 2; in truncateVectorWithNARROW()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6876 unsigned SrcSizeInBits = Src.getScalarValueSizeInBits(); in findEltLoadSrc() local
6878 if (DstSizeInBits == SrcSizeInBits && (SrcSizeInBits % 8) == 0 && in findEltLoadSrc()
6881 ByteOffset += Idx * (SrcSizeInBits / 8); in findEltLoadSrc()
20322 unsigned SrcSizeInBits = SrcVT.getSizeInBits(); in truncateVectorWithPACK() local
20324 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation"); in truncateVectorWithPACK()
20341 if (SrcSizeInBits <= 128) { in truncateVectorWithPACK()
20348 Res = extractSubVector(Res, 0, DAG, DL, SrcSizeInBits / 2); in truncateVectorWithPACK()
20365 unsigned SubSizeInBits = SrcSizeInBits / 2; in truncateVectorWithPACK()
20401 assert(SrcSizeInBits >= 256 && "Expected 256-bit vector or greater"); in truncateVectorWithPACK()