Home
last modified time | relevance | path

Searched refs:matchVectorAddressRecursively (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp216 bool matchVectorAddressRecursively(SDValue N, X86ISelAddressMode &AM,
2544 bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N, in matchVectorAddressRecursively() function in X86DAGToDAGISel
2574 if (!matchVectorAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchVectorAddressRecursively()
2575 !matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively()
2581 if (!matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively()
2583 !matchVectorAddressRecursively(Handle.getValue().getOperand(0), AM, in matchVectorAddressRecursively()
2600 return matchVectorAddressRecursively(N, AM, 0); in matchVectorAddress()