Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h207 unsigned MaxJumpTableSize = 0; variable
371 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
DAArch64Subtarget.cpp103 MaxJumpTableSize = 20; in initializeProperties()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h235 unsigned MaxJumpTableSize = 0; variable
411 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
DAArch64Subtarget.cpp127 MaxJumpTableSize = 20; in initializeProperties()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1454 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1458 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1638 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1642 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt385 intx MaxJumpTableSize = 65000 {C2 product}
Djdk6-flags.txt355 intx MaxJumpTableSize = 65000 {C2 product}