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

/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h93 virtual unsigned getJumpTableEncoding() const;
H A DXCoreISelLowering.cpp318 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h243 virtual unsigned getJumpTableEncoding() const;
H A DARMISelLowering.cpp2343 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h587 virtual unsigned getJumpTableEncoding() const;
H A DMipsISelLowering.cpp3164 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
3168 return TargetLowering::getJumpTableEncoding();
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h529 virtual unsigned getJumpTableEncoding() const;
H A DX86ISelLowering.cpp1670 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1673 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1681 return TargetLowering::getJumpTableEncoding();
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1727 virtual unsigned getJumpTableEncoding() const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp218 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
221 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
237 unsigned JTEncoding = getJumpTableEncoding();
H A DSelectionDAGBuilder.cpp2293 unsigned JTEncoding = TLI->getJumpTableEncoding();

Completed in 342 milliseconds