Searched refs:OutMIs (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 50 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 …]
|
D | InstructionSelector.h | 407 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 236 // 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/ |
D | X86GenGlobalISel.inc | 781 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/ |
D | MipsGenGlobalISel.inc | 531 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/ |
D | ARMGenGlobalISel.inc | 710 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/ |
D | AArch64GenGlobalISel.inc | 791 NewMIVector OutMIs; 795 …if (executeMatchTable(*this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, Availab…
|