Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/gn/build/
Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dterminate.cpp31 char *replace = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT"); in Terminate() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp122 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), cc); in LowerIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp724 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
734 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
744 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
756 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
776 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
827 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
896 MemOperand *A64StrLdrProp::HandleArithImmDef(RegOperand &replace, Operand *oldOffset, int64 defVal, in HandleArithImmDef()
Daarch64_strldr.cpp494 MemOperand *AArch64StoreLoadOpt::HandleArithImmDef(RegOperand &replace, Operand *oldOffset, int64 d… in HandleArithImmDef()
570 RegOperand *replace = static_cast<RegOperand *>(&defInsn.GetOperand(kInsnSecondOpnd)); in SelectReplaceMem() local
Daarch64_color_ra.cpp4150 RegOperand *replace = CreateSpillFillCode(*base, *insn, spillCnt); in SpillLiveRangeForSpills() local
4164 RegOperand *replace = CreateSpillFillCode(*offset, *insn, spillCnt); in SpillLiveRangeForSpills() local
4178 …RegOperand *replace = CreateSpillFillCode(*static_cast<RegOperand *>(opnd), *insn, spillCnt, isdef… in SpillLiveRangeForSpills() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp895 … auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
899 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
905 … auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
909 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1153 … auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in JoinFcmpInst() local
1263 … auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in LowerIfImmToIf() local