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

  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 69 static MCOperand LowerOperand(const MachineInstr *MI,
104 MCOperand MCOp = LowerOperand(MI, MO, AP);
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO,
112 MCOperand MCOp = LowerOperand(MO);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 134 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
176 OutMI.addOperand(LowerOperand(MI->getOperand(0)));
192 OutMI.addOperand(LowerOperand(MO));
234 MCOperand MCOp = LowerOperand(MO);

Completed in 43 milliseconds