Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp457 if (SI->getNumCases() + 1 >= (unsigned)TLI->getMinimumJumpTableEntries()) in mightUseCTR()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp434 if (SI->getNumCases() + 1 >= (unsigned)TLI->getMinimumJumpTableEntries()) in mightUseCTR()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h299 if (N < 2 || N < TLI->getMinimumJumpTableEntries()) in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1360 virtual unsigned getMinimumJumpTableEntries() const;
/external/llvm/include/llvm/Target/
DTargetLowering.h1010 int getMinimumJumpTableEntries() const { in getMinimumJumpTableEntries() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1651 unsigned TargetLoweringBase::getMinimumJumpTableEntries() const { in getMinimumJumpTableEntries() function in TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8335 const unsigned MinJumpTableSize = TLI.getMinimumJumpTableEntries(); in findJumpTables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9445 const unsigned MinJumpTableEntries = TLI.getMinimumJumpTableEntries(); in findJumpTables()