Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp224 if (TLI->isSuitableForBitTests(NumDests, NumCmps, in buildJumpTable()
382 if (!TLI->isSuitableForBitTests(NumDests, NumCmps, Low, High, *DL)) in buildBitTests()
/external/llvm-project/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp227 if (TLI->isSuitableForBitTests(NumDests, NumCmps, in buildJumpTable()
385 if (!TLI->isSuitableForBitTests(NumDests, NumCmps, Low, High, *DL)) in buildBitTests()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h326 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps,
DSelectionDAGBuilder.cpp8279 if (isSuitableForBitTests(NumDests, NumCmps, in buildJumpTable()
8441 bool SelectionDAGBuilder::isSuitableForBitTests(unsigned NumDests, in isSuitableForBitTests() function in SelectionDAGBuilder
8485 if (!isSuitableForBitTests(NumDests, NumCmps, Low, High)) in buildBitTests()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h366 if (TLI->isSuitableForBitTests(Dests.size(), N, MinCaseVal, MaxCaseVal, in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1026 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h351 if (TLI->isSuitableForBitTests(Dests.size(), N, MinCaseVal, MaxCaseVal, in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1178 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests() function