Home
last modified time | relevance | path

Searched defs:Addr (Results 1 – 25 of 131) sorted by relevance

123456

/external/elfutils/0.153/libcpu/
Dmemory-access.h50 # define read_2ubyte_unaligned(Addr) \ argument
54 # define read_2sbyte_unaligned(Addr) \ argument
59 # define read_4ubyte_unaligned_noncvt(Addr) \ argument
61 # define read_4ubyte_unaligned(Addr) \ argument
65 # define read_4sbyte_unaligned(Addr) \ argument
70 # define read_8ubyte_unaligned(Addr) \ argument
74 # define read_8sbyte_unaligned(Addr) \ argument
152 #define read_2ubyte_unaligned_inc(Addr) \ argument
156 #define read_2sbyte_unaligned_inc(Addr) \ argument
161 #define read_4ubyte_unaligned_inc(Addr) \ argument
[all …]
/external/elfutils/0.153/libdw/
Dmemory-access.h151 # define read_2ubyte_unaligned(Dbg, Addr) \ argument
155 # define read_2sbyte_unaligned(Dbg, Addr) \ argument
160 # define read_4ubyte_unaligned_noncvt(Addr) \ argument
162 # define read_4ubyte_unaligned(Dbg, Addr) \ argument
166 # define read_4sbyte_unaligned(Dbg, Addr) \ argument
171 # define read_8ubyte_unaligned(Dbg, Addr) \ argument
175 # define read_8sbyte_unaligned(Dbg, Addr) \ argument
193 # define read_2ubyte_unaligned(Dbg, Addr) \ argument
195 # define read_2sbyte_unaligned(Dbg, Addr) \ argument
197 # define read_4ubyte_unaligned(Dbg, Addr) \ argument
[all …]
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp267 uint64_t Addr, in DecodeFPR128RegisterClass()
278 uint64_t Addr, in DecodeFPR128_loRegisterClass()
296 uint64_t Addr, in DecodeFPR64RegisterClass()
317 uint64_t Addr, in DecodeFPR32RegisterClass()
338 uint64_t Addr, in DecodeFPR16RegisterClass()
359 uint64_t Addr, in DecodeFPR8RegisterClass()
380 uint64_t Addr, in DecodeGPR64RegisterClass()
391 uint64_t Addr, in DecodeGPR64spRegisterClass()
413 uint64_t Addr, in DecodeGPR32RegisterClass()
424 uint64_t Addr, in DecodeGPR32spRegisterClass()
[all …]
/external/llvm/lib/Target/ARM/
DARMJITInfo.h118 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) { in addConstantPoolEntryAddr()
135 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) { in addJumpTableBaseAddr()
149 void addPCLabelAddr(unsigned Id, intptr_t Addr) { in addPCLabelAddr()
156 intptr_t getIndirectSymAddr(void *Addr) const { in getIndirectSymAddr()
/external/llvm/lib/ExecutionEngine/
DRTDyldMemoryManager.cpp96 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames()
108 void RTDyldMemoryManager::deregisterEHFrames(uint8_t *Addr, in deregisterEHFrames()
120 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames()
131 void RTDyldMemoryManager::deregisterEHFrames(uint8_t *Addr, in deregisterEHFrames()
273 uint64_t Addr = getSymbolAddress(Name); in getPointerToNamedFunction() local
/external/llvm/lib/Support/
DStringRefMemoryObject.cpp14 int StringRefMemoryObject::readByte(uint64_t Addr, uint8_t *Byte) const { in readByte()
21 int StringRefMemoryObject::readBytes(uint64_t Addr, in readBytes()
DValgrind.cpp38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp179 bool selectPCRelAddress(SDValue Addr, SDValue &Target) const { in selectPCRelAddress()
188 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Only()
191 bool selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Pair()
194 bool selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Only()
197 bool selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Pair()
202 bool selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr12Pair()
205 bool selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr20Pair()
210 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only()
216 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair()
222 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only()
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp68 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
74 bool MipsDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, in selectAddrRegReg()
80 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
86 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
92 bool MipsDAGToDAGISel::selectIntAddrMM(SDValue Addr, SDValue &Base, in selectIntAddrMM()
98 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
DMipsSEISelDAGToDAG.cpp253 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, in selectAddrFrameIndex()
266 bool MipsSEDAGToDAGISel::selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, in selectAddrFrameIndexOffset()
290 bool MipsSEDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
340 bool MipsSEDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, in selectAddrRegReg()
352 bool MipsSEDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
359 bool MipsSEDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
365 bool MipsSEDAGToDAGISel::selectAddrRegImm10(SDValue Addr, SDValue &Base, in selectAddrRegImm10()
377 bool MipsSEDAGToDAGISel::selectAddrRegImm12(SDValue Addr, SDValue &Base, in selectAddrRegImm12()
388 bool MipsSEDAGToDAGISel::selectIntAddrMM(SDValue Addr, SDValue &Base, in selectIntAddrMM()
394 bool MipsSEDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
DMipsFastISel.cpp142 bool MipsFastISel::ComputeAddress(const Value *Obj, Address &Addr) { in ComputeAddress()
155 bool MipsFastISel::EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, in EmitLoad()
214 bool MipsFastISel::EmitStore(MVT VT, unsigned SrcReg, Address &Addr, in EmitStore()
254 Address Addr; in SelectLoad() local
284 Address Addr; in SelectStore() local
/external/llvm/lib/MC/MCAnalysis/
DMCObjectSymbolizer.cpp76 StringRef MCMachObjectSymbolizer::findExternalFunctionAt(uint64_t Addr) { in findExternalFunctionAt()
107 uint64_t Addr = Value; in tryAddingPcLoadReferenceComment() local
190 StringRef MCObjectSymbolizer::findExternalFunctionAt(uint64_t Addr) { in findExternalFunctionAt()
204 static bool SectionStartsBefore(const SectionRef &S, uint64_t Addr) { in SectionStartsBefore()
209 const SectionRef *MCObjectSymbolizer::findSectionContaining(uint64_t Addr) { in findSectionContaining()
226 const RelocationRef *MCObjectSymbolizer::findRelocationAt(uint64_t Addr) { in findRelocationAt()
DMCModule.cpp18 static bool AtomComp(const MCAtom *L, uint64_t Addr) { in AtomComp()
22 static bool AtomCompInv(uint64_t Addr, const MCAtom *R) { in AtomCompInv()
84 MCAtom *MCModule::findAtomContaining(uint64_t Addr) { in findAtomContaining()
97 MCAtom *MCModule::findFirstAtomAfter(uint64_t Addr) { in findFirstAtomAfter()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp101 SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDRParam()
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR()
130 bool AMDGPUDAGToDAGISel::SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR64()
318 bool AMDGPUDAGToDAGISel::SelectADDR8BitOffset(SDValue Addr, SDValue& Base, in SelectADDR8BitOffset()
355 bool AMDGPUDAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, in SelectADDRVTX_READ()
383 bool AMDGPUDAGToDAGISel::SelectADDRReg(SDValue Addr, SDValue& Base, in SelectADDRReg()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp101 SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDRParam()
121 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR()
130 bool AMDGPUDAGToDAGISel::SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR64()
318 bool AMDGPUDAGToDAGISel::SelectADDR8BitOffset(SDValue Addr, SDValue& Base, in SelectADDR8BitOffset()
355 bool AMDGPUDAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, in SelectADDRVTX_READ()
383 bool AMDGPUDAGToDAGISel::SelectADDRReg(SDValue Addr, SDValue& Base, in SelectADDRReg()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp115 uint64_t Addr; in handleAllocateSpace() local
130 uint64_t Addr; in handleLoadSection() local
160 uint64_t Addr; in handleExecute() local
186 void LLIChildTarget::sendAllocationResult(uint64_t Addr) { in sendAllocationResult()
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp154 SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDRParam()
174 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR()
183 bool AMDGPUDAGToDAGISel::SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR64()
390 SDValue Addr, Offset; in Select() local
406 SDValue Addr, Offset; in Select() local
591 bool AMDGPUDAGToDAGISel::SelectGlobalValueConstantOffset(SDValue Addr, in SelectGlobalValueConstantOffset()
600 bool AMDGPUDAGToDAGISel::SelectGlobalValueVariableOffset(SDValue Addr, in SelectGlobalValueVariableOffset()
610 bool AMDGPUDAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, in SelectADDRVTX_READ()
637 bool AMDGPUDAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, in SelectADDRIndirect()
733 bool AMDGPUDAGToDAGISel::SelectMUBUFAddr64(SDValue Addr, SDValue &Ptr, in SelectMUBUFAddr64()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp239 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
283 Value *Addr = Load->getPointerOperand(); in chooseInstructionsToInstrument() local
385 Value *Addr = IsWrite in instrumentLoadOrStore() local
474 Value *Addr = LI->getPointerOperand(); in instrumentAtomic() local
489 Value *Addr = SI->getPointerOperand(); in instrumentAtomic() local
504 Value *Addr = RMWI->getPointerOperand(); in instrumentAtomic() local
521 Value *Addr = CASI->getPointerOperand(); in instrumentAtomic() local
552 int ThreadSanitizer::getMemoryAccessFuncIndex(Value *Addr) { in getMemoryAccessFuncIndex()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImageCommon.h78 uint64_t Addr) override {} in updateSectionAddress()
80 uint64_t Addr) override {} in updateSymbolAddress()
/external/chromium_org/net/disk_cache/blockfile/
Daddr.h71 Addr() : value_(0) {} in Addr() function
72 explicit Addr(CacheAddr address) : value_(address) {} in Addr() function
73 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr() function
/external/llvm/tools/lli/
DRemoteMemoryManager.h89 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames()
91 void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, in deregisterEHFrames()
/external/llvm/lib/MC/
DMCInstrAnalysis.cpp13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp213 uint64_t Addr, in op_write_native_code()
258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { in op_unload_native_code()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp505 if (void *Addr = getPointerToGlobalIfAvailable(F)) in getPointerToFunction() local
519 if (void *Addr = getPointerToGlobalIfAvailable(F)) in getPointerToFunction() local
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure); in getPointerToFunction() local
531 void *Addr = getPointerToGlobalIfAvailable(F); in getPointerToFunction() local
536 void JIT::addPointerToBasicBlock(const BasicBlock *BB, void *Addr) { in addPointerToBasicBlock()
641 void *Addr = getPointerToGlobalIfAvailable(F); in recompileAndRelinkFunction() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp450 SDValue Addr; in SelectLoad() local
632 SDValue Addr, Offset, Base; in SelectLoadVector() local
1046 SDValue Base, Offset, Addr; in SelectLDGLDU() local
1820 SDValue Addr; in SelectStore() local
2001 SDValue Addr, Offset, Base; in SelectStoreVector() local
3496 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRsi_imp()
3510 bool NVPTXDAGToDAGISel::SelectADDRsi(SDNode *OpNode, SDValue Addr, in SelectADDRsi()
3516 bool NVPTXDAGToDAGISel::SelectADDRsi64(SDNode *OpNode, SDValue Addr, in SelectADDRsi64()
3523 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRri_imp()
3552 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri()
[all …]

123456