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

  /art/compiler/optimizing/
graph_test.cc 35 instr = new (allocator) HIf(equal);
234 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
273 HIf* if_instr = if_block->GetLastInstruction()->AsIf();
nodes.h 871 // Conditional branch. A block ending with an HIf instruction must have
873 class HIf : public HTemplateInstruction<1> {
875 explicit HIf(HInstruction* input) {
894 DISALLOW_COPY_AND_ASSIGN(HIf);
    [all...]
builder.cc 145 HInstruction* ifinst = new (arena_) HIf(comparison);
161 HInstruction* ifinst = new (arena_) HIf(comparison);
code_generator_x86_64.cc 386 void LocationsBuilderX86_64::VisitIf(HIf* if_instr) {
397 void InstructionCodeGeneratorX86_64::VisitIf(HIf* if_instr) {
    [all...]
code_generator_arm.cc 547 void LocationsBuilderARM::VisitIf(HIf* if_instr) {
558 void InstructionCodeGeneratorARM::VisitIf(HIf* if_instr) {
    [all...]
code_generator_x86.cc 505 void LocationsBuilderX86::VisitIf(HIf* if_instr) {
516 void InstructionCodeGeneratorX86::VisitIf(HIf* if_instr) {
    [all...]

Completed in 42 milliseconds