Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8988 const unsigned BytesInVector = 16; in lowerToVINSERTB() local
9022 for (unsigned i = 0; i < BytesInVector; ++i) { in lowerToVINSERTB()
9032 for (unsigned j = 0; j < BytesInVector; ++j) { in lowerToVINSERTB()
9039 (!V2.isUndef() && CurrentElement < BytesInVector) ? BytesInVector : 0; in lowerToVINSERTB()
9057 Swap = CurrentElement < BytesInVector; in lowerToVINSERTB()
9059 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i; in lowerToVINSERTB()
9090 const unsigned BytesInVector = NumHalfWords * 2; in lowerToVINSERTH() local
9150 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()
9163 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2; in lowerToVINSERTH()