Home
last modified time | relevance | path

Searched refs:Addr (Results 426 – 439 of 439) sorted by relevance

1...<<1112131415161718

/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf225 O DaemonPortOptions=Name=NoMTA, Addr=127.0.0.1, M=E
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2995 auto Addr = MIRBuilder.buildConstantPool( in lowerFConstant() local
3003 MIRBuilder.buildLoadInstr(TargetOpcode::G_LOAD, Dst, Addr, *MMO); in lowerFConstant()
3716 auto [OldValRes, SuccessRes, Addr, CmpVal, NewVal] = MI.getFirst5Regs(); in lower()
3717 MIRBuilder.buildAtomicCmpXchg(OldValRes, Addr, CmpVal, NewVal, in lower()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3169 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, in LLVMBuildIndirectBr() argument
3171 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
H A DAutoUpgrade.cpp2370 Value *Addr = Builder.CreateBitCast(Arg0, EltPtrTy, "cast"); in UpgradeIntrinsicCall() local
2374 StoreInst *SI = Builder.CreateAlignedStore(Extract, Addr, Align(1)); in UpgradeIntrinsicCall()
/freebsd/sys/dev/mwl/
H A Dmwlhal.c1978 IEEE80211_ADDR_COPY(pCmd->Addr, addr); in mwl_hal_setmimops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp576 VPTransformState &State, VPValue *Addr,
2505 VPTransformState &State, VPValue *Addr, ArrayRef<VPValue *> StoredValues, in vectorizeInterleaveGroup() argument
2540 Value *AddrPart = State.get(Addr, VPIteration(Part, 0)); in vectorizeInterleaveGroup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp477 SDValue Addr, int JTI, in expandIndirectJTBranch() argument
484 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Chain, Addr); in expandIndirectJTBranch()
9741 TargetLowering::IncrementMemoryAddress(SDValue Addr, SDValue Mask, in IncrementMemoryAddress() argument
9746 EVT AddrVT = Addr.getValueType(); in IncrementMemoryAddress()
9776 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment); in IncrementMemoryAddress()
H A DDAGCombiner.cpp26957 SDValue Addr; in SimplifySelectOps() local
26973 Addr = DAG.getSelect(SDLoc(TheSelect), in SimplifySelectOps()
26995 Addr = DAG.getNode(ISD::SELECT_CC, SDLoc(TheSelect), in SimplifySelectOps()
27016 LLD->getChain(), Addr, MachinePointerInfo(), Alignment, in SimplifySelectOps()
27023 SDLoc(TheSelect), TheSelect->getValueType(0), LLD->getChain(), Addr, in SimplifySelectOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6410 SDValue Addr = Node->getOperand(1); in Select() local
6413 if (!selectAddr(Node, Addr, Base, Scale, Index, Disp, Segment)) in Select()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7583 Address Addr = EmitSelectorAddr(Sel); in EmitSelector() local
7585 llvm::LoadInst* LI = CGF.Builder.CreateLoad(Addr); in EmitSelector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td3595 ComplexPattern Addr, ComplexPattern UnscaledAddr, Operand AddrImm,
3599 (ScalarVT (LoadOp (Addr GPR64sp:$Rn, AddrImm:$offset))), (i64 0)),
3608 (ScalarVT (LoadOp (Addr GPR64sp:$Rn, AddrImm:$offset))), (i64 0)),
3617 (ScalarVT (LoadOp (Addr GPR64sp:$Rn, AddrImm:$offset))), (i64 0)),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1026 Expr **Addr; member
1042 *i->Addr = i->Saved; in restore()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES552 O DaemonPortOptions=Family=local, Addr=/var/mta/server.sock
3887 interpret Addr= and Port=. Problem noted by Valdis
/freebsd/contrib/unbound/doc/
H A DChangelog11223 - Addr stored for range and moment in replay.

1...<<1112131415161718