Home
last modified time | relevance | path

Searched refs:ParseOperands (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc284 bool ParseOperands(std::vector<HloInstruction*>* operands);
287 bool ParseOperands(std::vector<HloInstruction*>* operands,
1073 if (!ParseOperands(&operands, /*expected_size=*/0) || in ParseInstructionRhs()
1109 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
1141 if (!ParseOperands(&operands, /*expected_size=*/2) || in ParseInstructionRhs()
1161 if (!ParseOperands(&operands, /*expected_size=*/3) || in ParseInstructionRhs()
1179 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
1188 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
1212 if (!ParseOperands(&operands) || !ParseAttributes(attrs)) { in ParseInstructionRhs()
1241 if (!ParseOperands(&operands) || !ParseAttributes(attrs)) { in ParseInstructionRhs()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1679 bool ParseOperands(const char *format, Operands *operands);
1782 bool CallFrameInfo::State::ParseOperands(const char *format, in ParseOperands() function in dwarf2reader::CallFrameInfo::State
1881 if (!ParseOperands("o", &ops) || in DoInstruction()
1903 if (!ParseOperands("a", &ops)) return false; in DoInstruction()
1909 if (!ParseOperands("1", &ops)) return false; in DoInstruction()
1915 if (!ParseOperands("2", &ops)) return false; in DoInstruction()
1921 if (!ParseOperands("4", &ops)) return false; in DoInstruction()
1927 if (!ParseOperands("8", &ops)) return false; in DoInstruction()
1933 if (!ParseOperands("ro", &ops) || in DoInstruction()
1940 if (!ParseOperands("rs", &ops) || in DoInstruction()
[all …]
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h206 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands() function
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1331 if (!instruction_sp->ParseOperands(operands)) { in GuessValueForAddress()
1570 if (!instruction_sp->ParseOperands(operands) || operands.size() != 1) { in DoGuessValueAt()
1613 if (!instruction_sp->ParseOperands(operands) || operands.size() != 2) { in DoGuessValueAt()
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp725 bool ParseOperands( in ParseOperands() function in InstructionLLVMC