HomeSort by relevance Sort by last modified time
    Searched full:matchaddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 103 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
165 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
180 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
181 DEBUG(errs() << "MatchAddress: "; AM.dump());
207 if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
208 !MatchAddress(N.getNode()->getOperand(1), AM))
211 if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
212 !MatchAddress(N.getNode()->getOperand(0), AM))
225 if (!MatchAddress(N.getOperand(0), AM) &&
248 if (MatchAddress(N, AM)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 206 bool matchAddress(SDValue N, X86ISelAddressMode &AM);
837 bool X86DAGToDAGISel::matchAddress(SDValue N, X86ISelAddressMode &AM) {
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 302 (strlen(device_address) != 0)/*matchAddress*/);
    [all...]

Completed in 535 milliseconds