Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3107 unsigned LoadOpNo, in isFusableLoadOpStorePattern() argument
3120 SDValue Load = StoredVal->getOperand(LoadOpNo); in isFusableLoadOpStorePattern()
3269 unsigned LoadOpNo = IsNegate ? 1 : 0; in foldLoadStoreIntoMemOperand() local
3272 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3278 LoadOpNo = 1; in foldLoadStoreIntoMemOperand()
3279 if (!isFusableLoadOpStorePattern(StoreNode, StoredVal, CurDAG, LoadOpNo, in foldLoadStoreIntoMemOperand()
3416 SDValue Operand = StoredVal->getOperand(1-LoadOpNo); in foldLoadStoreIntoMemOperand()