Searched refs:LowerOperand (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h35 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
H A DMipsMCInstLower.cpp128 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, function in class:MipsMCInstLower
169 OutMI.addOperand(LowerOperand(MI->getOperand(0)));
185 OutMI.addOperand(LowerOperand(MO));
227 MCOperand MCOp = LowerOperand(MO);
H A DMipsAsmPrinter.cpp88 MCOp = MCInstLowering.LowerOperand(MO);
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
H A DXCoreMCInstLower.cpp81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, function in class:XCoreMCInstLower
112 MCOperand MCOp = LowerOperand(MO);
/external/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp69 static MCOperand LowerOperand(const MachineInstr *MI, function
104 MCOperand MCOp = LowerOperand(MI, MO, AP);

Completed in 888 milliseconds