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

  /art/compiler/optimizing/
nodes_shared.h 86 HConstant* Evaluate(HIntConstant* x, HIntConstant* y) const OVERRIDE {
ssa_builder.h 110 HFloatConstant* GetFloatEquivalent(HIntConstant* constant);
nodes.h 52 class HIntConstant;
472 HIntConstant* GetIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) {
619 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_;
    [all...]
codegen_test.cc 645 HIntConstant* constant0 = graph->GetIntConstant(0);
646 HIntConstant* constant1 = graph->GetIntConstant(1);
713 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
714 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
770 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]);
771 HIntConstant* cst_rhs = graph->GetIntConstant(rhs[i]);
781 HIntConstant* cst_lt = graph->GetIntConstant(1);
784 HIntConstant* cst_ge = graph->GetIntConstant(0);
    [all...]
graph_test.cc 297 HInstruction* first_instruction = new (&allocator) HIntConstant(4);
310 HInstruction* second_instruction = new (&allocator) HIntConstant(4);
instruction_simplifier_arm64.cc 58 HIntConstant* offset =
ssa_test.cc 53 void VisitIntConstant(HIntConstant* constant) OVERRIDE {
intrinsics_arm64.cc     [all...]
code_generator.cc     [all...]
live_ranges_test.cc 329 HIntConstant* constant = liveness.GetInstructionFromSsaIndex(0)->AsIntConstant();
instruction_builder.cc     [all...]
parallel_move_test.cc 265 Location::ConstantLocation(new (&allocator) HIntConstant(0)),
ssa_builder.cc 557 HFloatConstant* SsaBuilder::GetFloatEquivalent(HIntConstant* constant) {
intrinsics_arm.cc     [all...]
graph_visualizer.cc 345 void VisitIntConstant(HIntConstant* instruction) OVERRIDE {
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
instruction_simplifier.cc     [all...]
nodes.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 390 milliseconds