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.cpp348 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h233 unsigned getJumpTableEncoding() const override;
DARMISelLowering.cpp2391 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h532 unsigned getJumpTableEncoding() const override;
DMipsISelLowering.cpp3560 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
3564 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h568 unsigned getJumpTableEncoding() const override;
DX86ISelLowering.cpp1752 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
1760 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/llvm/include/llvm/Target/
DTargetLowering.h2003 virtual unsigned getJumpTableEncoding() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp225 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
241 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
DSelectionDAGBuilder.cpp2360 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase()