Searched refs:fuseInst (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 7260 static MachineInstr *fuseInst(MachineFunction &MF, unsigned Opcode, in fuseInst() function 7330 fuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, PtrOffset); in foldMemoryOperandCustom() 7352 fuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, 8); in foldMemoryOperandCustom() 7367 fuseInst(MF, X86::MOVHPDrm, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandCustom() 7522 : fuseInst(MF, Opcode, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandImpl() 8341 ? fuseInst(MF, I->DstOp, OpNum, MOs, InsertPt, MI, *this) in foldMemoryBroadcast()
|