Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h284 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
DAArch64ISelLowering.cpp610 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
611 if (MaxJT && getMaximumJumpTableSize() == 0) in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h890 OptForSize || getMaximumJumpTableSize() == 0 in isSuitableForJumpTable()
892 : getMaximumJumpTableSize(); in isSuitableForJumpTable()
1367 unsigned getMaximumJumpTableSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1663 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase