/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 42 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/ |
D | SwitchLoweringUtils.h | 42 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 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 42 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/ |
D | SwitchLoweringUtils.h | 42 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/ |
D | SwitchLoweringUtils.h | 42 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 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
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A 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
|