HomeSort by relevance Sort by last modified time
    Searched refs:GetGraph (Results 1 - 25 of 60) sorted by null

1 2 3

  /art/compiler/optimizing/
cha_guard_optimization.cc 37 block_has_cha_guard_(GetGraph()->GetBlocks().size(),
41 number_of_guards_to_visit_ = GetGraph()->GetNumberOfCHAGuards();
44 GetGraph()->SetNumberOfCHAGuards(0);
205 HDeoptimize* deoptimize = new (GetGraph()->GetArena()) HDeoptimize(
206 GetGraph()->GetArena(), compare, DeoptimizationKind::kCHA, suspend->GetDexPc());
211 GetGraph()->IncrementNumberOfCHAGuards();
241 GetGraph()->IncrementNumberOfCHAGuards();
pc_relative_fixups_mips.cc 55 base_ = new (GetGraph()->GetArena()) HMipsComputeBaseMethodAddress();
56 HBasicBlock* entry_block = GetGraph()->GetEntryBlock();
111 HGraph* graph = GetGraph();
bounds_check_elimination.cc 554 if (!GetGraph()->IsCompilingOsr()) {
670 ValueRange* new_left_range = new (GetGraph()->GetArena()) ValueRange(
671 GetGraph()->GetArena(),
679 ValueRange* new_right_range = new (GetGraph()->GetArena()) ValueRange(
680 GetGraph()->GetArena(),
752 ValueRange* new_range = new (GetGraph()->GetArena())
753 ValueRange(GetGraph()->GetArena(), ValueBound::Min(), new_upper);
764 ValueRange* new_range = new (GetGraph()->GetArena())
765 ValueRange(GetGraph()->GetArena(), new_lower, ValueBound::Max());
776 ValueRange* new_range = new (GetGraph()->GetArena()
    [all...]
constant_folding.cc 108 InstructionWithAbsorbingInputSimplifier simplifier(GetGraph());
153 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
165 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
177 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
189 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
201 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0));
213 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1));
243 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimInt,
315 instruction->ReplaceWith(GetGraph()->GetConstant(type, 0));
348 instruction->ReplaceWith(GetGraph()->GetConstant(type, 0))
    [all...]
locations.cc 33 instruction->GetBlock()->GetGraph()->GetArena()->Adapter(kArenaAllocLocationSummary)),
34 temps_(instruction->GetBlock()->GetGraph()->GetArena()->Adapter(kArenaAllocLocationSummary)),
46 ArenaAllocator* arena = instruction->GetBlock()->GetGraph()->GetArena();
pc_relative_fixups_x86.cc 136 HGraph* graph = GetGraph();
155 HGraph* graph = GetGraph();
167 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops();
177 new (GetGraph()->GetArena()) HX86ComputeBaseMethodAddress();
181 HBasicBlock* entry_block = GetGraph()->GetEntryBlock();
191 new (GetGraph()->GetArena()) HX86LoadFromConstantTable(method_address, value);
instruction_simplifier.cc 143 for (HBasicBlock* block : GetGraph()->GetReversePostOrder()) {
192 HNeg* neg = new (GetGraph()->GetArena()) HNeg(binop->GetType(), binop);
231 hbin = new (GetGraph()->GetArena()) HOr(type, src_left, src_right, dex_pc);
233 hbin = new (GetGraph()->GetArena()) HAnd(type, src_left, src_right, dex_pc);
237 hnot = new (GetGraph()->GetArena()) HBooleanNot(hbin, dex_pc);
239 hnot = new (GetGraph()->GetArena()) HNot(type, hbin, dex_pc);
281 instruction->ReplaceInput(GetGraph()->GetIntConstant(masked_cst), /* index */ 1);
314 HRor* ror = new (GetGraph()->GetArena()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
558 HGraph* graph = GetGraph();
663 equal->ReplaceWith(GetGraph()->InsertOppositeCondition(input_value, equal))
    [all...]
instruction_simplifier_shared.cc 78 ArenaAllocator* arena = mul->GetBlock()->GetGraph()->GetArena();
108 ArenaAllocator* arena = mul->GetBlock()->GetGraph()->GetArena();
155 mul->GetBlock()->GetGraph()->GetConstant(type, 0),
219 HBitwiseNegatedRight* neg_op = new (hnot->GetBlock()->GetGraph()->GetArena())
257 HGraph* graph = access->GetBlock()->GetGraph();
299 ArenaAllocator* arena = mul->GetBlock()->GetGraph()->GetArena();
358 HGraph* graph = access->GetBlock()->GetGraph();
code_generator_vector_arm_vixl.cc 36 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
116 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
124 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
152 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
180 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
225 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
254 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
295 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
324 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
353 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
code_generator_vector_arm64.cc 38 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
171 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
189 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
229 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
268 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
317 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
358 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
399 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
440 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
477 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
code_generator_vector_mips.cc 27 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
137 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
155 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
201 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
249 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
302 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
343 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
384 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
425 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
466 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
code_generator_vector_mips64.cc 32 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
140 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
159 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
205 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
253 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
306 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
347 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
388 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
429 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
470 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
code_generator_vector_x86.cc 27 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
139 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
157 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
203 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
244 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
314 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
355 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
384 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
425 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
458 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
code_generator_vector_x86_64.cc 27 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction);
132 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
150 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
196 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
237 CreateVecUnOpLocations(GetGraph()->GetArena(), instruction);
307 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
348 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
377 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
418 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction);
451 CreateVecBinOpLocations(GetGraph()->GetArena(), instruction)
    [all...]
instruction_simplifier_arm64.cc 54 left = GetGraph()->GetConstant(right->GetType(), 0);
87 new (GetGraph()->GetArena()) HDataProcWithShifterOp(use,
code_generator_arm64.cc 182 unsigned v_reg_size = codegen->GetGraph()->HasSIMD() ? kQRegSize : kDRegSize;
617 HParallelMove parallel_move(codegen->GetGraph()->GetArena());
    [all...]
code_generator_mips64.cc 505 HParallelMove parallel_move(codegen->GetGraph()->GetArena());
    [all...]
sharpening.cc 115 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
136 if (codegen->GetGraph()->IsDebuggable()) {
code_generator_x86.cc 414 HParallelMove parallel_move(codegen->GetGraph()->GetArena());
    [all...]
nodes_shared.h 92 return GetBlock()->GetGraph()->GetIntConstant(
96 return GetBlock()->GetGraph()->GetLongConstant(
prepare_for_register_allocation.cc 26 for (HBasicBlock* block : GetGraph()->GetReversePostOrder()) {
57 ArenaAllocator* arena = GetGraph()->GetArena();
load_store_elimination.cc 270 return GetGraph()->GetNullConstant();
276 return GetGraph()->GetIntConstant(0);
278 return GetGraph()->GetLongConstant(0);
280 return GetGraph()->GetFloatConstant(0);
282 return GetGraph()->GetDoubleConstant(0);
code_generator_x86_64.cc 427 HParallelMove parallel_move(codegen->GetGraph()->GetArena());
    [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc 708 HParallelMove parallel_move(codegen->GetGraph()->GetArena());
    [all...]

Completed in 318 milliseconds

1 2 3