Searched defs:getJumpTableEncoding (Results 1 - 5 of 5) sorted by last modified time

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1041 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1044 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
1060 unsigned JTEncoding = getJumpTableEncoding();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2046 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3482 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
3486 return TargetLowering::getJumpTableEncoding();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1369 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1372 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1380 return TargetLowering::getJumpTableEncoding();
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp324 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering

Completed in 216 milliseconds