Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h58 NewMIVector OutMIs; in executeMatchTable() local
80 for (auto MIB : OutMIs) { in executeMatchTable()
997 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
998 OutMIs.resize(NewInsnID + 1); in executeMatchTable()
1017 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
1060 OutMIs[NewInsnID].add(MO); in executeMatchTable()
1194 OutMIs[InsnID].addImm(Imm); in executeMatchTable()
1209 OutMIs[InsnID].addCImm( in executeMatchTable()
1223 RenderOpFn(OutMIs[InsnID]); in executeMatchTable()
1266 OutMIs[NewInsnID].addImm( in executeMatchTable()
[all …]
H A DGIMatchTableExecutor.h673 NewMIVector &OutMIs) const { in runCustomAction() argument