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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp238 unsigned JTEncoding = getJumpTableEncoding(); local
240 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
241 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))
H A DSelectionDAGBuilder.cpp2330 unsigned JTEncoding = TLI->getJumpTableEncoding();
2331 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding)

Completed in 161 milliseconds