Searched refs:matchAddressRecursively (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 218 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1541 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1581 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1582 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1587 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1) && in matchAdd() 1588 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1)) in matchAdd() 1910 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2089 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|