OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSplatShuffleMask
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.h
216
///
isSplatShuffleMask
- Return true if the specified VECTOR_SHUFFLE operand
219
bool
isSplatShuffleMask
(ShuffleVectorSDNode *N, unsigned EltSize);
226
/// specified
isSplatShuffleMask
VECTOR_SHUFFLE mask.
PPCISelLowering.cpp
609
///
isSplatShuffleMask
- Return true if the specified VECTOR_SHUFFLE operand
612
bool PPC::
isSplatShuffleMask
(ShuffleVectorSDNode *N, unsigned EltSize) {
656
/// specified
isSplatShuffleMask
VECTOR_SHUFFLE mask.
659
assert(
isSplatShuffleMask
(SVOp, EltSize));
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.h
426
///
isSplatShuffleMask
- Return true if the specified VECTOR_SHUFFLE operand
429
bool
isSplatShuffleMask
(ShuffleVectorSDNode *N, unsigned EltSize);
442
/// specified
isSplatShuffleMask
VECTOR_SHUFFLE mask.
[
all
...]
PPCISelLowering.cpp
[
all
...]
Completed in 71 milliseconds