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/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp582 void Lowering::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, I… in SetInputsAndInsertInstruction()
836 OperandsCapture<3U> operands {}; in LowerMultiplyAddSub() local
883 OperandsCapture<2U> operands {}; in LowerNegateMultiply() local
921 OperandsCapture<2U> operands {}; in LowerLogicWithInvertedOperand() local
955 … *Lowering::LowerOperationWithShiftedOperand(Inst *inst, OperandsCapture<MAX_OPERANDS> &operands, … in LowerOperationWithShiftedOperand()
981 OperandsCapture<2U> operands {}; in LowerBinaryOperationWithShiftedOperand() local
1029 OperandsCapture<1> operands {}; in LowerUnaryOperationWithShiftedOperand() 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.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.h1356 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1374 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
1430 DynamicOperands *operands = GetDynamicOperands(); in GetInputs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1157 const std::vector<GateRef> &operands) in VisitReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1228 const std::vector<GateRef> &operands) in VisitReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9833 std::vector<Operand *> operands; /* Temporary. Deallocated on return. */ in SelectIntrinsicCall() local