| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 65 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 130 lowerOperand(MI->getOperand(0), Dest); in lower() 131 lowerOperand(MI->getOperand(1), Src); in lower() 151 lowerOperand(MO, MCOp); in lower() 160 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 164 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand()
|
| H A D | AMDGPUMCInstLower.h | 38 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| H A D | R600MCInstLower.cpp | 40 lowerOperand(MO, MCOp); in lower()
|
| H A D | AMDGPUAsmPrinter.h | 100 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 79 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand() function in SystemZMCInstLower 99 OutMI.addOperand(lowerOperand(MO)); in lower()
|
| H A D | SystemZMCInstLower.h | 34 MCOperand lowerOperand(const MachineOperand& MO) const;
|
| H A D | SystemZAsmPrinter.cpp | 803 MCOp = Lower.lowerOperand(MO); in PrintAsmOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYMCInstLower.cpp | 32 if (lowerOperand(MO, MCOp)) in Lower() 76 bool CSKYMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in CSKYMCInstLower
|
| H A D | CSKYMCInstLower.h | 29 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in ARMAsmPrinter 157 if (AP.lowerOperand(MO, MCOp)) { in LowerARMMachineInstrToMCInst()
|
| H A D | ARMAsmPrinter.h | 106 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.h | 43 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 87 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon98cdc5fc0111::AArch64AsmPrinter 88 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1068 MCInstLowering.lowerOperand(CallTarget, CallTargetMCOp); in LowerSTATEPOINT() 1122 lowerOperand(*I, Dest); in LowerFAULTING_OP() 1234 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1235 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1315 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1354 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1355 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in emitInstruction() 1356 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in emitInstruction()
|
| H A D | AArch64MCInstLower.h | 34 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| H A D | AArch64MCInstLower.cpp | 258 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AArch64MCInstLower 307 if (lowerOperand(MO, MCOp)) in Lower()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 82 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | MipsAsmPrinter.cpp | 102 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { in lowerOperand() function in MipsAsmPrinter 144 lowerOperand(MI->getOperand(0), MCOp); in emitPseudoIndirectBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 65 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon9c2a86380111::RISCVAsmPrinter
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 168 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | NVPTXAsmPrinter.cpp | 236 if (lowerOperand(MO, MCOp)) in lowerToMCInst() 241 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in NVPTXAsmPrinter
|