Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp103 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
180 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress() function in MSP430DAGToDAGISel
207 if (!MatchAddress(N.getNode()->getOperand(0), AM) && in MatchAddress()
208 !MatchAddress(N.getNode()->getOperand(1), AM)) in MatchAddress()
211 if (!MatchAddress(N.getNode()->getOperand(1), AM) && in MatchAddress()
212 !MatchAddress(N.getNode()->getOperand(0), AM)) in MatchAddress()
225 if (!MatchAddress(N.getOperand(0), AM) && in MatchAddress()
248 if (MatchAddress(N, AM)) in SelectAddr()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp200 bool MatchAddress(SDValue N, X86ISelAddressMode &AM);
742 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) { in MatchAddress() function in X86DAGToDAGISel
1348 if (MatchAddress(N, AM)) in SelectAddr()
1488 if (MatchAddress(N, AM)) in SelectLEAAddr()