Searched refs:lowerOperand (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h36 MCOperand lowerOperand(const MachineOperand& MO) const;
H A DSystemZMCInstLower.cpp77 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { function in class:SystemZMCInstLower
98 OutMI.addOperand(lowerOperand(MO));
H A DSystemZAsmPrinter.cpp204 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo)));
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h38 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
H A DAArch64AsmPrinter.cpp64 /// \brief Wrapper for MCInstLowering.lowerOperand() for the
66 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { function in class:__anon25931::AArch64AsmPrinter
67 return MCInstLowering.lowerOperand(MO, MCOp);
475 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
484 MCInstLowering.lowerOperand(MI->getOperand(0), Callee);
485 MCInstLowering.lowerOperand(MI->getOperand(1), Sym);
H A DAArch64MCInstLower.cpp153 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, function in class:AArch64MCInstLower
199 if (lowerOperand(MI->getOperand(i), MCOp))
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp68 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:ARMAsmPrinter
126 if (AP.lowerOperand(MO, MCOp))
H A DARMAsmPrinter.h86 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
87 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h49 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
50 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DMipsAsmPrinter.cpp87 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { function in class:MipsAsmPrinter
124 lowerOperand(MI->getOperand(0), MCOp);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h207 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DNVPTXAsmPrinter.cpp617 if (lowerOperand(MO, MCOp))
622 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:NVPTXAsmPrinter

Completed in 178 milliseconds