Searched refs:FuseInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5643 static MachineInstr *FuseInst(MachineFunction &MF, unsigned Opcode, in FuseInst() function 5702 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, PtrOffset); in foldMemoryOperandCustom() 5720 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, 8); in foldMemoryOperandCustom() 5821 NewMI = FuseInst(MF, Opcode, OpNum, MOs, InsertPt, MI, *this); in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2473 static MachineInstr *FuseInst(MachineFunction &MF, in FuseInst() function 2588 NewMI = FuseInst(MF, Opcode, i, MOs, MI, *this); in foldMemoryOperandImpl()
|