| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 90 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/ |
| D | fixup_poisons.cpp | 33 for (auto operand : instruction.operand_values()) { in FixupInstructionOperands() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | remove_unused_functions.cpp | 102 for (auto operand : user.operand_values()) { in VisitValue() local
|
| D | cleanup_inline_module.cpp | 367 for (auto operand : user->operand_values()) { in IsInlinable() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_lowering.cpp | 246 for (auto operand : machineInstr->operands()) { in HasOperandUsingStack() local 303 for (auto operand : instr->operands()) { in HasOperandUsingFloatReg() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.h | 102 GateRef operand; member
|
| D | litecg_ir_builder.cpp | 1160 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/ |
| D | codegen.h | 536 auto operand = cg_->GetRuntime()->GetBarrierOperand(position, name); in GetBarrierOperandValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 88 GateRef operand; member
|
| D | llvm_ir_builder.cpp | 1231 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/ |
| D | operand.h | 362 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/ |
| D | cgfunc.cpp | 1508 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
|
| D | isel.cpp | 186 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 909 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 683 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/ |
| D | aarch64_cgfunc.cpp | 2675 Operand &operand = GetOrCreateResOperand(parent, primType); in SelectAddrofFunc() local
|