| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 67 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 132 lowerOperand(MI->getOperand(0), Dest); in lower() 133 lowerOperand(MI->getOperand(1), Src); in lower() 154 lowerOperand(MO, MCOp); in lower() 163 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 167 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 | 42 lowerOperand(MO, MCOp); in lower()
|
| H A D | AMDGPUAsmPrinter.h | 100 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /freebsd-14.2/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 99 OutMI.addOperand(lowerOperand(MO)); in lower()
|
| H A D | SystemZMCInstLower.h | 34 MCOperand lowerOperand(const MachineOperand& MO) const;
|
| H A D | SystemZAsmPrinter.cpp | 939 MCOp = Lower.lowerOperand(MO); in PrintAsmOperand()
|
| /freebsd-14.2/contrib/llvm-project/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;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 88 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in ARMAsmPrinter 173 if (AP.lowerOperand(MO, MCOp)) { in LowerARMMachineInstrToMCInst()
|
| H A D | ARMAsmPrinter.h | 110 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 90 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1415 lowerOperand(MO, Dest); in LowerFAULTING_OP() 1529 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1530 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1615 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1654 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1656 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in emitInstruction() 1910 MCInstLowering.lowerOperand( in emitMachOIFuncStubBody() 1924 MCInstLowering.lowerOperand( in emitMachOIFuncStubBody() 2023 MCInstLowering.lowerOperand( in emitMachOIFuncStubHelperBody() [all …]
|
| H A D | AArch64MCInstLower.h | 35 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| H A D | AArch64MCInstLower.cpp | 327 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AArch64MCInstLower 376 if (lowerOperand(MO, MCOp)) in Lower()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.h | 53 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function
|
| /freebsd-14.2/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 | 102 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { in lowerOperand() function in MipsAsmPrinter 144 lowerOperand(MI->getOperand(0), MCOp); in emitPseudoIndirectBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 94 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const; 331 if (!lowerOperand(Offset, MCO)) in PrintAsmMemoryOperand() 833 bool RISCVAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in RISCVAsmPrinter 997 if (lowerOperand(MO, MCOp)) in lowerToMCInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 168 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | NVPTXAsmPrinter.cpp | 240 if (lowerOperand(MO, MCOp)) in lowerToMCInst() 245 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in NVPTXAsmPrinter
|