Searched refs:matchAdd (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 214 bool matchAdd(SDValue &N, X86ISelAddressMode &AM, unsigned Depth); 1854 bool X86DAGToDAGISel::matchAdd(SDValue &N, X86ISelAddressMode &AM, in matchAdd() function in X86DAGToDAGISel 2421 if (!matchAdd(N, AM, Depth)) in matchAddressRecursively() 2433 !matchAdd(N, AM, Depth)) in matchAddressRecursively() 2441 if (isMinSignedConstant(N.getOperand(1)) && !matchAdd(N, AM, Depth)) in matchAddressRecursively()
|