Home
last modified time | relevance | path

Searched refs:CaseClusterVector (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h205 using CaseClusterVector = std::vector<CaseCluster>; variable
206 using CaseClusterIt = CaseClusterVector::iterator;
223 void sortAndRangeify(CaseClusterVector &Clusters);
326 uint64_t getJumpTableRange(const CaseClusterVector &Clusters, unsigned First,
335 bool buildJumpTable(const CaseClusterVector &Clusters, unsigned First,
340 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
345 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last,
349 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
377 CaseClusterVector &Clusters,
DSelectionDAGBuilder.cpp2564 void SelectionDAGBuilder::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify()
9328 SelectionDAGBuilder::getJumpTableRange(const CaseClusterVector &Clusters, in getJumpTableRange()
9352 bool SelectionDAGBuilder::buildJumpTable(const CaseClusterVector &Clusters, in buildJumpTable()
9428 void SelectionDAGBuilder::findJumpTables(CaseClusterVector &Clusters, in findJumpTables()
9567 bool SelectionDAGBuilder::buildBitTests(CaseClusterVector &Clusters, in buildBitTests()
9669 void SelectionDAGBuilder::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters()
10154 const SwitchInst &SI, CaseClusterVector &Clusters, in peelDominantCaseCluster()
10208 CaseClusterVector Clusters; in visitSwitch()
10248 CaseClusterVector New; in visitSwitch()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h194 typedef std::vector<CaseCluster> CaseClusterVector; typedef
195 typedef CaseClusterVector::iterator CaseClusterIt;
213 void sortAndRangeify(CaseClusterVector &Clusters);
308 bool isDense(const CaseClusterVector &Clusters, unsigned *TotalCases,
313 bool buildJumpTable(CaseClusterVector &Clusters, unsigned First,
318 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
331 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last,
335 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
DSelectionDAGBuilder.cpp2380 void SelectionDAGBuilder::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify()
8205 bool SelectionDAGBuilder::isDense(const CaseClusterVector &Clusters, in isDense()
8242 bool SelectionDAGBuilder::buildJumpTable(CaseClusterVector &Clusters, in buildJumpTable()
8318 void SelectionDAGBuilder::findJumpTables(CaseClusterVector &Clusters, in findJumpTables()
8464 bool SelectionDAGBuilder::buildBitTests(CaseClusterVector &Clusters, in buildBitTests()
8563 void SelectionDAGBuilder::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters()
9024 CaseClusterVector Clusters; in visitSwitch()
9064 CaseClusterVector New; in visitSwitch()