| /external/elfutils/src/libcpu/ |
| D | memory-access.h | 53 # define read_2ubyte_unaligned(Addr) \ argument 57 # define read_2sbyte_unaligned(Addr) \ argument 62 # define read_4ubyte_unaligned_noncvt(Addr) \ argument 64 # define read_4ubyte_unaligned(Addr) \ argument 68 # define read_4sbyte_unaligned(Addr) \ argument 73 # define read_8ubyte_unaligned(Addr) \ argument 77 # define read_8sbyte_unaligned(Addr) \ argument 155 #define read_2ubyte_unaligned_inc(Addr) \ argument 159 #define read_2sbyte_unaligned_inc(Addr) \ argument 164 #define read_4ubyte_unaligned_inc(Addr) \ argument [all …]
|
| /external/elfutils/src/libdw/ |
| D | memory-access.h | 116 # define read_2ubyte_unaligned(Dbg, Addr) \ argument 120 # define read_2sbyte_unaligned(Dbg, Addr) \ argument 125 # define read_4ubyte_unaligned_noncvt(Addr) \ argument 127 # define read_4ubyte_unaligned(Dbg, Addr) \ argument 131 # define read_4sbyte_unaligned(Dbg, Addr) \ argument 136 # define read_8ubyte_unaligned_noncvt(Addr) \ argument 138 # define read_8ubyte_unaligned(Dbg, Addr) \ argument 142 # define read_8sbyte_unaligned(Dbg, Addr) \ argument 160 # define read_2ubyte_unaligned(Dbg, Addr) \ argument 162 # define read_2sbyte_unaligned(Dbg, Addr) \ argument [all …]
|
| /external/llvm/lib/Target/AArch64/Disassembler/ |
| D | AArch64Disassembler.cpp | 258 uint64_t Addr, in DecodeFPR128RegisterClass() 269 uint64_t Addr, in DecodeFPR128_loRegisterClass() 287 uint64_t Addr, in DecodeFPR64RegisterClass() 308 uint64_t Addr, in DecodeFPR32RegisterClass() 329 uint64_t Addr, in DecodeFPR16RegisterClass() 350 uint64_t Addr, in DecodeFPR8RegisterClass() 371 uint64_t Addr, in DecodeGPR64RegisterClass() 382 uint64_t Addr, in DecodeGPR64spRegisterClass() 404 uint64_t Addr, in DecodeGPR32RegisterClass() 415 uint64_t Addr, in DecodeGPR32spRegisterClass() [all …]
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RTDyldMemoryManager.cpp | 97 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames() 109 void RTDyldMemoryManager::deregisterEHFrames(uint8_t *Addr, in deregisterEHFrames() 121 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, in registerEHFrames() 132 void RTDyldMemoryManager::deregisterEHFrames(uint8_t *Addr, in deregisterEHFrames() 286 uint64_t Addr = getSymbolAddress(Name); in getPointerToNamedFunction() local
|
| D | RuntimeDyld.cpp | 94 uint64_t Addr = Sections[i].LoadAddress; in resolveRelocations() local 507 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, sizeof(void *), in emitCommonSymbols() local 574 uint8_t *Addr; in emitSection() local 671 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr, in createStubFunction() 750 uint64_t Addr) { in reassignSectionAddress() 791 uint64_t Addr = 0; in resolveExternalSymbols() local 930 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
|
| /external/google-breakpad/src/processor/ |
| D | map_serializers.h | 82 size_t SizeOf(const AddressMap<Addr, Entry> &m) const { in SizeOf() 89 char* Write(const AddressMap<Addr, Entry> &m, char *dest) const { in Write() 97 char* Serialize(const AddressMap<Addr, Entry> &m, unsigned int *size) const { in Serialize()
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsISelDAGToDAG.cpp | 68 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::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM() 104 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
|
| D | MipsSEISelDAGToDAG.cpp | 273 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, in selectAddrFrameIndex() 286 bool MipsSEDAGToDAGISel::selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, in selectAddrFrameIndexOffset() 310 bool MipsSEDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() 360 bool MipsSEDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, in selectAddrRegReg() 372 bool MipsSEDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault() 379 bool MipsSEDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr() 385 bool MipsSEDAGToDAGISel::selectAddrRegImm9(SDValue Addr, SDValue &Base, in selectAddrRegImm9() 396 bool MipsSEDAGToDAGISel::selectAddrRegImm10(SDValue Addr, SDValue &Base, in selectAddrRegImm10() 408 bool MipsSEDAGToDAGISel::selectAddrRegImm12(SDValue Addr, SDValue &Base, in selectAddrRegImm12() 419 bool MipsSEDAGToDAGISel::selectAddrRegImm16(SDValue Addr, SDValue &Base, in selectAddrRegImm16() [all …]
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 178 bool selectPCRelAddress(SDValue Addr, SDValue &Target) const { in selectPCRelAddress() 187 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Only() 190 bool selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Pair() 193 bool selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Only() 196 bool selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Pair() 201 bool selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr12Pair() 204 bool selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr20Pair() 209 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only() 215 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair() 221 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only() [all …]
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | AMDILISelDAGToDAG.cpp | 101 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/ |
| D | ChildTarget.cpp | 115 uint64_t Addr; in handleAllocateSpace() local 130 uint64_t Addr = 0; in handleLoadSection() local 160 uint64_t Addr = 0; in handleExecute() local 186 void LLIChildTarget::sendAllocationResult(uint64_t Addr) { in sendAllocationResult()
|
| /external/llvm/lib/Target/R600/ |
| D | AMDGPUISelDAGToDAG.cpp | 197 SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDRParam() 217 bool AMDGPUDAGToDAGISel::SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR() 226 bool AMDGPUDAGToDAGISel::SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) { in SelectADDR64() 475 SDValue Addr, Offset; in Select() local 491 SDValue Addr, Offset; in Select() local 682 bool AMDGPUDAGToDAGISel::SelectGlobalValueConstantOffset(SDValue Addr, in SelectGlobalValueConstantOffset() 691 bool AMDGPUDAGToDAGISel::SelectGlobalValueVariableOffset(SDValue Addr, in SelectGlobalValueVariableOffset() 701 bool AMDGPUDAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, in SelectADDRVTX_READ() 728 bool AMDGPUDAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, in SelectADDRIndirect() 824 bool AMDGPUDAGToDAGISel::SelectDS1Addr1Offset(SDValue Addr, SDValue &Base, in SelectDS1Addr1Offset() [all …]
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | ThreadSanitizer.cpp | 245 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() 290 Value *Addr = Load->getPointerOperand(); in chooseInstructionsToInstrument() local 301 Value *Addr = isa<StoreInst>(*I) in chooseInstructionsToInstrument() local 405 Value *Addr = IsWrite in instrumentLoadOrStore() local 503 Value *Addr = LI->getPointerOperand(); in instrumentAtomic() local 517 Value *Addr = SI->getPointerOperand(); in instrumentAtomic() local 531 Value *Addr = RMWI->getPointerOperand(); in instrumentAtomic() local 548 Value *Addr = CASI->getPointerOperand(); in instrumentAtomic() local 579 int ThreadSanitizer::getMemoryAccessFuncIndex(Value *Addr, in getMemoryAccessFuncIndex()
|
| /external/llvm/lib/Support/ |
| D | Valgrind.cpp | 38 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/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 678 SDValue Addr; in SelectLoad() local 858 SDValue Addr, Offset, Base; in SelectLoadVector() local 1270 SDValue Base, Offset, Addr; in SelectLDGLDU() local 2043 SDValue Addr; in SelectStore() local 2222 SDValue Addr, Offset, Base; in SelectStoreVector() local 4959 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRsi_imp() 4973 bool NVPTXDAGToDAGISel::SelectADDRsi(SDNode *OpNode, SDValue Addr, in SelectADDRsi() 4979 bool NVPTXDAGToDAGISel::SelectADDRsi64(SDNode *OpNode, SDValue Addr, in SelectADDRsi64() 4986 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRri_imp() 5015 bool NVPTXDAGToDAGISel::SelectADDRri(SDNode *OpNode, SDValue Addr, in SelectADDRri() [all …]
|
| /external/llvm/tools/lli/ |
| D | RemoteMemoryManager.h | 90 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() 92 void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, in deregisterEHFrames()
|
| /external/llvm/lib/ExecutionEngine/OProfileJIT/ |
| D | OProfileJITEventListener.cpp | 94 uint64_t Addr; in NotifyObjectEmitted() local 131 uint64_t Addr; in NotifyFreeingObject() local
|
| D | OProfileWrapper.cpp | 213 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/Orc/ |
| D | OrcMCJITReplacement.h | 41 uint8_t *Addr = in allocateCodeSection() local 51 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection() local 67 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() 72 void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr, in deregisterEHFrames() 225 uint64_t Addr = getSymbolAddress(Name); variable
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcISelDAGToDAG.cpp | 73 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() 116 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr()
|
| /external/google-breakpad/src/common/linux/ |
| D | elfutils.h | 45 typedef Elf32_Addr Addr; typedef 58 typedef Elf64_Addr Addr; typedef
|
| D | elf_core_dump.h | 53 typedef ElfW(Addr) Addr; typedef
|
| /external/compiler-rt/lib/builtins/ |
| D | clear_cache.c | 34 static void clear_mips_cache(const void* Addr, size_t Size) { in clear_mips_cache()
|
| /external/llvm/lib/MC/ |
| D | MCInstrAnalysis.cpp | 13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
|
| /external/llvm/lib/CodeGen/ |
| D | AtomicExpandPass.cpp | 197 Value *Addr = LI->getPointerOperand(); in expandAtomicLoadToCmpXchg() local 287 Value *Addr = AI->getPointerOperand(); in expandAtomicRMWToLLSC() local 343 Value *Addr = AI->getPointerOperand(); in expandAtomicRMWToCmpXchg() local 407 Value *Addr = CI->getPointerOperand(); in expandAtomicCmpXchg() local
|