Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3189 using BaseInst = InstWithOperandsType<ConditionMixin<FixedInputsInst2>>; variable
3293 using BaseInst = AnyTypeMixin<FixedInputsInst1>; variable
3297 : BaseInst(opcode, DataType::Type::BOOL, pc) in BaseInst() function
3303 : BaseInst(opcode, DataType::Type::BOOL, pc) in BaseInst() function
3331 using BaseInst = AnyTypeMixin<FixedInputsInst0>; variable
3335 : BaseInst(opcode, DataType::Type::ANY, pc) in BaseInst() function
3355 using BaseInst = AnyTypeMixin<FixedInputsInst1>; variable
3359 : BaseInst(opcode, AnyBaseTypeToDataType(anyType), pc) in BaseInst() function
3364 : BaseInst(opcode, AnyBaseTypeToDataType(anyType), pc) in BaseInst() function
3397 using BaseInst = AnyTypeMixin<FixedInputsInst1>; variable
[all …]