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

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
H A DXCoreISelLowering.cpp345 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h237 unsigned getJumpTableEncoding() const override;
H A DARMISelLowering.cpp2282 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h593 unsigned getJumpTableEncoding() const override;
H A DMipsISelLowering.cpp3262 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
3266 return TargetLowering::getJumpTableEncoding();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h522 unsigned getJumpTableEncoding() const override;
H A DX86ISelLowering.cpp1737 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1740 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1748 return TargetLowering::getJumpTableEncoding();
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1891 virtual unsigned getJumpTableEncoding() const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp219 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
222 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
238 unsigned JTEncoding = getJumpTableEncoding();
H A DSelectionDAGBuilder.cpp2330 unsigned JTEncoding = TLI->getJumpTableEncoding();

Completed in 385 milliseconds