Searched refs:matchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 207 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 839 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 874 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 875 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 880 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1) && in matchAdd() 881 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1)) in matchAdd() 1109 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 1290 if (matchAddressRecursively(N.getNode()->getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 199 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1051 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1086 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1087 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1092 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1) && in matchAdd() 1093 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1)) in matchAdd() 1330 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 1508 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|