Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 11 of 11) 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/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRUtils.ts100 const operands = stmt.getDefAndUses(); constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp594 void Lowering::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, I… in SetInputsAndInsertInstruction()
855 OperandsCapture<3U> operands {}; in LowerMultiplyAddSub() local
903 OperandsCapture<2U> operands {}; in LowerNegateMultiply() local
943 OperandsCapture<2U> operands {}; in LowerLogicWithInvertedOperand() local
978 … *Lowering::LowerOperationWithShiftedOperand(Inst *inst, OperandsCapture<MAX_OPERANDS> &operands, … in LowerOperationWithShiftedOperand()
1004 OperandsCapture<2U> operands {}; in LowerBinaryOperationWithShiftedOperand() local
1052 OperandsCapture<1> operands {}; in LowerUnaryOperationWithShiftedOperand() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1091 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1109 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1169 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
2892 … [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); in New() local
2902 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1370 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1388 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1444 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1336 const std::vector<GateRef> &operands) in VisitReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1323 const std::vector<GateRef> &operands) in VisitReturn()