Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kSubtarget.h133 unsigned getJumpTableEncoding() const;
H A DM68kSubtarget.cpp220 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
H A DM68kISelLowering.h142 unsigned getJumpTableEncoding() const override;
H A DM68kISelLowering.cpp2705 unsigned M68kTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kTargetLowering
2706 return Subtarget.getJumpTableEncoding(); in getJumpTableEncoding()
2718 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_Custom32) in getPICJumpTableRelocBase()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h98 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp336 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h130 unsigned getJumpTableEncoding() const override;
H A DVEISelLowering.cpp1977 unsigned VETargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in VETargetLowering
1983 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
2484 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h606 unsigned getJumpTableEncoding() const override;
H A DRISCVISelLowering.cpp13945 unsigned RISCVTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in RISCVTargetLowering
13952 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h675 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4339 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4345 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h396 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3483 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp3179 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
3183 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h972 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp2814 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2821 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
37078 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3574 virtual unsigned getJumpTableEncoding() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp441 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
457 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()