Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2389 SDValue ExtAdd = CurDAG->getNode(ISD::ADD, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2392 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2393 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()
2439 SDValue ExtAdd = CurDAG->getNode(SrcOpc, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2442 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2443 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()