Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp134 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in MipsMCInstLower
176 OutMI.addOperand(LowerOperand(MI->getOperand(0))); in lowerLongBranchLUi()
192 OutMI.addOperand(LowerOperand(MO)); in lowerLongBranchADDiu()
234 MCOperand MCOp = LowerOperand(MO); in Lower()
DMipsMCInstLower.h35 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
DMipsAsmPrinter.cpp90 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp69 static MCOperand LowerOperand(const MachineInstr *MI, in LowerOperand() function
104 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerSparcMachineInstrToMCInst()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in XCoreMCInstLower
112 MCOperand MCOp = LowerOperand(MO); in Lower()
DXCoreMCInstLower.h34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;