| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 86 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() 120 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() 154 …blerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp() 200 …blerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Stp() 273 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() 299 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr() 304 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh() 310 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb() 316 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str() 353 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 | 1326 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 | 535 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 | 1339 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() 734 bool Equals(Operand &operand) const override in Equals() 1532 bool Equals(Operand &operand) const override in Equals() 1609 bool Equals(Operand &operand) const override in Equals() 1984 bool Equals(Operand &operand) const override in Equals()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 472 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
|
| D | isel.cpp | 171 BaseNode *operand = regAssignNode.Opnd(0); in HandleRegassign() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 928 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 684 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 4378 const operand = initializer.operand; constant
|