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

References

lib/Target/ARM/ARMFastISel.cpp
  717   if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
  720     if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
  725   } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
  730   if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
  801       const AllocaInst *AI = cast<AllocaInst>(Obj);
  814   if (Addr.Base.Reg == 0) Addr.Base.Reg = getRegForValue(Obj);