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

/freebsd-10.3-release/contrib/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.cpp196 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo)));
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.h43 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
H A DAArch64MCInstLower.cpp99 bool AArch64AsmPrinter::lowerOperand(const MachineOperand &MO, function in class:AArch64AsmPrinter
154 if (AP.lowerOperand(MO, MCOp))
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp66 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:ARMAsmPrinter
122 if (AP.lowerOperand(MO, MCOp))
H A DARMAsmPrinter.h80 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
81 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h42 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
43 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DMipsAsmPrinter.cpp63 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { function in class:MipsAsmPrinter
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h195 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DNVPTXAsmPrinter.cpp329 if (lowerOperand(MO, MCOp))
334 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:NVPTXAsmPrinter

Completed in 78 milliseconds