Searched refs:Addr (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h23 uint64_t Addr; ///< Start address of this line entry. member in struct:llvm::gsym::LineEntry
27 : Addr(A), File(F), Line(L) {}
32 return OS << "addr=" << HEX64(LE.Addr) << ", file=" << format("%3u", LE.File)
37 return LHS.Addr == RHS.Addr && LHS.File == RHS.File && LHS.Line == RHS.Line;
43 return LHS.Addr < RHS.Addr;
H A DFunctionInfo.h94 FunctionInfo(uint64_t Addr = 0, uint64_t Size = 0, uint32_t N = 0)
95 : Range(Addr, Addr + Size), Name(N) {}
162 /// \param Addr The address to lookup.
170 uint64_t Addr);
175 void setStartAddress(uint64_t Addr) { Range.Start = Addr; } argument
176 void setEndAddress(uint64_t Addr) { Range.End = Addr; } argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h69 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") { argument
70 return CreateAlignedLoad(Addr.getPointer(),
71 Addr.getAlignment().getQuantity(),
74 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { argument
77 return CreateAlignedLoad(Addr.getPointer(),
78 Addr.getAlignment().getQuantity(),
81 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, argument
83 return CreateAlignedLoad(Addr.getPointer(),
84 Addr.getAlignment().getQuantity(),
90 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnit argument
94 CreateAlignedLoad(llvm::Value *Addr, CharUnits Align, const char *Name) argument
98 CreateAlignedLoad(llvm::Type *Ty, llvm::Value *Addr, CharUnits Align, const llvm::Twine &Name = �) argument
107 CreateStore(llvm::Value *Val, Address Addr, bool IsVolatile = false) argument
114 CreateAlignedStore(llvm::Value *Val, llvm::Value *Addr, CharUnits Align, bool IsVolatile = false) argument
121 CreateDefaultAlignedStore(llvm::Value *Val, llvm::Value *Addr, bool IsVolatile = false) argument
128 CreateFlagLoad(llvm::Value *Addr, const llvm::Twine &Name = �) argument
135 CreateFlagStore(bool Value, llvm::Value *Addr) argument
141 CreateBitCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
148 CreateAddrSpaceCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
156 CreateElementBitCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
163 CreatePointerBitCastOrAddrSpaceCast(Address Addr, llvm::Type *Ty, const llvm::Twine &Name = �) argument
178 CreateStructGEP(Address Addr, unsigned Index, const llvm::Twine &Name = �) argument
198 CreateConstArrayGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
216 CreateConstInBoundsGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
232 CreateConstGEP(Address Addr, uint64_t Index, const llvm::Twine &Name = �) argument
244 CreateConstInBoundsByteGEP(Address Addr, CharUnits Offset, const llvm::Twine &Name = �) argument
250 CreateConstByteGEP(Address Addr, CharUnits Offset, const llvm::Twine &Name = �) argument
258 CreateConstInBoundsGEP2_32(Address Addr, unsigned Idx0, unsigned Idx1, const llvm::Twine &Name = �) argument
303 CreatePreserveStructAccessIndex(Address Addr, unsigned Index, unsigned FieldIndex, llvm::MDNode *DbgInfo) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp47 bool SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset);
48 bool SelectAddrModeS9(SDValue Addr, SDValue &Base, SDValue &Offset);
49 bool SelectAddrModeImm(SDValue Addr, SDValue &Base, SDValue &Offset);
50 bool SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset);
75 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, argument
77 if (Addr.getOpcode() == ARCISD::GAWRAPPER) {
78 Base = Addr.getOperand(0);
79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, argument
87 if (Addr
127 SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset) argument
146 SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DValgrind.cpp38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
42 VALGRIND_DISCARD_TRANSLATIONS(Addr, Len);
51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DValgrind.h25 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
27 void ValgrindDiscardTranslations(const void *Addr, size_t Len);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp77 bool selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset,
79 bool selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp);
80 bool selectAddrSls(SDValue Addr, SDValue &Offset);
81 bool selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset,
90 bool selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset,
103 bool LanaiDAGToDAGISel::selectAddrSls(SDValue Addr, SDValue &Offset) { argument
104 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) {
105 SDLoc DL(Addr);
113 if (Addr.getOpcode() == ISD::OR &&
114 Addr
121 selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp, bool RiMode) argument
201 selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
206 selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
211 selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrAnalysis.cpp26 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
33 Target = Addr+Size+Imm;
38 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.h45 bool selectAddrFrameIndex(SDValue Addr, SDValue &Base, SDValue &Offset) const;
46 bool selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, SDValue &Offset,
50 bool selectAddrRegImm(SDValue Addr, SDValue &Base,
53 bool selectAddrDefault(SDValue Addr, SDValue &Base,
56 bool selectIntAddr(SDValue Addr, SDValue &Base,
59 bool selectAddrRegImm9(SDValue Addr, SDValue &Base,
62 bool selectAddrRegImm11(SDValue Addr, SDValue &Base,
65 bool selectAddrRegImm12(SDValue Addr, SDValue &Base,
68 bool selectAddrRegImm16(SDValue Addr, SDValue &Base,
71 bool selectIntAddr11MM(SDValue Addr, SDValu
[all...]
H A DMips16ISelDAGToDAG.cpp98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, argument
100 SDLoc DL(Addr);
101 EVT ValTy = Addr.getValueType();
105 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) {
112 if (Addr.getOpcode() == MipsISD::Wrapper) {
113 Base = Addr.getOperand(0);
114 Offset = Addr.getOperand(1);
118 if ((Addr.getOpcode() == ISD::TargetExternalSymbol ||
119 Addr.getOpcode() == ISD::TargetGlobalAddress))
123 if (CurDAG->isBaseWithConstantOffset(Addr)) {
167 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) argument
172 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
H A DMipsISelDAGToDAG.h58 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base,
62 virtual bool selectAddrDefault(SDValue Addr, SDValue &Base,
66 virtual bool selectIntAddr(SDValue Addr, SDValue &Base,
69 virtual bool selectIntAddr11MM(SDValue Addr, SDValue &Base,
72 virtual bool selectIntAddr12MM(SDValue Addr, SDValue &Base,
75 virtual bool selectIntAddr16MM(SDValue Addr, SDValue &Base,
78 virtual bool selectIntAddrLSL2MM(SDValue Addr, SDValue &Base,
82 virtual bool selectIntAddrSImm10(SDValue Addr, SDValue &Base,
85 virtual bool selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base,
88 virtual bool selectIntAddrSImm10Lsl2(SDValue Addr, SDValu
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl53 my %Addr;
72 $Addr{$interf} = $addr;
89 $local = $Addr{$interf};
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode()))
88 for (NodeAddr<RefNode*> RA : IA.Addr->members(DFG)) {
96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG);
97 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) {
128 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG))
129 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG))
151 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG))
157 for (NodeAddr<BlockNode*> BA : DFG.getFunc().Addr->members(DFG)) {
158 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) {
159 for (NodeAddr<RefNode*> RA : IA.Addr
[all...]
H A DRDFCopy.cpp72 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) {
76 if (interpretAsCopy(SA.Addr->getCode(), EM))
92 if (RA.Addr->getKind() == NodeAttrs::Def)
94 assert(RA.Addr->getKind() == NodeAttrs::Use);
95 if (NodeId RD = RA.Addr->getReachingDef())
107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode();
144 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) {
145 RegisterRef DR = DA.Addr->getRegRef(DFG);
155 for (NodeId N = DA.Addr->getReachedUse(), NextN; N; N = NextN) {
157 NextN = UA.Addr
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp118 if (RefA.Addr->getFlags() & NodeAttrs::Undef)
126 if (NodeId RD = SNA.Addr->getReachingDef())
129 for (auto S : DFG.getRelatedRefs(RefA.Addr->getOwner(DFG), RefA))
130 if (NodeId RD = NodeAddr<RefNode*>(S).Addr->getReachingDef())
142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef)
145 RegisterRef RR = TA.Addr->getRegRef(DFG);
151 for (auto S : DFG.getRelatedRefs(TA.Addr->getOwner(DFG), TA))
152 if (NodeId RD = NodeAddr<RefNode*>(S).Addr->getReachingDef())
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef;
162 if (!IsPhi && !PRI.alias(RefRR, TA.Addr
[all...]
H A DRDFGraph.cpp69 uint16_t Attrs = NA.Addr->getAttrs();
111 << Print<RegisterRef>(RA.Addr->getRegRef(G), G) << '>';
112 if (RA.Addr->getFlags() & NodeAttrs::Fixed)
119 if (NodeId N = P.Obj.Addr->getReachingDef())
122 if (NodeId N = P.Obj.Addr->getReachedDef())
125 if (NodeId N = P.Obj.Addr->getReachedUse())
128 if (NodeId N = P.Obj.Addr->getSibling())
136 if (NodeId N = P.Obj.Addr->getReachingDef())
139 if (NodeId N = P.Obj.Addr->getSibling())
148 if (NodeId N = P.Obj.Addr
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp104 uint64_t Addr = *AddrOrErr; local
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
110 << Name << " at [" << (void *)Addr << "-"
111 << ((char *)Addr + Size) << "]\n");
115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries,
133 << (void *)Addr << "-" << ((char *)Addr + Size)
160 uint64_t Addr local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h59 std::string &Name, uint64_t &Addr,
77 uint64_t Addr; member in struct:llvm::symbolize::SymbolizableObjectFile::SymbolDesc
83 return Addr != RHS.Addr ? Addr < RHS.Addr : Size < RHS.Size;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp50 uintptr_t Addr = 0; local
68 Addr = (uintptr_t)FreeMB.Free.base();
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize();
71 Addr = (Addr + Alignment - 1) & ~(uintptr_t)(Alignment - 1);
75 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size));
84 Addr + Size - (uintptr_t)PendingMB.base());
89 sys::MemoryBlock((void *)(Addr + Size), EndOfBlock - Addr - Size);
90 return (uint8_t *)Addr;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp35 uint64_t Addr = Symbol.getVirtualAddress(); local
38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp75 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, argument
77 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) {
80 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
83 if (Addr.getOpcode() == ISD::TargetExternalSymbol ||
84 Addr.getOpcode() == ISD::TargetGlobalAddress ||
85 Addr.getOpcode() == ISD::TargetGlobalTLSAddress)
88 if (Addr.getOpcode() == ISD::ADD) {
89 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
92 dyn_cast<FrameIndexSDNode>(Addr.getOperand(0))) {
97 Base = Addr
120 SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp150 uint64_t Addr = Sections[Idx].getLoadAddress(); local
152 << format("%p", (uintptr_t)Addr) << "\n");
153 resolveRelocationList(it->second, Addr);
292 uint64_t Addr = 0; local
294 Addr = *AddrOrErr;
302 << " Offset: " << format("%p", (uintptr_t)Addr)
304 GlobalSymbolTable[Name] = SymbolTableEntry(SectionID, Addr, *JITSymFlags);
726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, local
728 if (!Addr)
732 SectionEntry("<common symbols>", Addr, CommonSiz
807 uint8_t *Addr; local
931 createStubFunction(uint8_t *Addr, unsigned AbiVariant) argument
1039 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
1084 uint64_t Addr = 0; local
1360 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp178 uint64_t Addr, const void *Decoder);
180 uint64_t Addr,
183 uint64_t Addr, const void *Decoder);
185 uint64_t Addr,
188 uint64_t Addr, const void *Decoder);
190 uint64_t Addr,
193 uint64_t Addr, const void *Decoder);
195 uint64_t Addr, const void *Decoder);
197 uint64_t Addr, const void *Decoder);
199 uint64_t Addr, cons
314 DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
325 DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
343 DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
364 DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
385 DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
406 DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
427 DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
438 DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
449 DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
471 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
482 DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
608 DecodePPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
618 DecodePPR_3bRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void* Decoder) argument
638 DecodeVectorRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
660 DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
683 DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
706 DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
727 DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
750 DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
773 DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
783 DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
792 DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
799 DecodePCRelLabel19(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
875 DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
880 DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
886 DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
891 DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
897 DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
902 DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
908 DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
913 DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
918 DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
923 DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
928 DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
933 DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
995 DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1028 DecodeUnsignedLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1089 DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1287 DecodeExclusiveLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1370 DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1504 DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1561 DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1592 DecodeModImmInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1631 DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1649 DecodeAdrInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1668 DecodeAddSubImmShift(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1704 DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1721 DecodeSystemPStateInstruction(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1751 DecodeTestAndBranch(MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1775 DecodeGPRSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegClassID, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
1789 DecodeWSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
1798 DecodeXSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
1807 DecodeSVELogicalImmInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1840 DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
1852 DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h36 /// Addr - The actual address we're analyzing.
37 Value *Addr; member in class:llvm::PHITransAddr
53 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
55 if (Instruction *I = dyn_cast<Instruction>(Addr))
59 Value *getAddr() const { return Addr; }
80 /// PredBB. This returns true on failure and sets Addr to null.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp48 auto RegisterEHFrames = [](uint8_t *Addr, uint32_t Size) {
49 RTDyldMemoryManager::registerEHFramesInProcess(Addr, Size);
52 auto DeregisterEHFrames = [](uint8_t *Addr, uint32_t Size) {
53 RTDyldMemoryManager::deregisterEHFramesInProcess(Addr, Size);

Completed in 290 milliseconds

1234567891011>>