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

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

Completed in 618 milliseconds