Home
last modified time | relevance | path

Searched defs:lastOpndId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp155 int32 lastOpndId = static_cast<int32>(nextInsn->GetOperandSize() - 1); in IfOperandIsLiveAfterInsn() local
288 int32 lastOpndId = static_cast<int32>(insn->GetOperandSize() - 1); in IsOpndLiveinBB() local
368 int32 lastOpndId = static_cast<int32>(nextInsn->GetOperandSize() - 1); in IfOperandIsLiveAfterInsn() local
501 int32 lastOpndId = static_cast<int32>(insn->GetOperandSize() - 1); in IsOpndLiveinBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ra_opt.cpp42 int32 lastOpndId = static_cast<int32>(nInsn->GetOperandSize() - 1); in PropagateRenameReg() local
Daarch64_ebo.cpp572 int32 lastOpndId = static_cast<int32>(nextInsn->GetOperandSize() - 1); in OperandLiveAfterInsn() local