Home
last modified time | relevance | path

Searched refs:OtherInsnID (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/
Dselect-blsi.mir8 # This test covers the case when OtherInsnID and OtherOpIdx are different in a
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h631 int64_t OtherInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local
636 << OtherInsnID << "][" << OtherOpIdx << "])\n"); in executeMatchTable()
638 assert(State.MIs[OtherInsnID] != nullptr && "Used insn before defined"); in executeMatchTable()
640 State.MIs[OtherInsnID]->getOperand(OtherOpIdx))) { in executeMatchTable()