Searched refs:Is8BitOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 558 bool Is8BitOp) const;
|
| HD | X86InstrInfo.cpp | 762 LiveVariables *LV, bool Is8BitOp) const { in convertToThreeAddressWithLEA() 765 assert((Is8BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA() 795 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA() 918 bool Is8BitOp = false; in convertToThreeAddress() local 972 Is8BitOp = true; in convertToThreeAddress() 979 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1028 Is8BitOp = true; in convertToThreeAddress() 1032 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1072 Is8BitOp = true; in convertToThreeAddress() 1076 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() [all …]
|