Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3365 unsigned LoadOpNo, in isFusableLoadOpStorePattern() argument
3378 SDValue Load = StoredVal->getOperand(LoadOpNo); in isFusableLoadOpStorePattern()
3527 unsigned LoadOpNo = IsNegate ? 1 : 0; in foldLoadStoreIntoMemOperand() local
3530 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3536 LoadOpNo = 1; in foldLoadStoreIntoMemOperand()
3537 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3654 SDValue Operand = StoredVal->getOperand(1-LoadOpNo); in foldLoadStoreIntoMemOperand()