Searched refs:NumericConstant (Results 1 – 6 of 6) sorted by relevance
/external/emboss/compiler/util/ |
D | traverse_ir_test.py | 221 _EXAMPLE_IR, [ir_data.NumericConstant], _record_constant, 231 [ir_data.Function, ir_data.Expression, ir_data.NumericConstant], 239 _EXAMPLE_IR, [ir_data.Structure, ir_data.NumericConstant], 246 _EXAMPLE_IR, [ir_data.Enum, ir_data.NumericConstant], _record_constant, 253 _EXAMPLE_IR, [ir_data.NumericConstant], _record_constant, 262 _EXAMPLE_IR, [ir_data.Field, ir_data.NumericConstant], 274 _EXAMPLE_IR, [ir_data.NumericConstant], _record_file_name_and_constant, 285 _EXAMPLE_IR, [ir_data.NumericConstant], _record_kind_and_constant, 327 _EXAMPLE_IR, [ir_data.NumericConstant],
|
D | ir_util_test.py | 311 constant=ir_data.NumericConstant(value="20"), 320 constant=ir_data.NumericConstant(value="10"), 328 constant=ir_data.NumericConstant(value="5"), 336 constant=ir_data.NumericConstant(value="0"), 345 constant=ir_data.NumericConstant(value="30"), 358 constant=ir_data.NumericConstant(value="100"), 364 constant=ir_data.NumericConstant(value="100"), 377 constant=ir_data.NumericConstant(value="40"),
|
D | ir_data.py | 181 class NumericConstant(Message): class 497 constant: Optional[NumericConstant] = ir_data_fields.oneof_field("expression")
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 100 auto *NumericConstant = [&] () -> const Constant* { in buildConstDbgValue() local 107 if (auto *CI = dyn_cast<ConstantInt>(NumericConstant)) { in buildConstDbgValue() 112 } else if (auto *CFP = dyn_cast<ConstantFP>(NumericConstant)) { in buildConstDbgValue() 114 } else if (isa<ConstantPointerNull>(NumericConstant)) { in buildConstDbgValue()
|
/external/emboss/compiler/front_end/ |
D | attribute_checker.py | 111 constant=ir_data.NumericConstant(value=str(value),
|
D | module_ir.py | 672 constant=ir_data.NumericConstant( 778 return ir_data.NumericConstant(value=str(n))
|