HomeSort by relevance Sort by last modified time
    Searched refs:CaseCluster (Results 1 - 6 of 6) 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...]
IceSwitchLowering.cpp 24 CaseClusterArray CaseCluster::clusterizeSwitch(Cfg *Func,
37 [](const CaseCluster &x, const CaseCluster &y) {
44 [&Active](const CaseCluster &x) {
80 for (const CaseCluster &Case : CaseClusters) {
96 bool CaseCluster::tryAppend(const CaseCluster &New) {
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX86Base.h 363 void lowerCaseCluster(const CaseCluster &Case, Operand *Src0, bool DoneCmp,
    [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...]
SelectionDAGBuilder.cpp     [all...]

Completed in 269 milliseconds