Searched defs:replacement (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 1018 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() 1026 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith() 1184 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 1408 HInstruction* replacement, in ReplaceUsesDominatedBy() 1473 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy() 1486 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 2907 HInstruction* replacement = nullptr; in InlineInto() local 3352 HInstruction* replacement = nullptr; in InsertOppositeCondition() local 3379 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
|
D | load_store_elimination.cc | 557 Value replacement = phi_placeholder_replacements_[PhiPlaceholderIndex(value)]; in Replacement() local 1938 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault() local 1965 HInstruction* replacement = nullptr; in TryReplacingLoopPhiPlaceholderWithSingleInput() local 2149 HInstruction* replacement = in MaterializeLoopPhis() local 2482 Value replacement = ReplacementOrValue(record->value); in ProcessLoopPhiWithUnknownInput() local
|
D | inliner.cc | 1320 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation() 1333 HInvoke** replacement) { in TryDevirtualize()
|
D | induction_var_range.cc | 367 HInstruction* replacement) { in Replace() 1791 HInstruction* replacement) { in ReplaceInduction()
|
D | superblock_cloner.cc | 599 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 | 3031 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
D | instruction_simplifier.cc | 1808 HCondition* replacement = in VisitCondition() 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 | 1559 const std::string& replacement, in ReplaceReg() 1580 static void ReplaceAddr(const std::string& replacement, /*inout*/ std::string* str) { in ReplaceAddr()
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64_test.cc | 2114 const char* replacement; in ReplaceRoundingMode() local 2143 const char* replacement; in ReplaceAqRl() local 2166 const char* replacement; in ReplaceVm() local 2183 const char* replacement; in ReplaceVMA() local 2200 const char* replacement; in ReplaceVTA() local 2217 const char* replacement; in ReplaceSEW() local 2243 const char* replacement; in ReplaceLMUL() local
|