Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h50 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State, in executeMatchTable() argument
754 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
755 OutMIs.resize(NewInsnID + 1); in executeMatchTable()
757 OutMIs[NewInsnID] = MachineInstrBuilder(*State.MIs[OldInsnID]->getMF(), in executeMatchTable()
759 OutMIs[NewInsnID]->setDesc(TII.get(NewOpcode)); in executeMatchTable()
770 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
771 OutMIs.resize(NewInsnID + 1); in executeMatchTable()
773 OutMIs[NewInsnID] = BuildMI(*State.MIs[0]->getParent(), State.MIs[0], in executeMatchTable()
785 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
786 OutMIs[NewInsnID].add(State.MIs[OldInsnID]->getOperand(OpIdx)); in executeMatchTable()
[all …]
DInstructionSelector.h461 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc782 NewMIVector OutMIs;
786 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc658 NewMIVector OutMIs;
662 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc826 NewMIVector OutMIs;
830 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc1130 NewMIVector OutMIs;
1134 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…