Searched refs:Compute (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.h | 3431 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 3437 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), in Evaluate() 3441 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3444 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3458 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute() function 3475 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 3481 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3484 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3487 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3501 template <typename T> static bool Compute(T x, T y) { return x != y; } in Compute() function [all …]
|
D | nodes_shared.h | 74 auto Compute(T x, U y) const -> decltype(x & ~y) { 93 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 97 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
|
D | instruction_simplifier.cc | 2227 return HAdd::Compute<int32_t>(x, y); in ComputeAddition() 2230 return HAdd::Compute<int64_t>(x, y); in ComputeAddition()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1722 # Compute the rosalloc bracket index from the size. Since the size is already aligned we can 1795 subu $a3, $a2, $v0 # Compute the remaining buffer size.
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1671 # Compute the rosalloc bracket index from the size. Since the size is already aligned we can
|