Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h139 unsigned getJumpTableEncoding() const;
H A DM68kSubtarget.cpp218 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
H A DM68kISelLowering.h142 unsigned getJumpTableEncoding() const override;
H A DM68kISelLowering.cpp2827 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering
2828 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding()
2840 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_Custom32) in getPICJumpTableRelocBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h98 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp331 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h220 unsigned getJumpTableEncoding() const override;
H A DVEISelLowering.cpp1975 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1981 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2482 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp252 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h672 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4336 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4342 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h403 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3499 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h770 unsigned getJumpTableEncoding() const override;
H A DRISCVISelLowering.cpp19539 unsigned RISCVTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in RISCVTargetLowering
19546 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1136 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp3227 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3231 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h978 unsigned getJumpTableEncoding() const override;
H A DX86ISelLoweringCall.cpp414 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
424 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
H A DX86ISelLowering.cpp35807 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3726 virtual unsigned getJumpTableEncoding() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp442 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
458 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()