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/ |
D | InstructionSelectorImpl.h | 50 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 …]
|
D | InstructionSelector.h | 461 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 782 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/ |
D | MipsGenGlobalISel.inc | 658 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/ |
D | ARMGenGlobalISel.inc | 826 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/ |
D | AArch64GenGlobalISel.inc | 1130 NewMIVector OutMIs; 1134 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
|