Searched refs:FuseInst (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 7144 static MachineInstr *FuseInst(MachineFunction &MF, unsigned Opcode, in FuseInst() function 7214 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, PtrOffset); in foldMemoryOperandCustom() 7236 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, 8); in foldMemoryOperandCustom() 7251 FuseInst(MF, X86::MOVHPDrm, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandCustom() 7392 NewMI = FuseInst(MF, Opcode, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandImpl()
|