Home
last modified time | relevance | path

Searched refs:operand_type (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Demitter.py343 operand_type = operand.type
344 if _is_floating_point_type(operand_type):
348 if _is_index_type(operand_type):
351 from_width = IntegerType(operand_type).width
363 operand_type = operand.type
364 if _is_integer_type(operand_type):
370 from_width = _get_floating_point_width(operand_type)
505 def _add_type_mapping(operand_config: OperandDefConfig, operand_type: Type,
508 element_or_self_type = operand_type
512 element_or_self_type = ShapedType(operand_type).element_type
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp602 Type *operand_type = operand->getType(); in CanInterpret() local
604 switch (operand_type->getTypeID()) { in CanInterpret()
610 PrintType(operand_type).c_str()); in CanInterpret()
620 if (operand_type->getPrimitiveSizeInBits() > 64) { in CanInterpret()
622 PrintType(operand_type).c_str()); in CanInterpret()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2007 for (auto operand_type : in parse() local
2009 if (parser.resolveOperand(std::get<0>(operand_type), in parse()
2010 std::get<1>(operand_type), result.operands)) in parse()