Searched defs:CaseCluster (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 37 struct CaseCluster { struct 38 CaseClusterKind Kind; argument 47 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument 58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument 69 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
|
/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/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
|