HomeSort by relevance Sort by last modified time
    Searched refs:Addr (Results 151 - 175 of 1596) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/include/
pub_tool_replacemalloc.h 34 #include "pub_tool_basics.h" // Addr
58 extern Bool VG_(addr_is_in_block)( Addr a, Addr start,
pub_tool_stacktrace.h 34 #include "pub_tool_basics.h" // Addr
37 typedef Addr* StackTrace;
73 void(*action)(UInt n, Addr ip, void* opaque),
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 33 if((AddressInfo->PrefixLength <= 32) && (AddressInfo->Address.Addr[1] == 0) &&
34 (AddressInfo->Address.Addr[2] == 0) && (AddressInfo->Address.Addr[3] == 0)) {
53 if ((Address->Addr[1] == 0) && (Address->Addr[2] == 0) && (Address->Addr[3] == 0)) {
112 (UINTN) AddressInfo->Address.v4.Addr[0],
113 (UINTN) AddressInfo->Address.v4.Addr[1],
114 (UINTN) AddressInfo->Address.v4.Addr[2],
115 (UINTN) AddressInfo->Address.v4.Addr[3]
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
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)) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 76 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr,
78 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) {
81 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32);
84 if (Addr.getOpcode() == ISD::TargetExternalSymbol ||
85 Addr.getOpcode() == ISD::TargetGlobalAddress ||
86 Addr.getOpcode() == ISD::TargetGlobalTLSAddress)
89 if (Addr.getOpcode() == ISD::ADD) {
90 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) {
93 dyn_cast<FrameIndexSDNode>(Addr.getOperand(0))) {
98 Base = Addr.getOperand(0)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 97 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr,
101 const char *P = (const char *)Addr;
108 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr,
110 const char *P = (const char *)Addr;
119 void RTDyldMemoryManager::registerEHFramesInProcess(uint8_t *Addr,
126 __register_frame(Addr);
129 void RTDyldMemoryManager::deregisterEHFramesInProcess(uint8_t *Addr,
131 __deregister_frame(Addr);
279 uint64_t Addr = getSymbolAddress(Name);
281 if (!Addr && AbortOnFailure
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 50 auto NA = P.G.addr<NodeBase*>(P.Obj);
51 uint16_t Attrs = NA.Addr->getAttrs();
90 << Print<RegisterRef>(RA.Addr->getRegRef(), G) << '>';
91 if (RA.Addr->getFlags() & NodeAttrs::Fixed)
100 if (NodeId N = P.Obj.Addr->getReachingDef())
103 if (NodeId N = P.Obj.Addr->getReachedDef())
106 if (NodeId N = P.Obj.Addr->getReachedUse())
109 if (NodeId N = P.Obj.Addr->getSibling())
118 if (NodeId N = P.Obj.Addr->getReachingDef())
121 if (NodeId N = P.Obj.Addr->getSibling()
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 82 bool SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr);
83 bool SelectGlobalValueVariableOffset(SDValue Addr, SDValue &BaseReg,
85 bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset);
86 bool SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset);
92 bool SelectMUBUF(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
96 bool SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
99 bool SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc,
102 bool SelectMUBUFScratch(SDValue Addr, SDValue &RSrc, SDValue &VAddr,
104 bool SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &SOffset,
107 bool SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &Soffset
    [all...]
  /bionic/tools/relocation_packer/src/
packer.cc 21 std::vector<typename ELF::Addr> packed_words;
29 Sleb128Encoder<typename ELF::Addr> sleb128_encoder;
50 std::vector<typename ELF::Addr> packed_words;
57 Sleb128Decoder<typename ELF::Addr> decoder(packed, 4);
  /external/compiler-rt/lib/esan/
working_set.h 27 void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.h 50 std::string &Name, uint64_t &Addr,
64 uint64_t Addr;
69 return s1.Addr < s2.Addr;
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 48 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);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PHITransAddr.h 35 /// Addr - The actual address we're analyzing.
36 Value *Addr;
44 PHITransAddr(Value *addr, const TargetData *td) : Addr(addr), TD(td) {
46 if (Instruction *I = dyn_cast<Instruction>(Addr))
50 Value *getAddr() const { return Addr; }
71 /// PredBB. This returns true on failure and sets Addr to null.
  /external/valgrind/coregrind/m_debuginfo/
priv_readpdb.h 40 #include "pub_core_basics.h" // Addr
46 Addr obj_avma,
  /external/valgrind/coregrind/
pub_core_signals.h 76 extern void VG_(synth_fault_mapping)(ThreadId tid, Addr addr);
77 extern void VG_(synth_fault_perms) (ThreadId tid, Addr addr);
78 extern void VG_(synth_sigill) (ThreadId tid, Addr addr);
83 /* Extend the stack to cover addr, if possible */
84 extern Bool VG_(extend_stack)(ThreadId tid, Addr addr);
  /external/valgrind/exp-sgcheck/
pc_common.h 40 Addr addr, SSizeT sszB,
43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );
48 Addr lo, Addr hi, Seg* seglo, Seg* seghi );
sg_main.h 41 void sg_die_mem_stack ( Addr old_SP, SizeT len );
45 void sg_new_mem_mmap( Addr a, SizeT len,
47 void sg_new_mem_startup( Addr a, SizeT len,
49 void sg_die_mem_munmap ( Addr a, SizeT len );
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 37 /// Addr - The actual address we're analyzing.
38 Value *Addr;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
56 if (Instruction *I = dyn_cast<Instruction>(Addr))
60 Value *getAddr() const { return Addr; }
81 /// PredBB. This returns true on failure and sets Addr to null.

Completed in 784 milliseconds

1 2 3 4 5 67 8 91011>>