Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
DXCoreISelLowering.cpp345 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h237 unsigned getJumpTableEncoding() const override;
DARMISelLowering.cpp2282 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h593 unsigned getJumpTableEncoding() const override;
DMipsISelLowering.cpp3262 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
3266 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h522 unsigned getJumpTableEncoding() const override;
DX86ISelLowering.cpp1740 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
1748 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/llvm/include/llvm/Target/
DTargetLowering.h1891 virtual unsigned getJumpTableEncoding() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp222 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
238 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
DSelectionDAGBuilder.cpp2330 unsigned JTEncoding = TLI->getJumpTableEncoding(); in handleJTSwitchCase()