OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addMemOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h
154
const MachineInstrBuilder &
addMemOperand
(MachineMemOperand *MMO) const {
155
MI->
addMemOperand
(*MF, MMO);
/external/llvm/lib/CodeGen/
MachineInstr.cpp
738
///
addMemOperand
- Add a MachineMemOperand to the machine instruction.
741
void MachineInstr::
addMemOperand
(MachineFunction &MF,
[
all
...]
Completed in 49 milliseconds