HomeSort by: relevance | last modified time | path
    Searched refs:convertToThreeAddressWithLEA (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 590 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
X86InstrInfo.cpp 1245 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA(
1463 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp);
1516 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp);
1560 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp);
1601 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp);

Completed in 19 milliseconds