Home
last modified time | relevance | path

Searched refs:getJumpTableEncoding (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h83 virtual unsigned getJumpTableEncoding() const;
DXCoreISelLowering.cpp326 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h103 unsigned getJumpTableEncoding() const override;
DXCoreISelLowering.cpp343 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h240 virtual unsigned getJumpTableEncoding(void) const;
DARMISelLowering.cpp1941 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h567 unsigned getJumpTableEncoding() const override;
DMipsISelLowering.cpp3709 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
3713 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h506 virtual unsigned getJumpTableEncoding() const;
DX86ISelLowering.cpp1281 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
1289 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h233 unsigned getJumpTableEncoding() const override;
DARMISelLowering.cpp2507 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h662 unsigned getJumpTableEncoding() const override;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h769 virtual unsigned getJumpTableEncoding() const;
/external/llvm/include/llvm/Target/
DTargetLowering.h2201 virtual unsigned getJumpTableEncoding() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1067 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
1083 if (getJumpTableEncoding() == MachineJumpTableInfo::EK_GPRel32BlockAddress) in getPICJumpTableRelocBase()
DSelectionDAGBuilder.cpp2099 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp281 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
297 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()
DSelectionDAGBuilder.cpp8303 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()