OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isShuffleMaskLegal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
221
// by
isShuffleMaskLegal
). If this function returns false, then method (2) is
526
virtual bool
isShuffleMaskLegal
(const SmallVectorImpl<int> &/*Mask*/,
537
/// Similar to
isShuffleMaskLegal
. This is used by Targets can use this to
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
295
bool SITargetLowering::
isShuffleMaskLegal
(const SmallVectorImpl<int> &,
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 328 milliseconds