Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp208 bool foldOffsetIntoAddress(uint64_t Offset, M68kISelAddressMode &AM);
381 bool M68kDAGToDAGISel::foldOffsetIntoAddress(uint64_t Offset, in foldOffsetIntoAddress() function in M68kDAGToDAGISel
447 if (foldOffsetIntoAddress(Cst->getSExtValue(), AM)) in matchAddressRecursively()
458 if (foldOffsetIntoAddress(Val, AM)) in matchAddressRecursively()
577 if (!foldOffsetIntoAddress(G->getOffset(), AM)) { in matchWrapper()
585 if (!foldOffsetIntoAddress(CP->getOffset(), AM)) { in matchWrapper()
600 if (!foldOffsetIntoAddress(BA->getOffset(), AM)) { in matchWrapper()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp208 bool foldOffsetIntoAddress(uint64_t Offset, X86ISelAddressMode &AM);
1665 bool X86DAGToDAGISel::foldOffsetIntoAddress(uint64_t Offset, in foldOffsetIntoAddress() function in X86DAGToDAGISel
1791 if (foldOffsetIntoAddress(Offset, AM)) { in matchWrapper()
2213 if (!foldOffsetIntoAddress(Cst->getSExtValue(), AM)) in matchAddressRecursively()
2231 if (!foldOffsetIntoAddress(Val, AM)) in matchAddressRecursively()
2278 if (!foldOffsetIntoAddress(Disp, AM)) in matchAddressRecursively()
2343 if (foldOffsetIntoAddress(Disp, AM)) in matchAddressRecursively()
2566 if (!foldOffsetIntoAddress(Val, AM)) in matchVectorAddressRecursively()