Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp556 static bool isDispSafeForFrameIndex(int64_t Val) { in isDispSafeForFrameIndex() function
577 !isDispSafeForFrameIndex(Val)) in FoldOffsetIntoAddress()
777 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) { in MatchAddressRecursively()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp679 static bool isDispSafeForFrameIndex(int64_t Val) { in isDispSafeForFrameIndex() function
703 !isDispSafeForFrameIndex(Val)) in foldOffsetIntoAddress()
1168 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) { in matchAddressRecursively()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp919 static bool isDispSafeForFrameIndex(int64_t Val) { in isDispSafeForFrameIndex() function
948 !isDispSafeForFrameIndex(Val)) in foldOffsetIntoAddress()
1389 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) { in matchAddressRecursively()