Home
last modified time | relevance | path

Searched defs:operands (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp573 void Lowering::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, Inst *newInst) in SetInputsAndInsertInstruction() argument
946 LowerOperationWithShiftedOperand(Inst *inst, OperandsCapture<MAX_OPERANDS> &operands, Inst *shiftInst, Opcode newOpcode) LowerOperationWithShiftedOperand() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h1091 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1109 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
2892 [[maybe_unused]] auto operands = new (reinterpret_cast<void *>(data)) DynamicOperands(allocator); New() local
2902 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; New() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1366 DynamicOperands *operands = GetDynamicOperands(); in AppendInput() local
1384 DynamicOperands *operands = GetDynamicOperands(); in RemoveInput() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1227 VisitReturn([[maybe_unused]] GateRef gate, [[maybe_unused]] GateRef popCount, const std::vector<GateRef> &operands) VisitReturn() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1188 VisitReturn([[maybe_unused]] GateRef gate, [[maybe_unused]] GateRef popCount, const std::vector<GateRef> &operands) VisitReturn() argument

Completed in 20 milliseconds