Searched refs:ParseOperands (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 354 bool ParseOperands(std::vector<HloInstruction*>* operands, 358 bool ParseOperands(std::vector<HloInstruction*>* operands, 1307 !ParseOperands(&operands, builder, /*expected_size=*/0)) || in CreateInstruction() 1347 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction() 1377 !ParseOperands(&operands, builder, /*expected_size=*/2)) || in CreateInstruction() 1394 !ParseOperands(&operands, builder, /*expected_size=*/3)) || in CreateInstruction() 1410 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction() 1419 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction() 1443 if ((!preset_operands && !ParseOperands(&operands, builder)) || in CreateInstruction() 1485 if ((!preset_operands && !ParseOperands(&operands, builder)) || in CreateInstruction() [all …]
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 2341 bool ParseOperands(const char* format, Operands* operands); 2444 bool CallFrameInfo::State::ParseOperands(const char* format, in ParseOperands() function in google_breakpad::CallFrameInfo::State 2543 if (!ParseOperands("o", &ops) || in DoInstruction() 2565 if (!ParseOperands("a", &ops)) return false; in DoInstruction() 2571 if (!ParseOperands("1", &ops)) return false; in DoInstruction() 2577 if (!ParseOperands("2", &ops)) return false; in DoInstruction() 2583 if (!ParseOperands("4", &ops)) return false; in DoInstruction() 2589 if (!ParseOperands("8", &ops)) return false; in DoInstruction() 2595 if (!ParseOperands("ro", &ops) || in DoInstruction() 2602 if (!ParseOperands("rs", &ops) || in DoInstruction() [all …]
|