Home
last modified time | relevance | path

Searched defs:CaseCluster (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h25 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/
DSelectionDAGBuilder.h160 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/
DSelectionDAGBuilder.h149 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