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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h32 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
H A DXCoreMCInstLower.cpp77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, function in class:XCoreMCInstLower
108 MCOperand MCOp = LowerOperand(MO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.h34 MCOperand LowerOperand(const MachineOperand &MO, unsigned offset = 0) const;
H A DARCMCInstLower.cpp76 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, function in class:ARCMCInstLower
109 MCOperand MCOp = LowerOperand(MO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp35 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, function
64 MCOperand MCOp = LowerOperand(MI, MO, AP);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h38 MCOperand LowerOperand(const MachineOperand &MO, int64_t offset = 0) const;
H A DMipsMCInstLower.cpp177 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, function in class:MipsMCInstLower
219 OutMI.addOperand(LowerOperand(MI->getOperand(0)));
278 OutMI.addOperand(LowerOperand(MO));
323 MCOperand MCOp = LowerOperand(MO);
H A DMipsAsmPrinter.cpp107 MCOp = MCInstLowering.LowerOperand(MO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp67 static MCOperand LowerOperand(const MachineInstr *MI, function
102 MCOperand MCOp = LowerOperand(MI, MO, AP);

Completed in 169 milliseconds