Searched defs:getJumpTableEncoding (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp343 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp326 unsigned XCoreTargetLowering::getJumpTableEncoding() const { function in class:XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1064 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1067 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
1083 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_GPRel32BlockAddress)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp281 unsigned TargetLowering::getJumpTableEncoding() const { function in class:TargetLowering
297 unsigned JTEncoding = getJumpTableEncoding();
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3709 unsigned MipsTargetLowering::getJumpTableEncoding() const { function in class:MipsTargetLowering
3713 return TargetLowering::getJumpTableEncoding();
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp1941 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2507 unsigned ARMTargetLowering::getJumpTableEncoding() const { function in class:ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1278 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
1281 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1289 return TargetLowering::getJumpTableEncoding();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1882 unsigned X86TargetLowering::getJumpTableEncoding() const { function in class:X86TargetLowering
1889 return TargetLowering::getJumpTableEncoding();
24067 MF->getOrCreateJumpTableInfo(getJumpTableEncoding());
[all...]

Completed in 930 milliseconds