HomeSort by relevance Sort by last modified time
    Searched refs:lowerOperand (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCInstLower.cpp 29 OutMI.addOperand(AP.lowerOperand(MO));
PTXAsmPrinter.h 46 MCOperand lowerOperand(const MachineOperand &MO);
PTXAsmPrinter.cpp 550 MCOperand PTXAsmPrinter::lowerOperand(const MachineOperand &MO) {
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 36 MCOperand lowerOperand(const MachineOperand& MO) const;
SystemZMCInstLower.cpp 80 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const {
101 OutMI.addOperand(lowerOperand(MO));
SystemZAsmPrinter.cpp 507 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo)));
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 38 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
AArch64AsmPrinter.cpp 63 /// \brief Wrapper for MCInstLowering.lowerOperand() for the
65 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const {
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);
AArch64MCInstLower.cpp 163 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO,
212 if (lowerOperand(MO, MCOp))
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 67 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO,
122 if (AP.lowerOperand(MO, MCOp))
ARMAsmPrinter.h 77 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
78 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 57 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO,
143 if (AP.lowerOperand(MO, MCOp)) {
ARMAsmPrinter.h 94 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
95 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 49 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
50 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
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.h 211 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
NVPTXAsmPrinter.cpp 253 if (lowerOperand(MO, MCOp))
258 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO,
    [all...]

Completed in 507 milliseconds