Lines Matching defs:Address
760 // Assume that the callee is a constant address or null pointer.
773 llvm_unreachable("Unsupported callee address.");
1097 const Value *Address = DI->getAddress();
1098 if (!Address || isa<UndefValue>(Address)) {
1105 if (const auto *Arg = dyn_cast<Argument>(Address))
1111 if (unsigned Reg = lookUpRegForValue(Address))
1125 if (!Op && !Address->use_empty() && isa<Instruction>(Address) &&
1126 (!isa<AllocaInst>(Address) ||
1127 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address))))
1128 Op = MachineOperand::CreateReg(FuncInfo.InitializeRegForValue(Address),