Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8284 const unsigned BytesInVector = 16; in lowerToVINSERTB() local
8318 for (unsigned i = 0; i < BytesInVector; ++i) { in lowerToVINSERTB()
8328 for (unsigned j = 0; j < BytesInVector; ++j) { in lowerToVINSERTB()
8335 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0; in lowerToVINSERTB()
8353 Swap = CurrentElement < BytesInVector; in lowerToVINSERTB()
8355 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i; in lowerToVINSERTB()
8386 const unsigned BytesInVector = NumHalfWords * 2; in lowerToVINSERTH() local
8446 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()
8459 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()