Searched refs:MatchAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp106 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
169 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
184 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { function in class:MSP430DAGToDAGISel
185 DEBUG(errs() << "MatchAddress: "; AM.dump());
211 if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
212 !MatchAddress(N.getNode()->getOperand(1), AM))
215 if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
216 !MatchAddress(N.getNode()->getOperand(0), AM))
229 if (!MatchAddress(N.getOperand(0), AM) &&
252 if (MatchAddress(
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp192 bool MatchAddress(SDValue N, X86ISelAddressMode &AM);
725 /// MatchAddress - Add the specified node to the specified addressing mode,
728 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) { function in class:X86DAGToDAGISel
968 dbgs() << "MatchAddress: ";
1030 // in MatchAddress turns (,x,2) into (x,x), which is cheaper.
1273 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1324 if (MatchAddress(N, AM))
1459 // Set AM.Segment to prevent MatchAddress from using one. LEA doesn't support
1464 if (MatchAddress(N, AM))

Completed in 146 milliseconds