OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LowerOperand
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp
69
static MCOperand
LowerOperand
(const MachineInstr *MI,
104
MCOperand MCOp =
LowerOperand
(MI, MO, AP);
/external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp
81
MCOperand XCoreMCInstLower::
LowerOperand
(const MachineOperand &MO,
112
MCOperand MCOp =
LowerOperand
(MO);
/external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp
128
MCOperand MipsMCInstLower::
LowerOperand
(const MachineOperand &MO,
169
OutMI.addOperand(
LowerOperand
(MI->getOperand(0)));
185
OutMI.addOperand(
LowerOperand
(MO));
227
MCOperand MCOp =
LowerOperand
(MO);
Completed in 1236 milliseconds