Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp347 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h519 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp3566 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
3570 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h237 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp2391 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h552 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp1890 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
1898 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2052 virtual unsigned getJumpTableEncoding() const;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp223 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
239 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
H A DSelectionDAGBuilder.cpp2354 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase()