Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h50 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State, in executeMatchTable() argument
657 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
658 OutMIs.resize(NewInsnID + 1); in executeMatchTable()
660 OutMIs[NewInsnID] = MachineInstrBuilder(*State.MIs[OldInsnID]->getMF(), in executeMatchTable()
662 OutMIs[NewInsnID]->setDesc(TII.get(NewOpcode)); in executeMatchTable()
673 if (NewInsnID >= OutMIs.size()) in executeMatchTable()
674 OutMIs.resize(NewInsnID + 1); in executeMatchTable()
676 OutMIs[NewInsnID] = BuildMI(*State.MIs[0]->getParent(), State.MIs[0], in executeMatchTable()
688 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
689 OutMIs[NewInsnID].add(State.MIs[OldInsnID]->getOperand(OpIdx)); in executeMatchTable()
[all …]
DInstructionSelector.h407 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td236 // CHECK-NEXT: NewMIVector OutMIs;
240 // CHECK: if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc781 NewMIVector OutMIs;
785 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc531 NewMIVector OutMIs;
535 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc710 NewMIVector OutMIs;
714 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc791 NewMIVector OutMIs;
795 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…