Searched refs:MatchAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 96 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM); 186 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress() function in MSP430DAGToDAGISel 213 if (!MatchAddress(N.getNode()->getOperand(0), AM) && in MatchAddress() 214 !MatchAddress(N.getNode()->getOperand(1), AM)) in MatchAddress() 217 if (!MatchAddress(N.getNode()->getOperand(1), AM) && in MatchAddress() 218 !MatchAddress(N.getNode()->getOperand(0), AM)) in MatchAddress() 231 if (!MatchAddress(N.getOperand(0), AM) && in MatchAddress() 254 if (MatchAddress(N, AM)) in SelectAddr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12766 …ERNS_18X86ISelAddressModeE", "(anonymous namespace)::X86DAGToDAGISel::MatchAddress(llvm::SDValue, …
|