Home
last modified time | relevance | path

Searched defs:rd (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_local_opt.h23 …X64LocalOpt(MemPool &memPool, CGFunc &func, ReachingDefinition &rd) : LocalOpt(memPool, func, rd) … in X64LocalOpt()
32 …LocalCopyRegProp (CGFunc &cgFunc, ReachingDefinition &rd) : LocalPropOptimizePattern(cgFunc, rd) {} in LocalCopyRegProp()
43 … X64RedundantDefRemove(CGFunc &cgFunc, ReachingDefinition &rd) : RedundantDefRemove(cgFunc, rd) {} in X64RedundantDefRemove()
Dx64_cg.h64 LocalOpt *CreateLocalOpt(MemPool &mp, CGFunc &f, ReachingDefinition &rd) const override in CreateLocalOpt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlocal_opt.h28 LocalOpt(MemPool &memPool, CGFunc &func, ReachingDefinition &rd) in LocalOpt()
52 … LocalOptimizeManager(CGFunc &cgFunc, ReachingDefinition &rd) : cgFunc(cgFunc), reachingDef(&rd) {} in LocalOptimizeManager()
68 …LocalPropOptimizePattern(CGFunc &cgFunc, ReachingDefinition &rd) : cgFunc(cgFunc), reachingDef(&rd… in LocalPropOptimizePattern()
85 …RedundantDefRemove(CGFunc &cgFunc, ReachingDefinition &rd) : LocalPropOptimizePattern(cgFunc, rd) … in RedundantDefRemove()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp381 void AssemblerAarch64::Mov(const Register &rd, const Immediate &imm) in Mov()
459 void AssemblerAarch64::Mov(const Register &rd, const Register &rm) in Mov()
503 bool AssemblerAarch64::TrySequenceOfOnes(const Register &rd, uint64_t imm) in TrySequenceOfOnes()
570 bool AssemblerAarch64::TryReplicateHWords(const Register &rd, uint64_t imm) in TryReplicateHWords()
620 void AssemblerAarch64::EmitMovInstruct(const Register &rd, uint64_t imm, in EmitMovInstruct()
658 void AssemblerAarch64::Movz(const Register &rd, uint64_t imm, int shift) in Movz()
663 void AssemblerAarch64::Movk(const Register &rd, uint64_t imm, int shift) in Movk()
668 void AssemblerAarch64::Movn(const Register &rd, uint64_t imm, int shift) in Movn()
673 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide()
682 void AssemblerAarch64::Orr(const Register &rd, const Register &rn, const LogicalImmediate &imm) in Orr()
[all …]
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp259 auto rd = panda_file::File::Open(f); in Read() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h375 std::random_device rd; in InitializeRandomEngine() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlive_registers_test.cpp288 auto rd = graph->GetRegisters(); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1476 auto rd = graph->GetRegisters(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_hash_array_test.cpp404 std::random_device rd; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp818 RegOperand &rd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd + index)); in GenAddSubRegInsn() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js25130 function rd(t) { function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument