Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.h102 unsigned getJumpTableEncoding() const override;
DXCoreISelLowering.cpp339 unsigned XCoreTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in XCoreTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp247 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h684 unsigned getJumpTableEncoding() const override;
DMipsISelLowering.cpp4290 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in MipsTargetLowering
4296 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h303 unsigned getJumpTableEncoding() const override;
DARMISelLowering.cpp3051 unsigned ARMTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h968 unsigned getJumpTableEncoding() const override;
DPPCISelLowering.cpp2781 unsigned PPCTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in PPCTargetLowering
2785 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h730 unsigned getJumpTableEncoding() const override;
DX86ISelLowering.cpp2345 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in X86TargetLowering
2352 return TargetLowering::getJumpTableEncoding(); in getJumpTableEncoding()
32066 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3006 virtual unsigned getJumpTableEncoding() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp435 unsigned TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding() function in TargetLowering
451 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase()