Searched defs:MIOpc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1938 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, argument
1974 switch (MIOpc) {
2079 unsigned MIOpc = MI->getOpcode(); local
2080 switch (MIOpc) {
2157 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr;
2165 switch (MIOpc) {
2171 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r
2192 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2202 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r
2225 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MF
[all...]

Completed in 491 milliseconds