Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.h102 unsigned getJumpTableEncoding() const override;
HDXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSwitchLoweringUtils.cpp247 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h684 unsigned getJumpTableEncoding() const override;
HDMipsISelLowering.cpp4290 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4296 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h303 unsigned getJumpTableEncoding() const override;
HDARMISelLowering.cpp3052 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h968 unsigned getJumpTableEncoding() const override;
HDPPCISelLowering.cpp2799 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
2803 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h730 unsigned getJumpTableEncoding() const override;
HDX86ISelLowering.cpp2345 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2352 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
32078 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3006 virtual unsigned getJumpTableEncoding() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp435 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
451 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()