Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h143 uint8_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
144 switch (MatcherOpcode) { in executeMatchTable()
179 if (MatcherOpcode == GIM_RecordInsnIgnoreCopies) in executeMatchTable()
216 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
225 if (MatcherOpcode == GIM_CheckOpcodeIsEither) dbgs() in executeMatchTable()
329 MatcherOpcode == GIM_CheckImmOperandPredicate ? readULEB() : 1; in executeMatchTable()
410 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()
646 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT ? "EqualTo" in executeMatchTable()
647 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
673 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
[all …]