Searched refs:lowerOperand (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h35 MCOperand lowerOperand(const MachineOperand& MO) const;
H A DSystemZMCInstLower.cpp79 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { function in class:SystemZMCInstLower
100 OutMI.addOperand(lowerOperand(MO));
H A DSystemZAsmPrinter.cpp707 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h37 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
H A DAArch64AsmPrinter.cpp81 /// Wrapper for MCInstLowering.lowerOperand() for the
83 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { function in class:__anon3836::AArch64AsmPrinter
84 return MCInstLowering.lowerOperand(MO, MCOp);
1055 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym);
1056 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym);
1125 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
1164 MCInstLowering.lowerOperand(MO_Sym, Sym);
1165 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12);
1166 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc);
H A DAArch64MCInstLower.cpp252 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, function in class:AArch64MCInstLower
301 if (lowerOperand(MO, MCOp))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp53 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
126 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, function in class:AMDGPUMCInstLower
190 lowerOperand(MI->getOperand(0), Dest);
191 lowerOperand(MI->getOperand(1), Src);
211 lowerOperand(MO, MCOp);
220 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:AMDGPUAsmPrinter
224 return MCInstLowering.lowerOperand(MO, MCOp);
379 lowerOperand(MO, MCOp);
H A DAMDGPUAsmPrinter.h109 /// Wrapper for MCInstLowering.lowerOperand() for the tblgen'erated
111 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h105 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
106 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DARMMCInstLower.cpp72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:ARMAsmPrinter
157 if (AP.lowerOperand(MO, MCOp)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h81 // lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
82 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DMipsAsmPrinter.cpp106 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { function in class:MipsAsmPrinter
148 lowerOperand(MI->getOperand(0), MCOp);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp64 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { function in class:__anon4293::RISCVAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h212 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
H A DNVPTXAsmPrinter.cpp234 if (lowerOperand(MO, MCOp))
239 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, function in class:NVPTXAsmPrinter

Completed in 204 milliseconds