Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2335 SDValue ExtAdd = CurDAG->getNode(ISD::ADD, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2338 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2339 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()
2385 SDValue ExtAdd = CurDAG->getNode(SrcOpc, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2388 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2389 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()