Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp93 MachineInstr *JTInst = &*MBBI; in INITIALIZE_PASS() local
100 const DebugLoc &DL = JTInst->getDebugLoc(); in INITIALIZE_PASS()
101 MachineOperand Selector = JTInst->getOperand(0); in INITIALIZE_PASS()
102 const GlobalValue *CombinedGlobal = JTInst->getOperand(1).getGlobal(); in INITIALIZE_PASS()
112 JTInst->getOperand(2 + 2 * Target).getImm()) in INITIALIZE_PASS()
144 .add(JTInst->getOperand(3 + 2 * Target)); in INITIALIZE_PASS()
182 EmitBranchFunnel(0, (JTInst->getNumOperands() - 2) / 2); in INITIALIZE_PASS()
186 .add(JTInst->getOperand(3 + 2 * P.second)); in INITIALIZE_PASS()
188 JTMBB->erase(JTInst); in INITIALIZE_PASS()