Home
last modified time | relevance | path

Searched defs:conflict (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto26 bool conflict = 2; field
/arkcompiler/runtime_core/assembler/
Dassembly-record.h32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-record.h33 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */ member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h204 MapleSet<uint32> conflict; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp292 bool conflict = false; in CheckInterference() local
Daarch64_color_ra.cpp2950 MemOperand *GraphColorRegAllocator::GetConsistentReuseMem(const uint64 *conflict, in GetConsistentReuseMem()
2982 MemOperand *GraphColorRegAllocator::GetCommonReuseMem(const uint64 *conflict, const std::set<MemOpe… in GetCommonReuseMem()
3019 const uint64 *conflict; in GetReuseMem() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Doperands.h736 … auto conflict = std::find_if(movedRegisters->begin(), movedRegisters->end(), [pair](auto inPair) { in ResoveParameterSequence() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h555 void SetOldConflict(uint64 *conflict) in SetOldConflict()