Home
last modified time | relevance | path

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

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