Home
last modified time | relevance | path

Searched defs:regDef (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_local_opt.cpp38 auto &regDef = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
56 auto &regDef = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in Optimize() local
109 RegOperand *regDef = nullptr; in Optimize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlocal_opt.cpp83 auto &regDef = static_cast<RegOperand &>(*defOpnds[0]); in CheckCondition() local