Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Address

714     const Value *Address = DI->getAddress();
715 if (!Address || isa<UndefValue>(Address)) {
722 if (const Argument *Arg = dyn_cast<Argument>(Address))
728 if (unsigned Reg = lookUpRegForValue(Address))
742 if (!Op && !Address->use_empty() && isa<Instruction>(Address) &&
743 (!isa<AllocaInst>(Address) ||
744 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address))))
745 Op = MachineOperand::CreateReg(FuncInfo.InitializeRegForValue(Address),