Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp297 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local
299 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()
300 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp302 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local
304 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()
305 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2099 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase() local
2100 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) in handleJTSwitchCase()