Searched defs:addMemOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h154 const MachineInstrBuilder &addMemOperand(MachineMemOperand *MMO) const { function in class:llvm::MachineInstrBuilder
155 MI->addMemOperand(*MF, MMO);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp758 /// addMemOperand - Add a MachineMemOperand to the machine instruction.
761 void MachineInstr::addMemOperand(MachineFunction &MF, function in class:MachineInstr

Completed in 5258 milliseconds