Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.h133 unsigned getJumpTableEncoding() const;
H A DM68kSubtarget.cpp221 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
H A DM68kISelLowering.h142 unsigned getJumpTableEncoding() const override;
H A DM68kISelLowering.cpp2677 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering
2678 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding()
2690 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_Custom32) in getPICJumpTableRelocBase()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h101 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp337 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h125 unsigned getJumpTableEncoding() const override;
H A DVEISelLowering.cpp1963 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1969 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2470 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h594 unsigned getJumpTableEncoding() const override;
H A DRISCVISelLowering.cpp12229 unsigned RISCVTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in RISCVTargetLowering
12236 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h675 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4333 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4339 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h395 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3456 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1135 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp3166 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3170 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h942 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp2736 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2743 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
36091 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3479 virtual unsigned getJumpTableEncoding() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp440 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
456 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()