Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp516 const Register SrcR2 = Index.getReg(); in processInstructionForSlowLEA() local
517 if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR)) in processInstructionForSlowLEA()
525 if (SrcR1 != 0 && SrcR2 != 0) { in processInstructionForSlowLEA()