Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp560 static bool Expand2AddrUndef(MachineInstrBuilder &MIB, in Expand2AddrUndef() function
593 return Expand2AddrUndef(MIB, get(M68k::SUBX8dd)); in expandPostRAPseudo()
595 return Expand2AddrUndef(MIB, get(M68k::SUBX16dd)); in expandPostRAPseudo()
597 return Expand2AddrUndef(MIB, get(M68k::SUBX32dd)); in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4675 static bool Expand2AddrUndef(MachineInstrBuilder &MIB, in Expand2AddrUndef() function
4880 return Expand2AddrUndef(MIB, get(X86::XOR32rr)); in expandPostRAPseudo()
4889 return Expand2AddrUndef(MIB, get(X86::SBB32rr)); in expandPostRAPseudo()
4891 return Expand2AddrUndef(MIB, get(X86::SBB64rr)); in expandPostRAPseudo()
4893 return Expand2AddrUndef(MIB, get(X86::MMX_PXORrr)); in expandPostRAPseudo()
4906 Expand2AddrUndef(MIB, get(X86::VXORPSrr)); in expandPostRAPseudo()
4919 return Expand2AddrUndef(MIB, in expandPostRAPseudo()
4925 return Expand2AddrUndef(MIB, get(X86::VPXORDZrr)); in expandPostRAPseudo()
4935 Expand2AddrUndef(MIB, in expandPostRAPseudo()
4946 return Expand2AddrUndef(MIB, get(X86::VPXORDZrr)); in expandPostRAPseudo()
[all …]