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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCInstLower.cpp29 OutMI.addOperand(AP.lowerOperand(MO));
H A DPTXAsmPrinter.h46 MCOperand lowerOperand(const MachineOperand &MO);
H A DPTXAsmPrinter.cpp550 MCOperand PTXAsmPrinter::lowerOperand(const MachineOperand &MO) { function in class:PTXAsmPrinter
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h36 MCOperand lowerOperand(const MachineOperand& MO) const;
H A DSystemZMCInstLower.cpp80 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { function in class:SystemZMCInstLower
101 OutMI.addOperand(lowerOperand(MO));
H A DSystemZAsmPrinter.cpp507 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.cpp63 /// \brief Wrapper for MCInstLowering.lowerOperand() for the
65 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { function in class:__anon12924::AArch64AsmPrinter
66 return MCInstLowering.lowerOperand(MO, MCOp);
500 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
521 MCInstLowering.lowerOperand(MO_Sym, Sym);
522 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12);
523 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc);
H A DAArch64MCInstLower.cpp163 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, function in class:AArch64MCInstLower
212 if (lowerOperand(MO, MCOp))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMMCInstLower.cpp67 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:ARMAsmPrinter
122 if (AP.lowerOperand(MO, MCOp))
H A DARMAsmPrinter.h77 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
78 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp57 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:ARMAsmPrinter
143 if (AP.lowerOperand(MO, MCOp)) {
H A DARMAsmPrinter.h94 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
95 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.cpp89 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { function in class:MipsAsmPrinter
126 lowerOperand(MI->getOperand(0), MCOp);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h211 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DNVPTXAsmPrinter.cpp253 if (lowerOperand(MO, MCOp))
258 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:NVPTXAsmPrinter

Completed in 279 milliseconds