HomeSort by relevance Sort by last modified time
    Searched defs:lowerOperand (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 99 bool AArch64AsmPrinter::lowerOperand(const MachineOperand &MO,
154 if (AP.lowerOperand(MO, MCOp))
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 66 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO,
122 if (AP.lowerOperand(MO, MCOp))
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 54 MCOperand SystemZMCInstLower::lowerOperand(const MachineOperand &MO) const {
106 OutMI.addOperand(lowerOperand(MO));
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 58 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) {
59 MCOp = MCInstLowering.LowerOperand(MO);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 324 if (lowerOperand(MO, MCOp))
329 bool NVPTXAsmPrinter::lowerOperand(const MachineOperand &MO,
    [all...]

Completed in 4015 milliseconds