Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md97 ### Implicitly addressed accumulator register
131 ### Variable size of instructions
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md97 ### Implicitly addressed accumulator register
131 ### Variable size of instructions
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dllvm_pass.rb18 attr_reader :operands, :inputs accessor in Pass
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp440 void Lowering::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, I… in SetInputsAndInsertInstruction()
694 OperandsCapture<3U> operands {}; in LowerMultiplyAddSub() local
741 OperandsCapture<2U> operands {}; in LowerNegateMultiply() local
779 OperandsCapture<2U> operands {}; in LowerLogicWithInvertedOperand() local
813 … *Lowering::LowerOperationWithShiftedOperand(Inst *inst, OperandsCapture<MAX_OPERANDS> &operands, … in LowerOperationWithShiftedOperand()
839 OperandsCapture<2U> operands {}; in LowerBinaryOperationWithShiftedOperand() local
887 OperandsCapture<1> operands {}; in LowerUnaryOperationWithShiftedOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dext_constantfold.cpp151 std::queue<BaseNode *> operands; in ExtFoldIor() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1090 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1108 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1168 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
2887 … [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); in New() local
2897 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1468 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1486 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1542 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
7417 … [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); in New() local
7426 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp763 const std::vector<GateRef> &operands) in VisitReturn()
Dllvm_ir_builder.cpp1105 const std::vector<GateRef> &operands) in VisitReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10917 std::vector<Operand *> operands; /* Temporary. Deallocated on return. */ in SelectIntrinCall() local