Searched defs:Addr (Results 101 - 118 of 118) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4646 storeRegToAddr(MachineFunction &MF, unsigned SrcReg, bool isKill, SmallVectorImpl<MachineOperand> &Addr, const TargetRegisterClass *RC, MachineInstr::mmo_iterator MMOBegin, MachineInstr::mmo_iterator MMOEnd, SmallVectorImpl<MachineInstr*> &NewMIs) const argument
4682 loadRegFromAddr(MachineFunction &MF, unsigned DestReg, SmallVectorImpl<MachineOperand> &Addr, const TargetRegisterClass *RC, MachineInstr::mmo_iterator MMOBegin, MachineInstr::mmo_iterator MMOEnd, SmallVectorImpl<MachineInstr*> &NewMIs) const argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp964 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment); local
1017 generateCrashCode(Instruction *InsertBefore, Value *Addr, bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument, uint32_t Exp) argument
1066 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1128 instrumentUnusualSizeOrAlignment( Instruction *I, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
2151 isSafeAccess(ObjectSizeOffsetVisitor &ObjSizeVis, Value *Addr, uint64_t TypeSize) const argument
[all...]
H A DMemorySanitizer.cpp690 void storeOrigin(IRBuilder<> &IRB, Value *Addr, Value *Shadow, Value *Origin, argument
739 Value *Addr = SI.getPointerOperand(); local
919 getShadowPtrOffset(Value *Addr, IRBuilder<> &IRB) argument
938 getShadowPtr(Value *Addr, Type *ShadowTy, IRBuilder<> &IRB) argument
953 getOriginPtr(Value *Addr, IRBuilder<> &IRB, unsigned Alignment) argument
1255 Value *Addr = I.getPointerOperand(); local
1294 Value *Addr = I.getOperand(0); local
1911 Value* Addr = I.getArgOperand(0); local
1935 Value *Addr = I.getArgOperand(0); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1592 SDValue Addr = DAG.getNode(ISD::ADD, DL, PTy, Index, Table); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp3286 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
3314 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
3334 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
5996 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
6015 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
6035 Value *Addr = Builder.CreateConstInBoundsGEP1_32(Ty, Ops[0], vi); local
[all...]
H A DCGExpr.cpp816 Address Addr = EmitPointerWithAlignment(CE->getSubExpr(), &InnerSource); local
846 Address Addr = EmitPointerWithAlignment(CE->getSubExpr(), Source); local
1236 llvm::Value *CodeGenFunction::EmitLoadOfScalar(Address Addr, bool Volatile, argument
1348 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, AlignmentSource AlignSource, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset, bool isNontemporal) argument
1926 EmitThreadPrivateVarDeclLValue( CodeGenFunction &CGF, const VarDecl *VD, QualType T, Address Addr, llvm::Type *RealVarTy, SourceLocation Loc) argument
1934 EmitLoadOfReference(Address Addr, const ReferenceType *RefTy, AlignmentSource *Source) argument
1946 Address Addr = EmitLoadOfReference(RefAddr, RefTy, &Source); local
2186 Address Addr = EmitPointerWithAlignment(E->getSubExpr(), &AlignSource); local
2601 Address Addr = LV.getAddress(); local
2731 Address Addr = EmitExtVectorElementLValue(LV); local
2739 Address Addr = Address::invalid(); local
3040 Address Addr = EmitPointerWithAlignment(BaseExpr, &AlignSource); local
3110 Address Addr = base.getAddress(); local
[all...]
H A DCGOpenMPRuntime.cpp344 static Address createIdentFieldGEP(CodeGenFunction &CGF, Address Addr, argument
1533 Address Addr = Address(Ptr, CGF.getContext().getDeclAlign(Var)); local
2018 registerTargetRegionEntryInfo(unsigned DeviceID, unsigned FileID, StringRef ParentName, unsigned LineNum, unsigned ColNum, llvm::Constant *Addr, llvm::Constant *ID) argument
2206 createOffloadEntry(llvm::Constant *Addr, StringRef Name, uint64_t Size) argument
2996 auto Addr = CGF.EmitLValue(E); local
4162 llvm::Constant *Addr; local
[all...]
H A DItaniumCXXABI.cpp628 llvm::Value *Addr = local
H A DMicrosoftCXXABI.cpp2953 llvm::Value *Addr; local
2166 emitGlobalDtorWithTLRegDtor(CodeGenFunction &CGF, const VarDecl &VD, llvm::Constant *Dtor, llvm::Constant *Addr) argument
2184 registerGlobalDtor(CodeGenFunction &CGF, const VarDecl &D, llvm::Constant *Dtor, llvm::Constant *Addr) argument
[all...]
H A DCGObjCMac.cpp6950 Address Addr = EmitSelectorAddr(CGF, Sel); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3324 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { argument
3627 optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, Type *AccessTy, unsigned AddrSpace) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp816 Expr **Addr; member in struct:__anon4050::UnbridgedCastsSet::Entry
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DCore.cpp2251 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4286 SDValue Addr = Op.getOperand(1); local
8691 SDValue Addr = LD->getOperand(1); local
8758 performTBISimplification(SDValue Addr, TargetLowering::DAGCombinerInfo &DCI, SelectionDAG &DAG) argument
9058 SDValue Addr = N->getOperand(AddrOpIdx); local
10023 emitLoadLinked(IRBuilder< &Builder, Value *Addr, AtomicOrdering Ord) const argument
10065 emitStoreConditional(IRBuilder< &Builder, Value *Val, Value *Addr, AtomicOrdering Ord) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1815 int Addr = (int)CN->getZExtValue(); local
3232 SDValue Addr = FIN; local
3886 int Addr = C->getZExtValue(); local
6616 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7018 uint64_t Addr local
6385 findUnwindRelocNameAddend(const MachOObjectFile *Obj, std::map<uint64_t, SymbolRef> &Symbols, const RelocationRef &Reloc, uint64_t Addr, StringRef &Name, uint64_t &Addend) argument
6432 printUnwindRelocDest(const MachOObjectFile *Obj, std::map<uint64_t, SymbolRef> &Symbols, const RelocationRef &Reloc, uint64_t Addr) argument
[all...]
/freebsd-11.0-release/sys/dev/mwl/
H A Dmwlreg.h1323 uint8_t Addr[6]; member in struct:__anon11147
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3944 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table); local
9575 SDValue Addr = N->getOperand(AddrOpIdx); local
12079 emitLoadLinked(IRBuilder< &Builder, Value *Addr, AtomicOrdering Ord) const argument
12123 emitStoreConditional(IRBuilder< &Builder, Value *Val, Value *Addr, AtomicOrdering Ord) const argument
[all...]

Completed in 414 milliseconds

12345