Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4722 static bool Expand2AddrUndef(MachineInstrBuilder &MIB, in Expand2AddrUndef() function
4927 return Expand2AddrUndef(MIB, get(X86::XOR32rr)); in expandPostRAPseudo()
4936 return Expand2AddrUndef(MIB, get(X86::SBB32rr)); in expandPostRAPseudo()
4938 return Expand2AddrUndef(MIB, get(X86::SBB64rr)); in expandPostRAPseudo()
4940 return Expand2AddrUndef(MIB, get(X86::MMX_PXORrr)); in expandPostRAPseudo()
4946 return Expand2AddrUndef(MIB, get(HasAVX ? X86::VXORPSrr : X86::XORPSrr)); in expandPostRAPseudo()
4953 Expand2AddrUndef(MIB, get(X86::VXORPSrr)); in expandPostRAPseudo()
4966 return Expand2AddrUndef(MIB, in expandPostRAPseudo()
4972 return Expand2AddrUndef(MIB, get(X86::VPXORDZrr)); in expandPostRAPseudo()
4982 Expand2AddrUndef(MIB, in expandPostRAPseudo()
[all …]