Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp705 const Register SrcR2 = Index.getReg(); in processInstructionForSlowLEA() local
706 if ((!SrcR1 || SrcR1 != DstR) && (!SrcR2 || SrcR2 != DstR)) in processInstructionForSlowLEA()
714 if (SrcR1 && SrcR2) { in processInstructionForSlowLEA()