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

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
H A DMipsMCInstLower.cpp178 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, function in class:MipsMCInstLower
220 OutMI.addOperand(LowerOperand(MI->getOperand(0)));
236 OutMI.addOperand(LowerOperand(MO));
275 MCOperand MCOp = LowerOperand(MO);
H A DMipsAsmPrinter.cpp90 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/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsMCInstLower.h40 MCOperand LowerOperand(const MachineOperand& MO) const;
H A DMipsMCInstLower.cpp91 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand& MO) const { function in class:MipsMCInstLower
121 MCOperand MCOp = LowerOperand(MO);
/external/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp68 static MCOperand LowerOperand(const MachineInstr *MI, function
103 MCOperand MCOp = LowerOperand(MI, MO, AP);

Completed in 193 milliseconds