Searched refs:JTI (Results 26 - 28 of 28) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1149 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, argument
1156 ID.AddInteger(JTI);
1162 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget,
H A DSelectionDAGBuilder.cpp1668 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);
2200 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) local
2205 JumpTable JT(-1U, JTI, JumpTableBB, Default);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp1417 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, argument
1421 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);

Completed in 208 milliseconds

12