Searched refs:Is8BitOp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 594 bool Is8BitOp) const;
|
| H A D | X86InstrInfo.cpp | 1247 LiveVariables *LV, bool Is8BitOp) const { in convertToThreeAddressWithLEA() 1250 assert((Is8BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA() 1280 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA() 1403 bool Is8BitOp = false; in convertToThreeAddress() local 1456 Is8BitOp = true; in convertToThreeAddress() 1463 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1512 Is8BitOp = true; in convertToThreeAddress() 1516 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1556 Is8BitOp = true; in convertToThreeAddress() 1560 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() [all …]
|