/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.h | 83 virtual unsigned getJumpTableEncoding() const;
|
D | XCoreISelLowering.cpp | 326 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 103 unsigned getJumpTableEncoding() const override;
|
D | XCoreISelLowering.cpp | 343 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 240 virtual unsigned getJumpTableEncoding(void) const;
|
D | ARMISelLowering.cpp | 1941 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 567 unsigned getJumpTableEncoding() const override;
|
D | MipsISelLowering.cpp | 3709 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering 3713 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 506 virtual unsigned getJumpTableEncoding() const;
|
D | X86ISelLowering.cpp | 1281 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering 1289 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 233 unsigned getJumpTableEncoding() const override;
|
D | ARMISelLowering.cpp | 2507 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 662 unsigned getJumpTableEncoding() const override;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 769 virtual unsigned getJumpTableEncoding() const;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2201 virtual unsigned getJumpTableEncoding() const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1067 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering 1083 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_GPRel32BlockAddress) in getPICJumpTableRelocBase()
|
D | SelectionDAGBuilder.cpp | 2099 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 281 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering 297 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
|
D | SelectionDAGBuilder.cpp | 8303 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()
|