| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 48 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const; 95 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 160 lowerOperand(MI->getOperand(0), Dest); in lower() 161 lowerOperand(MI->getOperand(1), Src); in lower() 181 lowerOperand(MO, MCOp); in lower() 190 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 194 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 337 lowerOperand(MO, MCOp); in lower()
|
| H A D | AMDGPUAsmPrinter.h | 99 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 79 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const { in lowerOperand() function in SystemZMCInstLower 100 OutMI.addOperand(lowerOperand(MO)); in lower()
|
| H A D | SystemZMCInstLower.h | 35 MCOperand lowerOperand(const MachineOperand& MO) const;
|
| H A D | SystemZAsmPrinter.cpp | 779 MCOp = Lower.lowerOperand(MO); in PrintAsmOperand()
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 86 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon0d2160800111::AArch64AsmPrinter 87 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1033 MCInstLowering.lowerOperand(CallTarget, CallTargetMCOp); in LowerSTATEPOINT() 1087 lowerOperand(*I, Dest); in LowerFAULTING_OP() 1187 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1188 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1258 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1297 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1298 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in emitInstruction() 1299 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in emitInstruction()
|
| H A D | AArch64MCInstLower.h | 37 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 82 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | MipsAsmPrinter.cpp | 106 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { in lowerOperand() function in MipsAsmPrinter 148 lowerOperand(MI->getOperand(0), MCOp); in emitPseudoIndirectBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 64 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon2e6d7ebc0111::RISCVAsmPrinter
|
| /freebsd-13.1/contrib/llvm-project/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
|