Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp925 bool trySet(MaskType OpcodeInMaskForm, MaskType InterchangeableMask) { in trySet()
927 SeenBefore |= OpcodeInMaskForm; in trySet()
1051 MaskType OpcodeInMaskForm; in add() local
1055 OpcodeInMaskForm = ShlBIT; in add()
1058 OpcodeInMaskForm = AShrBIT; in add()
1061 OpcodeInMaskForm = MulBIT; in add()
1064 OpcodeInMaskForm = AddBIT; in add()
1067 OpcodeInMaskForm = SubBIT; in add()
1070 OpcodeInMaskForm = AndBIT; in add()
1073 OpcodeInMaskForm = OrBIT; in add()
[all …]