Searched defs:MO1 (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h83 const MachineOperand &MO1 = MI->getOperand(OpNo); local
86 O << getRegisterName(MO1.getReg())
93 const MachineOperand &MO1 = MI->getOperand(OpNo); local
96 O << getRegisterName(MO1.getReg())
H A DHexagonAsmPrinter.cpp219 const MachineOperand &MO1 = MI->getOperand(OpNo); local
222 O << HexagonInstPrinter::getRegisterName(MO1.getReg())
/external/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp67 MachineOperand &MO1 = MI->getOperand(1); local
68 if (MO1.getReg() != Reg)
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp100 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
103 O << " + #" << MO1.getImm();
109 const MCOperand& MO1 = MI->getOperand(OpNo + 1); local
111 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp892 const MachineOperand &MO1 = MI.getOperand(1); local
893 const GlobalValue *GV = MO1.getGlobal();
894 unsigned TF = MO1.getTargetFlags();
908 .addGlobalAddress(GV, MO1.getOffset(), TF | LO16TF)
913 .addGlobalAddress(GV, MO1.getOffset(), TF | HI16TF)
H A DARMAsmPrinter.cpp933 const MachineOperand &MO1 = MI->getOperand(OpNum); local
935 unsigned JTI = MO1.getIndex();
977 const MachineOperand &MO1 = MI->getOperand(OpNum); local
979 unsigned JTI = MO1.getIndex();
H A DARMCodeEmitter.cpp262 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
268 int32_t Imm12 = MO1.getImm();
322 const MachineOperand &MO1 = MI.getOperand(Op + 1); local
323 if (uint32_t ImmOffs = ARM_AM::getAM5Offset(MO1.getImm())) {
324 if (ARM_AM::getAM5Op(MO1.getImm()) == ARM_AM::add)
732 const MachineOperand &MO1 = MI.getOperand(1); local
737 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
750 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
768 const MachineOperand &MO1 = MI.getOperand(1); local
769 assert(MO1
1009 const MachineOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
H A DARMBaseInstrInfo.cpp1226 const MachineOperand &MO1 = MI1->getOperand(1); local
1227 if (MO0.getOffset() != MO1.getOffset())
1236 return MO0.getGlobal() == MO1.getGlobal();
1241 int CPI1 = MO1.getIndex();
1282 const MachineOperand &MO1 = MI1->getOperand(i); local
1283 if (!MO0.isIdenticalTo(MO1))
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp59 const MCOperand &MO1 = MI->getOperand(1); local
68 << ", " << getRegisterName(MO1.getReg());
79 const MCOperand &MO1 = MI->getOperand(1); local
87 << ", " << getRegisterName(MO1.getReg());
228 const MCOperand &MO1 = MI->getOperand(OpNum); local
229 if (MO1.isExpr())
230 O << *MO1.getExpr();
231 else if (MO1.isImm())
232 O << "[pc, #" << MO1.getImm() << "]";
244 const MCOperand &MO1 local
262 const MCOperand &MO1 = MI->getOperand(OpNum); local
282 const MCOperand &MO1 = MI->getOperand(Op); local
310 const MCOperand &MO1 = MI->getOperand(Op); local
335 const MCOperand &MO1 = MI->getOperand(Op); local
343 const MCOperand &MO1 = MI->getOperand(Op); local
351 const MCOperand &MO1 = MI->getOperand(Op); local
371 const MCOperand &MO1 = MI->getOperand(OpNum); local
397 const MCOperand &MO1 = MI->getOperand(Op); local
417 const MCOperand &MO1 = MI->getOperand(Op); local
438 const MCOperand &MO1 = MI->getOperand(Op); local
457 const MCOperand &MO1 = MI->getOperand(OpNum); local
482 const MCOperand &MO1 = MI->getOperand(OpNum); local
506 const MCOperand &MO1 = MI->getOperand(OpNum); local
528 const MCOperand &MO1 = MI->getOperand(OpNum); local
541 const MCOperand &MO1 = MI->getOperand(OpNum); local
771 const MCOperand &MO1 = MI->getOperand(Op); local
789 const MCOperand &MO1 = MI->getOperand(Op); local
832 const MCOperand &MO1 = MI->getOperand(OpNum); local
848 const MCOperand &MO1 = MI->getOperand(OpNum); local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp434 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
438 int32_t SImm = MO1.getImm();
699 const MCOperand &MO1 = MI.getOperand(OpIdx); local
701 unsigned Rn = getARMRegisterNumbering(MO1.getReg());
833 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
835 unsigned Imm8 = MO1.getImm();
903 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
906 unsigned Rm = getARMRegisterNumbering(MO1.getReg());
949 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
950 unsigned Imm = MO1
970 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
983 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1003 const MCOperand &MO1 = MI.getOperand(OpIdx+1); local
1035 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1052 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1121 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1166 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
1204 const MCOperand &MO1 = MI.getOperand(OpNum); local
1222 const MCOperand &MO1 = MI.getOperand(OpNum); local
1243 const MCOperand &MO1 = MI.getOperand(OpNum); local
1259 const MCOperand &MO1 = MI.getOperand(OpNum); local
1284 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3279 MachineOperand &MO1 = DataMI->getOperand(1); local
3280 if (MO1.getImm() == 0) {
3292 MO1.ChangeToRegister(MO0.getReg(), false);

Completed in 132 milliseconds