Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp144 int32 hashVal = 0; in OpndAvailableInBB() local
227 void Ebo::SetOpndInfo(const Operand &opnd, OpndInfo *opndInfo, int32 hashVal) in SetOpndInfo()
244 void Ebo::UpdateOpndInfo(const Operand &opnd, OpndInfo &opndInfo, OpndInfo *newInfo, int32 hashVal) in UpdateOpndInfo()
318 OpndInfo *Ebo::GetNewOpndInfo(BB &bb, Insn *insn, Operand &opnd, int32 hashVal) in GetNewOpndInfo()
347 int hashVal = 0; in OperandInfoUse() local
396 uint32 hashVal = 0; in ComputeHashVal() local
425 uint32 hashVal = ComputeHashVal(insn, opndInfos); in HashInsn() local
744 int32 hashVal = 0; in BackupOpndInfoList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Debo.h46 …int32 hashVal = 0; /* Mem operand is placed in hash table, this is the hashVal of it, and otherwis… member
141 void SetInsnInfo(uint32 hashVal, InsnInfo &info) in SetInsnInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp244 int32 hashVal = localOpnd.IsRegister() ? -1 : ComputeOpndHash(localOpnd); in OperandInfoDef() local