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

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 36 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
MipsMCInstLower.cpp 129 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
160 MCOperand MCOp = LowerOperand(MO);
MipsAsmPrinter.cpp 54 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) {
55 MCOp = MCInstLowering.LowerOperand(MO);
  /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);

Completed in 106 milliseconds