| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 54 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const; 118 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 179 lowerOperand(MI->getOperand(0), Dest); in lower() 180 lowerOperand(MI->getOperand(1), Src); in lower() 200 lowerOperand(MO, MCOp); in lower() 205 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 209 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 367 lowerOperand(MO, MCOp); in lower()
|
| H A D | AMDGPUAsmPrinter.h | 107 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 80 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand() function in SystemZMCInstLower 101 OutMI.addOperand(lowerOperand(MO)); in lower()
|
| H A D | SystemZMCInstLower.h | 36 MCOperand lowerOperand(const MachineOperand& MO) const;
|
| H A D | SystemZAsmPrinter.cpp | 632 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo))); in PrintAsmOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 80 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon47ca62f10111::AArch64AsmPrinter 81 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 715 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in EmitInstruction() 716 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in EmitInstruction() 785 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in EmitInstruction() 805 MCInstLowering.lowerOperand(MO_Sym, Sym); in EmitInstruction() 806 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in EmitInstruction() 807 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in EmitInstruction()
|
| H A D | AArch64MCInstLower.h | 38 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| H A D | AArch64MCInstLower.cpp | 251 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AArch64MCInstLower 300 if (lowerOperand(MO, MCOp)) in Lower()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 73 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in ARMAsmPrinter 158 if (AP.lowerOperand(MO, MCOp)) { in LowerARMMachineInstrToMCInst()
|
| H A D | ARMAsmPrinter.h | 108 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 57 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon4bbcf0ad0111::RISCVAsmPrinter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 83 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | MipsAsmPrinter.cpp | 105 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { in lowerOperand() function in MipsAsmPrinter 147 lowerOperand(MI->getOperand(0), MCOp); in emitPseudoIndirectBranch()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 212 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | NVPTXAsmPrinter.cpp | 234 if (lowerOperand(MO, MCOp)) in lowerToMCInst() 239 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in NVPTXAsmPrinter
|