OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
106
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) {
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
(N, AM)
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
197
bool
MatchAddress
(SDValue N, X86ISelAddressMode &AM);
696
///
MatchAddress
- Add the specified node to the specified addressing mode,
699
bool X86DAGToDAGISel::
MatchAddress
(SDValue N, X86ISelAddressMode &AM) {
[
all
...]
Completed in 43 milliseconds