Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.h129 unsigned getJumpTableEncoding() const;
H A DM68kSubtarget.cpp195 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
H A DM68kISelLowering.h142 unsigned getJumpTableEncoding() const override;
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h101 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h104 unsigned getJumpTableEncoding() const override;
H A DVEISelLowering.cpp1752 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1758 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2259 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h667 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4302 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4308 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h383 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3273 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1080 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp3105 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3109 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h900 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp2381 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2388 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
33877 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3203 virtual unsigned getJumpTableEncoding() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp444 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
460 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()