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

1 2

  /art/compiler/optimizing/
ssa_builder.h 112 HFloatConstant* GetFloatEquivalent(HIntConstant* constant);
nodes.h 58 class HIntConstant;
520 HIntConstant* GetIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) {
715 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
    [all...]
instruction_simplifier_shared.cc 260 HIntConstant* offset = graph->GetIntConstant(data_offset);
395 HIntConstant* offset = graph->GetIntConstant(data_offset);
396 HIntConstant* shift = graph->GetIntConstant(component_shift);
codegen_test.cc 428 HIntConstant* constant0 = graph->GetIntConstant(0);
429 HIntConstant* constant1 = graph->GetIntConstant(1);
496 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
497 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
553 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
554 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
564 HIntConstant* cst_lt = graph->GetIntConstant(1);
567 HIntConstant* cst_ge = graph->GetIntConstant(0);
nodes_shared.h 91 HConstant* Evaluate(HIntConstant* x, HIntConstant* y) const OVERRIDE {
graph_test.cc 296 HInstruction* first_instruction = new (&allocator) HIntConstant(4);
309 HInstruction* second_instruction = new (&allocator) HIntConstant(4);
ssa_test.cc 54 void VisitIntConstant(HIntConstant* constant) OVERRIDE {
live_ranges_test.cc 329 HIntConstant* constant = liveness.GetInstructionFromSsaIndex(0)->AsIntConstant();
intrinsics_arm64.cc     [all...]
code_generator.cc     [all...]
parallel_move_test.cc 265 Location::ConstantLocation(new (&allocator) HIntConstant(0)),
ssa_builder.cc 557 HFloatConstant* SsaBuilder::GetFloatEquivalent(HIntConstant* constant) {
graph_visualizer.cc 364 void VisitIntConstant(HIntConstant* instruction) OVERRIDE {
    [all...]
instruction_builder.cc     [all...]
instruction_simplifier.cc     [all...]
intrinsics_arm_vixl.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 283 milliseconds

1 2