Searched defs:LowerOperand (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp69 static MCOperand LowerOperand(const MachineInstr *MI, function
104 MCOperand MCOp = LowerOperand(MI, MO, AP);
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, function in class:XCoreMCInstLower
112 MCOperand MCOp = LowerOperand(MO);
/external/llvm/lib/Target/Mips/
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);

Completed in 935 milliseconds