Searched refs:JTInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp78 MachineInstr *JTInst = &*MBBI; local
85 DebugLoc DL = JTInst->getDebugLoc();
86 MachineOperand Selector = JTInst->getOperand(0);
87 const GlobalValue *CombinedGlobal = JTInst->getOperand(1).getGlobal();
97 JTInst->getOperand(2 + 2 * Target).getImm())
129 .add(JTInst->getOperand(3 + 2 * Target));
167 EmitBranchFunnel(0, (JTInst->getNumOperands() - 2) / 2);
171 .add(JTInst->getOperand(3 + 2 * P.second));
173 JTMBB->erase(JTInst);

Completed in 103 milliseconds