| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 51 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const; 124 bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUMCInstLower 188 lowerOperand(MI->getOperand(0), Dest); in lower() 189 lowerOperand(MI->getOperand(1), Src); in lower() 209 lowerOperand(MO, MCOp); in lower() 218 bool AMDGPUAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand() function in AMDGPUAsmPrinter 222 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 365 lowerOperand(MO, MCOp); in lower()
|
| H A D | AMDGPUAsmPrinter.h | 115 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const;
|
| /netbsd-src/external/apache2/llvm/dist/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 | 733 MCOperand MO(Lower.lowerOperand(MI->getOperand(OpNo))); in PrintAsmOperand()
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 86 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon9cc45d170111::AArch64AsmPrinter 87 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1029 MCInstLowering.lowerOperand(CallTarget, CallTargetMCOp); in LowerSTATEPOINT() 1083 lowerOperand(*I, Dest); in LowerFAULTING_OP() 1183 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1184 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1254 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1293 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1294 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in emitInstruction() 1295 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 64 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() function in __anon0073c7d30111::RISCVAsmPrinter
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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
|