/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | lowering.h | 240 struct Operand { struct 242 static bool Capture(Inst *inst, OperandsCapture<MAX_OPERANDS> &args, in Capture() argument
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | irnode.h | 97 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_ico.cpp | 287 Operand *AArch64ICOIfThenElsePattern::GetDestReg(const std::map<Operand *, std::vector<Operand *>> … in GetDestReg() 308 … const std::map<Operand *, std::vector<Operand *>> &ifDestSrcMap, in BuildCondMovInsn() 388 … std::map<Operand *, std::vector<Operand *>> &destSrcMap, in CheckModifiedRegister() 464 bool AArch64ICOIfThenElsePattern::CheckCondMoveBB(BB *bb, std::map<Operand *, std::vector<Operand *… in CheckCondMoveBB()
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | irnode.h | 108 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 60 class Operand class
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
D | instructions.rb | 60 class Operand class
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 768 Operand::Operand(Register base, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand 787 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand 805 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
|
D | assembler_x64.h | 290 friend class Operand; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.h | 159 Operand(Immediate imm) in Operand() function
|
/arkcompiler/runtime_core/isa/ |
D | isapi.rb | 333 class Operand class
|
/arkcompiler/runtime_core/static_core/isa/ |
D | isapi.rb | 326 class Operand class
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | operand.h | 75 Operand(OperandType type, uint32 size) : opndKind(type), size(size) {} in Operand() function
|