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

/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp108 bool MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM);
169 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
171 bool MSP430DAGToDAGISel::MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM) { function in class:MSP430DAGToDAGISel
242 return MatchAddressBase(N, AM);
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp195 bool MatchAddressBase(SDValue N, X86ISelAddressMode &AM);
973 return MatchAddressBase(N, AM);
1270 return MatchAddressBase(N, AM);
1273 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1275 bool X86DAGToDAGISel::MatchAddressBase(SDValue N, X86ISelAddressMode &AM) { function in class:X86DAGToDAGISel

Completed in 156 milliseconds