OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSplatShuffleMask
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h
647
///
isSplatShuffleMask
- Return true if the specified VECTOR_SHUFFLE operand
650
bool
isSplatShuffleMask
(ShuffleVectorSDNode *N, unsigned EltSize);
PPCISelLowering.cpp
2088
///
isSplatShuffleMask
- Return true if the specified VECTOR_SHUFFLE operand
2091
bool PPC::
isSplatShuffleMask
(ShuffleVectorSDNode *N, unsigned EltSize) {
2392
assert(
isSplatShuffleMask
(SVOp, EltSize));
9715
(PPC::
isSplatShuffleMask
(SVOp, 4) || PPC::
isSplatShuffleMask
(SVOp, 8)) &&
9717
bool IsFourByte = PPC::
isSplatShuffleMask
(SVOp, 4);
9847
if (V2.isUndef() && PPC::
isSplatShuffleMask
(SVOp, 4)) {
9868
if (PPC::
isSplatShuffleMask
(SVOp, 1) ||
9869
PPC::
isSplatShuffleMask
(SVOp, 2) ||
9870
PPC::
isSplatShuffleMask
(SVOp, 4) |
[
all
...]
Completed in 65 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026