Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kSubtarget.h133 unsigned getJumpTableEncoding() const;
DM68kSubtarget.cpp221 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
DM68kISelLowering.h142 unsigned getJumpTableEncoding() const override;
DM68kISelLowering.cpp2665 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering
2666 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding()
2678 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_Custom32) in getPICJumpTableRelocBase()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.h101 unsigned getJumpTableEncoding() const override;
DXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.h107 unsigned getJumpTableEncoding() const override;
DVEISelLowering.cpp1753 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1759 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2260 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h667 unsigned getJumpTableEncoding() const override;
DMipsISelLowering.cpp4321 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4327 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h394 unsigned getJumpTableEncoding() const override;
DARMISelLowering.cpp3390 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1099 unsigned getJumpTableEncoding() const override;
DPPCISelLowering.cpp3114 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3118 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h900 unsigned getJumpTableEncoding() const override;
DX86ISelLowering.cpp2384 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2391 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
34070 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3223 virtual unsigned getJumpTableEncoding() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp435 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
451 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()