HomeSort by relevance Sort by last modified time
    Searched defs:CaseCluster (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 25 class CaseCluster;
27 using CaseClusterArray = CfgVector<CaseCluster>;
30 class CaseCluster {
31 CaseCluster() = delete;
39 CaseCluster(const CaseCluster &) = default;
40 CaseCluster &operator=(const CaseCluster &) = default;
43 CaseCluster(uint64_t Value, CfgNode *Target)
46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 149 struct CaseCluster {
159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High,
161 CaseCluster C;
170 static CaseCluster jumpTable(const ConstantInt *Low,
173 CaseCluster C;
182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High,
184 CaseCluster C;
194 typedef std::vector<CaseCluster> CaseClusterVector;
315 MachineBasicBlock *DefaultMBB, CaseCluster &JTCluster);
332 const SwitchInst *SI, CaseCluster &BTCluster)
    [all...]

Completed in 182 milliseconds