Home
last modified time | relevance | path

Searched refs:getMaximumJumpTableSize (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h371 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
DAArch64ISelLowering.cpp694 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
695 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h411 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
DAArch64ISelLowering.cpp897 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
898 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1454 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
1813 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1638 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
2006 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1551 unsigned getMaximumJumpTableSize() const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1695 unsigned getMaximumJumpTableSize() const;