Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h37 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A 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
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A 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