Home
last modified time | relevance | path

Searched defs:Permute (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4931 struct Permute { struct
4932 unsigned Opcode;
4933 unsigned Operand;
4934 unsigned char Bytes[SystemZ::VectorBytes];
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp576 enum ShuffleMode { Unknown, Select, Permute }; in isFixedVectorShuffle() enumerator