OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LowerOperand
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp
68
static MCOperand
LowerOperand
(const MachineInstr *MI,
103
MCOperand MCOp =
LowerOperand
(MI, MO, AP);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCInstLower.cpp
91
MCOperand MipsMCInstLower::
LowerOperand
(const MachineOperand& MO) const {
121
MCOperand MCOp =
LowerOperand
(MO);
/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
178
MCOperand MipsMCInstLower::
LowerOperand
(const MachineOperand &MO,
220
OutMI.addOperand(
LowerOperand
(MI->getOperand(0)));
236
OutMI.addOperand(
LowerOperand
(MO));
275
MCOperand MCOp =
LowerOperand
(MO);
Completed in 596 milliseconds