reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMInstructionSelector.cpp
  873       MIB.addImm(1).add(predOps(ARMCC::AL)).add(condCodeOp());
  901       MIB.addImm(0).add(predOps(ARMCC::AL));
  941       MIB->eraseFromParent();
  983     MIB.add(predOps(ARMCC::AL)).add(condCodeOp());
  997     MIB->setDesc(TII.get(LoadOpcode));
  998     MIB->RemoveOperand(1);
  999     MIB.addConstantPoolIndex(CPIndex, /*Offset*/ 0, /*TargetFlags*/ 0)
 1032     return selectSelect(MIB, MRI);
 1036     return selectCmp(Helper, MIB, MRI);
 1055     return selectCmp(Helper, MIB, MRI);
 1058     return selectShift(ARM_AM::ShiftOpc::lsr, MIB);
 1060     return selectShift(ARM_AM::ShiftOpc::asr, MIB);
 1062     return selectShift(ARM_AM::ShiftOpc::lsl, MIB);
 1066     MIB.add(predOps(ARMCC::AL)).add(condCodeOp());
 1072     MIB.addImm(0).add(predOps(ARMCC::AL)).add(condCodeOp());
 1075     return selectGlobal(MIB, MRI);
 1119       MIB.addReg(0);
 1120     MIB.addImm(0).add(predOps(ARMCC::AL));
 1124     if (!selectMergeValues(MIB, TII, MRI, TRI, RBI))
 1129     if (!selectUnmergeValues(MIB, TII, MRI, TRI, RBI))