Searched defs:CaseCluster (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 25 class CaseCluster; variable 43 CaseCluster(uint64_t Value, CfgNode *Target) in CaseCluster() function 46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 160 struct CaseCluster { struct 161 CaseClusterKind Kind; argument 170 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument 181 static CaseCluster jumpTable(const ConstantInt *Low, in jumpTable() argument 193 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 149 struct CaseCluster { struct 150 CaseClusterKind Kind; argument 159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument 170 static CaseCluster jumpTable(const ConstantInt *Low, in jumpTable() argument 182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
|