Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h679 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp4080 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4086 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h283 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp2756 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h893 unsigned getJumpTableEncoding() const override;
H A DPPCISelLowering.cpp2636 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
2640 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h667 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp2134 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2141 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
29596 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2805 virtual unsigned getJumpTableEncoding() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp288 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
304 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
H A DSelectionDAGBuilder.cpp9523 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()