Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9416 const unsigned BytesInVector = 16; in lowerToVINSERTB() local
9450 for (unsigned i = 0; i < BytesInVector; ++i) { in lowerToVINSERTB()
9460 for (unsigned j = 0; j < BytesInVector; ++j) { in lowerToVINSERTB()
9467 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0; in lowerToVINSERTB()
9485 Swap = CurrentElement < BytesInVector; in lowerToVINSERTB()
9487 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i; in lowerToVINSERTB()
9518 const unsigned BytesInVector = NumHalfWords * 2; in lowerToVINSERTH() local
9578 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()
9591 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()