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.cpp2447 SDValue ExtAdd = CurDAG->getNode(ISD::ADD, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2450 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2451 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()
2497 SDValue ExtAdd = CurDAG->getNode(SrcOpc, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively() local
2500 insertDAGNode(*CurDAG, N, ExtAdd); in matchIndexRecursively()
2501 CurDAG->ReplaceAllUsesWith(N, ExtAdd); in matchIndexRecursively()