Searched refs:FuseInst (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 5907 static MachineInstr *FuseInst(MachineFunction &MF, unsigned Opcode, in FuseInst() function 5976 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, PtrOffset); in foldMemoryOperandCustom() 5998 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, 8); in foldMemoryOperandCustom() 6013 FuseInst(MF, X86::MOVHPDrm, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandCustom() 6151 NewMI = FuseInst(MF, Opcode, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandImpl()
|