/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.h | 133 unsigned getJumpTableEncoding() const;
|
H A D | M68kSubtarget.cpp | 220 unsigned M68kSubtarget::getJumpTableEncoding() const { in getJumpTableEncoding() function in M68kSubtarget
|
H A D | M68kISelLowering.h | 142 unsigned getJumpTableEncoding() const override;
|
H A D | M68kISelLowering.cpp | 2705 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 D | XCoreISelLowering.h | 98 unsigned getJumpTableEncoding() const override;
|
H A D | XCoreISelLowering.cpp | 336 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 130 unsigned getJumpTableEncoding() const override;
|
H A D | VEISelLowering.cpp | 1977 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 D | SwitchLoweringUtils.cpp | 250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 606 unsigned getJumpTableEncoding() const override;
|
H A D | RISCVISelLowering.cpp | 13945 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 D | MipsISelLowering.h | 675 unsigned getJumpTableEncoding() const override;
|
H A D | MipsISelLowering.cpp | 4339 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 D | ARMISelLowering.h | 396 unsigned getJumpTableEncoding() const override;
|
H A D | ARMISelLowering.cpp | 3483 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1146 unsigned getJumpTableEncoding() const override;
|
H A D | PPCISelLowering.cpp | 3179 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 D | X86ISelLowering.h | 972 unsigned getJumpTableEncoding() const override;
|
H A D | X86ISelLowering.cpp | 2814 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 D | TargetLowering.h | 3574 virtual unsigned getJumpTableEncoding() const;
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 441 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering 457 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
|