Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h707 bool Is8BitOp) const;
H A DX86InstrInfo.cpp1220 bool Is8BitOp) const { in convertToThreeAddressWithLEA()
1224 assert((Is8BitOp || in convertToThreeAddressWithLEA()
1259 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA()
1435 bool Is8BitOp = false; in convertToThreeAddress() local
1494 Is8BitOp = true; in convertToThreeAddress()
1501 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1556 Is8BitOp = true; in convertToThreeAddress()
1560 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1615 Is8BitOp = true; in convertToThreeAddress()
1619 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
[all …]