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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp108 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
170 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
185 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { function in class:MSP430DAGToDAGISel
186 DEBUG(errs() << "MatchAddress: "; AM.dump());
212 if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
213 !MatchAddress(N.getNode()->getOperand(1), AM))
216 if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
217 !MatchAddress(N.getNode()->getOperand(0), AM))
230 if (!MatchAddress(N.getOperand(0), AM) &&
253 if (MatchAddress(
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp201 bool MatchAddress(SDValue N, X86ISelAddressMode &AM);
733 /// MatchAddress - Add the specified node to the specified addressing mode,
736 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) { function in class:X86DAGToDAGISel
976 dbgs() << "MatchAddress: ";
1038 // in MatchAddress turns (,x,2) into (x,x), which is cheaper.
1281 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1332 if (MatchAddress(N, AM))
1467 // Set AM.Segment to prevent MatchAddress from using one. LEA doesn't support
1472 if (MatchAddress(N, AM))

Completed in 615 milliseconds