| /freebsd-13.1/contrib/llvm-project/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 | 2665 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering 2666 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding() 2678 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_Custom32) in getPICJumpTableRelocBase()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.h | 101 unsigned getJumpTableEncoding() const override;
|
| H A D | XCoreISelLowering.cpp | 339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 107 unsigned getJumpTableEncoding() const override;
|
| H A D | VEISelLowering.cpp | 1753 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering 1759 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding() 2260 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 667 unsigned getJumpTableEncoding() const override;
|
| H A D | MipsISelLowering.cpp | 4321 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering 4327 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 394 unsigned getJumpTableEncoding() const override;
|
| H A D | ARMISelLowering.cpp | 3390 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1099 unsigned getJumpTableEncoding() const override;
|
| H A D | PPCISelLowering.cpp | 3114 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering 3118 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 900 unsigned getJumpTableEncoding() const override;
|
| H A D | X86ISelLowering.cpp | 2384 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering 2391 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding() 34070 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3223 virtual unsigned getJumpTableEncoding() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 435 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering 451 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
|