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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h102 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp247 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h684 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4290 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
4296 return TargetLowering::getJumpTableEncoding();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h303 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp3052 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h968 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp2799 unsigned PPCTargetLowering::getJumpTableEncoding() const { function in class:PPCTargetLowering
2803 return TargetLowering::getJumpTableEncoding();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h730 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp2345 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
2352 return TargetLowering::getJumpTableEncoding();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3006 virtual unsigned getJumpTableEncoding() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp435 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
451 unsigned JTEncoding = getJumpTableEncoding();

Completed in 514 milliseconds