Searched defs:replacement (Results 1 – 12 of 12) sorted by relevance
| /art/compiler/optimizing/ |
| D | nodes.cc | 1057 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() 1065 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith() 1231 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 1457 HInstruction* replacement, in ReplaceUsesDominatedBy() 1521 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy() 1534 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 2985 HInstruction* replacement = nullptr; in InlineInto() local
|
| D | load_store_elimination.cc | 550 Value replacement = phi_placeholder_replacements_[PhiPlaceholderIndex(value)]; in Replacement() local 1949 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault() local 1978 HInstruction* replacement = nullptr; in TryReplacingLoopPhiPlaceholderWithSingleInput() local 2160 HInstruction* replacement = value.GetInstruction(); in MaterializeTypeConversionsIfNeeded() local 2224 HInstruction* replacement = in MaterializeLoopPhis() local 2569 Value replacement = ReplacementOrValue(record->value); in ProcessLoopPhiWithUnknownInput() local
|
| D | instruction_simplifier.cc | 916 HInstruction* replacement = in InsertOppositeCondition() local 929 HInstruction* replacement = new (GetGraph()->GetAllocator()) HBooleanNot(cond); in InsertOppositeCondition() local 1884 HCondition* replacement = HCondition::Create(GetGraph(), new_cond, right, left); in VisitCondition() local 1933 HInstruction* replacement = CreateUnsignedConditionReplacement( in VisitCondition() local
|
| D | inliner.cc | 1330 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation() 1343 HInvoke** replacement) { in TryDevirtualize()
|
| D | induction_var_range.cc | 368 HInstruction* replacement) { in Replace() 1797 HInstruction* replacement) { in ReplaceInduction()
|
| D | superblock_cloner.cc | 559 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
| D | induction_var_analysis.cc | 130 HInstruction* replacement, in FixOutsideUse()
|
| D | bounds_check_elimination.cc | 2020 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
|
| D | loop_optimization.cc | 3069 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
| /art/dex2oat/linker/ |
| D | relative_patcher_test.h | 277 std::string replacement = oss.str(); in DumpDiff() local
|
| /art/compiler/utils/ |
| D | assembler_test.h | 1570 const std::string& replacement, in ReplaceReg() 1591 static void ReplaceAddr(const std::string& replacement, /*inout*/ std::string* str) { in ReplaceAddr()
|
| /art/compiler/utils/riscv64/ |
| D | assembler_riscv64_test.cc | 2268 const char* replacement; in ReplaceRoundingMode() local 2297 const char* replacement; in ReplaceAqRl() local 2320 const char* replacement; in ReplaceVm() local 2337 const char* replacement; in ReplaceVMA() local 2354 const char* replacement; in ReplaceVTA() local 2371 const char* replacement; in ReplaceSEW() local 2397 const char* replacement; in ReplaceLMUL() local
|