Searched refs:ParseOperands (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 284 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/ |
D | dwarf2reader.cc | 1679 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/ |
D | Disassembler.h | 206 virtual bool ParseOperands(llvm::SmallVectorImpl<Operand> &operands) { in ParseOperands() function
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 1331 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/ |
D | DisassemblerLLVMC.cpp | 725 bool ParseOperands( in ParseOperands() function in InstructionLLVMC
|