Searched defs:vReg (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_assembler.cpp | 143 VirtualRegister vReg = std::get<VirtualRegister>(param); in CallBuiltin() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | optimize_common.cpp | 126 bool DotGenerator::FoundListOpndRegNum(ListOperand &listOpnd, const Insn &insnObj, regno_t vReg) in FoundListOpndRegNum() argument 140 bool DotGenerator::FoundMemAccessOpndRegNum(const MemOperand &memOperand, const Insn &insnObj, regno_t vReg) in FoundMemAccessOpndRegNum() argument 161 bool DotGenerator::FoundNormalOpndRegNum(const RegOperand ®Opnd, const Insn &insnObj, regno_t vReg) in FoundNormalOpndRegNum() argument 171 void DotGenerator::DumpBBInstructions(const CGFunc &cgFunction, regno_t vReg, std::ofstream &cfgFile) in DumpBBInstructions() argument 224 GenerateDot(const std::string &preFix, const CGFunc &cgFunc, const MIRModule &mod, const std::string fname, regno_t vReg) GenerateDot() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 50 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool vReg, bool isPhi) in IdToString() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cgfunc.h | 1007 VregInfo vReg; /* fo member in maplebe::CGFunc [all...] |
| /third_party/node/deps/v8/src/execution/riscv64/ |
| H A D | simulator-riscv64.h | 713 T& Rvvelt(reg_t vReg, uint64_t n, bool is_write = false) { in Rvvelt() argument
|
Completed in 9 milliseconds