Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp241 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local
243 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()
244 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
DSelectionDAGBuilder.cpp2360 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase() local
2361 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) in handleJTSwitchCase()