Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9372 const unsigned BytesInVector = 16; in lowerToVINSERTB() local
9406 for (unsigned i = 0; i < BytesInVector; ++i) { in lowerToVINSERTB()
9416 for (unsigned j = 0; j < BytesInVector; ++j) { in lowerToVINSERTB()
9423 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0; in lowerToVINSERTB()
9441 Swap = CurrentElement < BytesInVector; in lowerToVINSERTB()
9443 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i; in lowerToVINSERTB()
9474 const unsigned BytesInVector = NumHalfWords * 2; in lowerToVINSERTH() local
9534 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()
9547 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()