Home
last modified time | relevance | path

Searched refs:MatchBinaryOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h262 MatchBinaryOp(std::function<bool(const Instruction::Operand &)> base,
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1558 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1640 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp2649 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2686 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp104 TEST_F(AArch64GISelMITest, MatchBinaryOp) { in TEST_F() argument
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1261 lldb_private::OperandMatchers::MatchBinaryOp( in MatchBinaryOp() function in lldb_private::OperandMatchers
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5085 static Optional<BinaryOp> MatchBinaryOp(Value *V, DominatorTree &DT) { in MatchBinaryOp() function
5562 auto BO = MatchBinaryOp(BEValueV, DT); in createSimpleAffineAddRec()
5677 if (auto BO = MatchBinaryOp(BEValueV, DT)) { in createAddRecFromPHI()
7255 if (auto BO = MatchBinaryOp(U, DT)) { in getOperandsToCreate()
7270 auto NewBO = MatchBinaryOp(BO->LHS, DT); in getOperandsToCreate()
7290 auto NewBO = MatchBinaryOp(BO->LHS, DT); in getOperandsToCreate()
7447 if (auto BO = MatchBinaryOp(U, DT)) { in createSCEV()
7488 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV()
7519 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV()
7762 if (auto BO = MatchBinaryOp(U->getOperand(0), DT)) { in createSCEV()