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

/openbsd-current/gnu/llvm/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
108 MCOperand MCOp = LowerOperand(MO);
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h31 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
H A DXCoreMCInstLower.cpp77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, function in class:XCoreMCInstLower
107 MCOperand MCOp = LowerOperand(MO);
/openbsd-current/gnu/llvm/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));
322 MCOperand MCOp = LowerOperand(MO);
H A DMipsAsmPrinter.cpp103 MCOp = MCInstLowering.LowerOperand(MO);
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kMCInstLower.h47 std::optional<MCOperand> LowerOperand(const MachineInstr *MI,
H A DM68kMCInstLower.cpp114 M68kMCInstLower::LowerOperand(const MachineInstr *MI, function in class:M68kMCInstLower
151 std::optional<MCOperand> MCOp = LowerOperand(MI, MO);
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, function
82 MCOperand MCOp = LowerOperand(MI, MO, AP);
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp67 static MCOperand LowerOperand(const MachineInstr *MI, function
101 MCOperand MCOp = LowerOperand(MI, MO, AP);

Completed in 347 milliseconds