| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 66 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 131 lowerOperand(MI->getOperand(0), Dest); in lower() 132 lowerOperand(MI->getOperand(1), Src); in lower() 152 lowerOperand(MO, MCOp); in lower() 161 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 165 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 | 98 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /openbsd-src/gnu/llvm/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 | 852 MCOp = Lower.lowerOperand(MO); in PrintAsmOperand()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.h | 48 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.h | 34 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| H A D | AArch64AsmPrinter.cpp | 86 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon43f9fbe30111::AArch64AsmPrinter 87 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1174 MCInstLowering.lowerOperand(CallTarget, CallTargetMCOp); in LowerSTATEPOINT() 1227 lowerOperand(MO, Dest); in LowerFAULTING_OP() 1339 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1340 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1420 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1459 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1460 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in emitInstruction() 1461 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in emitInstruction()
|
| H A D | AArch64MCInstLower.cpp | 282 bool AArch64MCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AArch64MCInstLower 331 if (lowerOperand(MO, MCOp)) in Lower()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 168 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);
|
| H A D | NVPTXAsmPrinter.cpp | 235 if (lowerOperand(MO, MCOp)) in lowerToMCInst() 240 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in NVPTXAsmPrinter
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 77 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon57f1e09f0111::RISCVAsmPrinter
|