Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp214 bool matchVectorAddressRecursively(SDValue N, X86ISelAddressMode &AM,
2902 bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N, in matchVectorAddressRecursively() function in X86DAGToDAGISel
2931 if (!matchVectorAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchVectorAddressRecursively()
2932 !matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively()
2938 if (!matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively()
2940 !matchVectorAddressRecursively(Handle.getValue().getOperand(0), AM, in matchVectorAddressRecursively()
2957 return matchVectorAddressRecursively(N, AM, 0); in matchVectorAddress()