Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1717 static bool isDispSafeForFrameIndex(int64_t Val) { in isDispSafeForFrameIndex() function
1748 !isDispSafeForFrameIndex(Val)) in foldOffsetIntoAddress()
2460 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) { in matchAddressRecursively()