Searched refs:OutMIs (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelectorImpl.h | 81 for (auto MIB : OutMIs) { in executeMatchTable() 848 if (NewInsnID >= OutMIs.size()) in executeMatchTable() 849 OutMIs.resize(NewInsnID + 1); in executeMatchTable() 864 if (NewInsnID >= OutMIs.size()) in executeMatchTable() 865 OutMIs.resize(NewInsnID + 1); in executeMatchTable() 898 OutMIs[NewInsnID].add(MO); in executeMatchTable() 982 OutMIs[InsnID].addImm(Imm); in executeMatchTable() 994 RenderOpFn(OutMIs[InsnID]); in executeMatchTable() 1020 OutMIs[NewInsnID].addImm( in executeMatchTable() 1039 OutMIs[NewInsnID].addFPImm( in executeMatchTable() [all …]
|
| H A D | InstructionSelector.h | 526 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitter.td | 223 // CHECK-NEXT: NewMIVector OutMIs; 227 // CHECK: if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI…
|