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

  /art/compiler/optimizing/
induction_var_analysis.h 183 IfCondition cmp);
190 IfCondition cmp);
191 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp);
195 IfCondition cmp);
200 IfCondition cmp);
code_generator_mips.h 229 void GenerateIntCompare(IfCondition cond, LocationSummary* locations);
230 void GenerateIntCompareAndBranch(IfCondition cond,
233 void GenerateLongCompareAndBranch(IfCondition cond,
236 void GenerateFpCompareAndBranch(IfCondition cond,
code_generator_mips64.h 239 void GenerateIntLongCompare(IfCondition cond, bool is64bit, LocationSummary* locations);
240 void GenerateIntLongCompareAndBranch(IfCondition cond,
244 void GenerateFpCompareAndBranch(IfCondition cond,
induction_var_analysis.cc 603 IfCondition cmp) {
655 IfCondition cmp) {
725 IfCondition cmp) {
754 IfCondition cmp) {
780 IfCondition cmp)
    [all...]
nodes.h 87 enum IfCondition {
    [all...]
bounds_check_elimination_test.cc 362 IfCondition cond = kCondGE) {
477 IfCondition cond = kCondLE) {
587 IfCondition cond) {
690 IfCondition cond = kCondGE) {
    [all...]
bounds_check_elimination.cc 641 IfCondition cond,
704 void HandleIf(HIf* instruction, HInstruction* left, HInstruction* right, IfCondition cond) {
    [all...]
codegen_test.cc 819 static void TestComparison(IfCondition condition,
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc 79 inline Condition ARM64Condition(IfCondition cond) {
96 inline Condition ARM64FPCondition(IfCondition cond, bool gt_bias) {
    [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc 679 inline Condition ARMCondition(IfCondition cond) {
697 inline Condition ARMUnsignedCondition(IfCondition cond) {
716 inline Condition ARMFPCondition(IfCondition cond, bool gt_bias) {
    [all...]
code_generator_x86.cc 696 inline Condition X86Condition(IfCondition cond) {
714 inline Condition X86UnsignedOrFPCondition(IfCondition cond) {
    [all...]
code_generator_x86_64.cc 715 inline Condition X86_64IntegerCondition(IfCondition cond) {
733 inline Condition X86_64FPCondition(IfCondition cond) {
    [all...]

Completed in 582 milliseconds