HomeSort by relevance Sort by last modified time
    Searched refs:MatchAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 108 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) {
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(N, AM)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 201 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) {
    [all...]

Completed in 52 milliseconds