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) in executeMatchTable()
317 const bool IsLE = (MatcherOpcode == GIM_CheckNumOperandsLE); in executeMatchTable()
347 MatcherOpcode == GIM_CheckImmOperandPredicate ? readULEB() : 1; in executeMatchTable()
448 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()
684 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT ? "EqualTo" in executeMatchTable()
685 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
[all …]