Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
HDXCoreISelLowering.cpp351 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.h233 unsigned getJumpTableEncoding() const override;
HDARMISelLowering.cpp2445 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.h543 unsigned getJumpTableEncoding() const override;
HDMipsISelLowering.cpp3597 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
3601 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.h601 unsigned getJumpTableEncoding() const override;
HDX86ISelLowering.cpp1871 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
1879 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h2057 virtual unsigned getJumpTableEncoding() const;
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp228 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
244 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
HDSelectionDAGBuilder.cpp7521 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()