Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3427 unsigned LoadOpNo, in isFusableLoadOpStorePattern() argument
3440 SDValue Load = StoredVal->getOperand(LoadOpNo); in isFusableLoadOpStorePattern()
3589 unsigned LoadOpNo = IsNegate ? 1 : 0; in foldLoadStoreIntoMemOperand() local
3592 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3598 LoadOpNo = 1; in foldLoadStoreIntoMemOperand()
3599 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3716 SDValue Operand = StoredVal->getOperand(1-LoadOpNo); in foldLoadStoreIntoMemOperand()