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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h263 virtual unsigned getJumpTableEncoding() const;
H A DMipsISelLowering.cpp3756 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
3760 return TargetLowering::getJumpTableEncoding();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.h83 virtual unsigned getJumpTableEncoding() const;
H A DXCoreISelLowering.cpp324 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h251 virtual unsigned getJumpTableEncoding(void) const;
H A DARMISelLowering.cpp2050 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h451 virtual unsigned getJumpTableEncoding() const;
H A DX86ISelLowering.cpp1376 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1379 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1387 return TargetLowering::getJumpTableEncoding();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h812 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
815 virtual unsigned getJumpTableEncoding() const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1046 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1049 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
1065 unsigned JTEncoding = getJumpTableEncoding();
H A DSelectionDAGBuilder.cpp2199 unsigned JTEncoding = TLI.getJumpTableEncoding();

Completed in 423 milliseconds