Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp90 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp()
124 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp()
158 …blerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp()
204 …blerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Stp()
277 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr()
303 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr()
308 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh()
314 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb()
320 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str()
357 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur()
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dfixup_poisons.cpp33 for (auto operand : instruction.operand_values()) { in FixupInstructionOperands() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dremove_unused_functions.cpp102 for (auto operand : user.operand_values()) { in VisitValue() local
Dcleanup_inline_module.cpp367 for (auto operand : user->operand_values()) { in IsInlinable() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp246 for (auto operand : machineInstr->operands()) { in HasOperandUsingStack() local
303 for (auto operand : instr->operands()) { in HasOperandUsingFloatReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h102 GateRef operand; member
Dlitecg_ir_builder.cpp1160 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h536 auto operand = cg_->GetRuntime()->GetBarrierOperand(position, name); in GetBarrierOperandValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h88 GateRef operand; member
Dllvm_ir_builder.cpp1231 GateRef operand = operands[2]; // 2: skip 2 in gate that are not data gate in VisitReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h362 bool Equals(Operand &operand) const override in Equals()
774 bool Equals(Operand &operand) const override in Equals()
1582 bool Equals(Operand &operand) const override in Equals()
1659 bool Equals(Operand &operand) const override in Equals()
2034 bool Equals(Operand &operand) const override in Equals()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1508 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
1943 BaseNode *operand = regAssignNode->Opnd(0); in CreateLmbcFormalParamInfo() local
1975 BaseNode *operand = regAssignNode->Opnd(0); in CreateLmbcFormalParamInfo() local
Disel.cpp186 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp909 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp683 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2675 Operand &operand = GetOrCreateResOperand(parent, primType); in SelectAddrofFunc() local