Home
last modified time | relevance | path

Searched refs:LowerOperand (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp178 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in MipsMCInstLower
220 OutMI.addOperand(LowerOperand(MI->getOperand(0))); in lowerLongBranchLUi()
236 OutMI.addOperand(LowerOperand(MO)); in lowerLongBranchADDiu()
275 MCOperand MCOp = LowerOperand(MO); in Lower()
DMipsMCInstLower.h34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
DMipsAsmPrinter.cpp90 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp178 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in MipsMCInstLower
220 OutMI.addOperand(LowerOperand(MI->getOperand(0))); in lowerLongBranchLUi()
279 OutMI.addOperand(LowerOperand(MO)); in lowerLongBranchADDiu()
320 MCOperand MCOp = LowerOperand(MO); in Lower()
DMipsMCInstLower.h39 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
DMipsAsmPrinter.cpp104 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp68 static MCOperand LowerOperand(const MachineInstr *MI, in LowerOperand() function
103 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerSparcMachineInstrToMCInst()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp68 static MCOperand LowerOperand(const MachineInstr *MI, in LowerOperand() function
103 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerSparcMachineInstrToMCInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2MCInstLower.cpp79 static MCOperand LowerOperand(const MachineOperand &MO, AsmPrinter &AP) { in LowerOperand() function
112 MCOperand MCOp = LowerOperand(MO, AP); in LowerNios2MachineInstToMCInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCMCInstLower.cpp77 MCOperand ARCMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in ARCMCInstLower
110 MCOperand MCOp = LowerOperand(MO); in Lower()
DARCMCInstLower.h35 MCOperand LowerOperand(const MachineOperand &MO, unsigned offset = 0) const;
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in XCoreMCInstLower
112 MCOperand MCOp = LowerOperand(MO); in Lower()
DXCoreMCInstLower.h34 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp78 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand() function in XCoreMCInstLower
109 MCOperand MCOp = LowerOperand(MO); in Lower()
DXCoreMCInstLower.h33 MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.cpp91 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand& MO) const { in LowerOperand() function in MipsMCInstLower
121 MCOperand MCOp = LowerOperand(MO); in Lower()
DMipsMCInstLower.h40 MCOperand LowerOperand(const MachineOperand& MO) const;