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.cpp2828 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering
2829 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding()
2841 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.cpp1973 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1979 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2480 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp253 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h676 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4351 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4357 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h402 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3515 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h829 unsigned getJumpTableEncoding() const override;
H A DRISCVISelLowering.cpp21158 unsigned RISCVTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding()
21165 return TargetLowering::getJumpTableEncoding(); in LowerCustomJumpTableEntry()
21155 unsigned RISCVTargetLowering::getJumpTableEncoding() const { getJumpTableEncoding() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1147 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp3232 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3236 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h983 unsigned getJumpTableEncoding() const override;
H A DX86ISelLoweringCall.cpp415 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
426 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
H A DX86ISelLowering.cpp36339 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3843 virtual unsigned getJumpTableEncoding() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp443 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
459 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()