Searched refs:LowerOperand (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcMCInstLower.cpp | 67 static MCOperand LowerOperand(const MachineInstr *MI, in LowerOperand() function 101 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerSparcMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 176 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, 218 OutMI.addOperand(LowerOperand(MI->getOperand(0))); in lowerLongBranchLUi() 277 OutMI.addOperand(LowerOperand(MO)); in lowerLongBranchADDiu() 321 MCOperand MCOp = LowerOperand(MO); in Lower() 177 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, LowerOperand() function in MipsMCInstLower
|
H A D | MipsMCInstLower.h | 38 MCOperand LowerOperand(const MachineOperand &MO, int64_t offset = 0) const;
|
H A D | MipsAsmPrinter.cpp | 104 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, in LowerOperand() function 82 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerVEMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in XCoreMCInstLower 107 MCOperand MCOp = LowerOperand(MO); in Lower()
|
H A D | XCoreMCInstLower.h | 31 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 76 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in ARCMCInstLower 108 MCOperand MCOp = LowerOperand(MO); in Lower()
|
H A D | ARCMCInstLower.h | 34 MCOperand LowerOperand(const MachineOperand &MO, unsigned offset = 0) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 129 M68kMCInstLower::LowerOperand(const MachineInstr *MI, in LowerOperand() function in M68kMCInstLower 166 std::optional<MCOperand> MCOp = LowerOperand(MI, MO); in Lower()
|
H A D | M68kMCInstLower.h | 47 std::optional<MCOperand> LowerOperand(const MachineInstr *MI,
|