Searched refs:LowerOperand (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsMCInstLower.cpp | 177 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in MipsMCInstLower 219 OutMI.addOperand(LowerOperand(MI->getOperand(0))); in lowerLongBranchLUi() 278 OutMI.addOperand(LowerOperand(MO)); in lowerLongBranchADDiu() 323 MCOperand MCOp = LowerOperand(MO); in Lower()
|
| D | MipsMCInstLower.h | 38 MCOperand LowerOperand(const MachineOperand &MO, int64_t offset = 0) const;
|
| D | MipsAsmPrinter.cpp | 107 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | SparcMCInstLower.cpp | 67 static MCOperand LowerOperand(const MachineInstr *MI, in LowerOperand() function 102 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerSparcMachineInstrToMCInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEMCInstLower.cpp | 43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, in LowerOperand() function 83 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerVEMachineInstrToMCInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCMCInstLower.cpp | 76 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in ARCMCInstLower 109 MCOperand MCOp = LowerOperand(MO); in Lower()
|
| D | ARCMCInstLower.h | 34 MCOperand LowerOperand(const MachineOperand &MO, unsigned offset = 0) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreMCInstLower.cpp | 77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in XCoreMCInstLower 108 MCOperand MCOp = LowerOperand(MO); in Lower()
|
| D | XCoreMCInstLower.h | 31 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kMCInstLower.cpp | 114 M68kMCInstLower::LowerOperand(const MachineInstr *MI, in LowerOperand() function in M68kMCInstLower 151 Optional<MCOperand> MCOp = LowerOperand(MI, MO); in Lower()
|
| D | M68kMCInstLower.h | 47 Optional<MCOperand> LowerOperand(const MachineInstr *MI,
|