| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 133 unsigned getJumpTableEncoding() const;
|
| H A D | M68kSubtarget.cpp | 221 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
|
| H A D | M68kISelLowering.h | 142 unsigned getJumpTableEncoding() const override;
|
| H A D | M68kISelLowering.cpp | 2677 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 D | XCoreISelLowering.h | 101 unsigned getJumpTableEncoding() const override;
|
| H A D | XCoreISelLowering.cpp | 337 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 125 unsigned getJumpTableEncoding() const override;
|
| H A D | VEISelLowering.cpp | 1963 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 D | SwitchLoweringUtils.cpp | 250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 594 unsigned getJumpTableEncoding() const override;
|
| H A D | RISCVISelLowering.cpp | 12229 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 D | MipsISelLowering.h | 675 unsigned getJumpTableEncoding() const override;
|
| H A D | MipsISelLowering.cpp | 4333 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 D | ARMISelLowering.h | 395 unsigned getJumpTableEncoding() const override;
|
| H A D | ARMISelLowering.cpp | 3456 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1135 unsigned getJumpTableEncoding() const override;
|
| H A D | PPCISelLowering.cpp | 3166 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 D | X86ISelLowering.h | 942 unsigned getJumpTableEncoding() const override;
|
| H A D | X86ISelLowering.cpp | 2736 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 D | TargetLowering.h | 3479 virtual unsigned getJumpTableEncoding() const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 440 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering 456 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
|