Searched refs:Const0 (Results 1 – 5 of 5) sorted by relevance
/art/test/468-checker-bool-simplifier-regression/smali/ |
D | TestCase.smali | 22 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 26 ## CHECK-DAG: <<Phi:i\d+>> Phi [<<Const1>>,<<Const0>>] 30 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 33 ## CHECK-DAG: <<Select:i\d+>> Select [<<Const1>>,<<Const0>>,<<Value>>]
|
/art/test/458-checker-instruction-simplification/smali/ |
D | SmaliTests.smali | 64 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 65 ## CHECK-DAG: <<Cond:z\d+>> Equal [<<Arg>>,<<Const0>>] 86 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 87 ## CHECK-DAG: <<Cond:z\d+>> Equal [<<Const0>>,<<Arg>>] 152 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 153 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Arg>>,<<Const0>>] 174 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 175 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Const0>>,<<Arg>>]
|
/art/test/517-checker-builder-fallthrough/smali/ |
D | TestCase.smali | 24 ## CHECK: <<Const0:i\d+>> IntConstant 0 28 ## CHECK: <<Cond:z\d+>> Equal [<<Const0>>,<<Const0>>]
|
/art/test/442-checker-constant-folding/smali/ |
D | TestCmp.smali | 143 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 144 ## CHECK-DAG: Return [<<Const0>>] 164 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 165 ## CHECK-DAG: Return [<<Const0>>] 185 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 186 ## CHECK-DAG: Return [<<Const0>>] 206 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 207 ## CHECK-DAG: Return [<<Const0>>] 227 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 228 ## CHECK-DAG: Return [<<Const0>>]
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 61 bool Const0(); 118 bool Matcher::Const0() { in Const0() function in art::__anon8023c6a50111::Matcher 282 &Matcher::Repeated<&Matcher::Const0>, in DoAnalyseConstructor() 285 &Matcher::Repeated<&Matcher::Const0>, in DoAnalyseConstructor()
|