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

  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
XCoreMCInstLower.cpp 81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO,
112 MCOperand MCOp = LowerOperand(MO);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 35 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
MipsMCInstLower.cpp 128 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
169 OutMI.addOperand(LowerOperand(MI->getOperand(0)));
185 OutMI.addOperand(LowerOperand(MO));
227 MCOperand MCOp = LowerOperand(MO);
MipsAsmPrinter.cpp 87 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) {
88 MCOp = MCInstLowering.LowerOperand(MO);
124 lowerOperand(MI->getOperand(0), MCOp);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 69 static MCOperand LowerOperand(const MachineInstr *MI,
104 MCOperand MCOp = LowerOperand(MI, MO, AP);

Completed in 221 milliseconds