Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h136 uint8_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
137 switch (MatcherOpcode) { in executeMatchTable()
172 if (MatcherOpcode == GIM_RecordInsnIgnoreCopies) in executeMatchTable()
209 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
403 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()
649 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
653 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()
928 if (MatcherOpcode == GIM_CheckIsSameOperandIgnoreCopies) { in executeMatchTable()
1169 if (MatcherOpcode != GIR_AddSimpleTempRegister) in executeMatchTable()
1172 if (MatcherOpcode == GIR_AddTempSubRegister) in executeMatchTable()
[all …]