Searched refs:MatchBinaryOp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 266 MatchBinaryOp(std::function<bool(const Instruction::Operand &)> base,
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2360 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand() 2397 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1558 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt() 1640 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 1264 lldb_private::OperandMatchers::MatchBinaryOp( in MatchBinaryOp() function in lldb_private::OperandMatchers
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5269 static std::optional<BinaryOp> MatchBinaryOp(Value *V, const DataLayout &DL, in MatchBinaryOp() function 5756 auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN); in createSimpleAffineAddRec() 5877 if (auto BO = MatchBinaryOp(BEValueV, getDataLayout(), AC, DT, PN)) { in createAddRecFromPHI() 7497 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in getOperandsToCreate() 7513 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in getOperandsToCreate() 7686 MatchBinaryOp(U, getDataLayout(), AC, DT, dyn_cast<Instruction>(V))) { in createSCEV() 7727 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV() 7759 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, in createSCEV() 8019 if (auto BO = MatchBinaryOp(U->getOperand(0), getDataLayout(), AC, DT, in createSCEV()
|