OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowerOperand
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp
163
bool AArch64MCInstLower::
lowerOperand
(const MachineOperand &MO,
212
if (
lowerOperand
(MO, MCOp))
AArch64AsmPrinter.cpp
62
/// \brief Wrapper for MCInstLowering.
lowerOperand
() for the
64
bool
lowerOperand
(const MachineOperand &MO, MCOperand &MCOp) const {
65
return MCInstLowering.
lowerOperand
(MO, MCOp);
476
MCInstLowering.
lowerOperand
(MI->getOperand(0), Dest);
497
MCInstLowering.
lowerOperand
(MO_Sym, Sym);
498
MCInstLowering.
lowerOperand
(MO_TLSDESC_LO12, SymTLSDescLo12);
499
MCInstLowering.
lowerOperand
(MO_TLSDESC, SymTLSDesc);
/external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp
68
bool ARMAsmPrinter::
lowerOperand
(const MachineOperand &MO,
154
if (AP.
lowerOperand
(MO, MCOp)) {
/external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp
80
MCOperand SystemZMCInstLower::
lowerOperand
(const MachineOperand &MO) const {
101
OutMI.addOperand(
lowerOperand
(MO));
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
89
bool MipsAsmPrinter::
lowerOperand
(const MachineOperand &MO, MCOperand &MCOp) {
90
MCOp = MCInstLowering.
LowerOperand
(MO);
126
lowerOperand
(MI->getOperand(0), MCOp);
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
253
if (
lowerOperand
(MO, MCOp))
258
bool NVPTXAsmPrinter::
lowerOperand
(const MachineOperand &MO,
[
all
...]
Completed in 1091 milliseconds