Searched refs:isSuitableForBitTests (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 227 if (TLI->isSuitableForBitTests(NumDests, NumCmps, in buildJumpTable() 385 if (!TLI->isSuitableForBitTests(NumDests, NumCmps, Low, High, *DL)) in buildBitTests()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 460 if (TLI->isSuitableForBitTests(Dests.size(), N, MinCaseVal, MaxCaseVal, in getEstimatedNumberOfCaseClusters()
|
H A D | TargetLowering.h | 1259 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests() function
|