Searched defs:lowerOperand (Results 1 - 6 of 6) sorted by relevance

/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))
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp77 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { function in class:SystemZMCInstLower
98 OutMI.addOperand(lowerOperand(MO));
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp153 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, function in class:AArch64MCInstLower
199 if (lowerOperand(MI->getOperand(i), MCOp))
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);
/external/llvm/lib/Target/Mips/
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.cpp617 if (lowerOperand(MO, MCOp))
622 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:NVPTXAsmPrinter

Completed in 1743 milliseconds