Home
last modified time | relevance | path

Searched refs:BitTestCases (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp457 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
463 BitTestCases.size() - 1, TotalProb); in buildBitTests()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h274 std::vector<BitTestBlock> BitTestCases; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1209 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex]; in lowerBitTestWorkItem()
3567 for (auto &BTB : SL->BitTestCases) { in emitSPDescriptorParent()
3621 SL->BitTestCases.clear();
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1971 for (auto &BTB : SDB->SL->BitTestCases) { in FinishBasicBlock()
2050 SDB->SL->BitTestCases.clear();
H A DSelectionDAGBuilder.cpp3515 // Update BitTestCases. in visitSelect()
3516 for (BitTestBlock &BTB : SL->BitTestCases) in visitSelect()
12101 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex]; in visitCallBrLandingPad()