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

12345

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h290 void mapAddress(uint64_t Addr, uint64_t MD5Val) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h565 inline uintptr_t alignAddr(const void *Addr, size_t Alignment) { argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp289 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr); local
287 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) argument
H A DExecutionEngine.cpp206 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { argument
211 void ExecutionEngine::addGlobalMapping(StringRef Name, uint64_t Addr) { argument
216 DEBUG(dbgs() << "JIT: Map \'" << Name << "\' to [" << Addr << "]\n";); local
252 uint64_t ExecutionEngine::updateGlobalMapping(StringRef Name, uint64_t Addr) { argument
246 updateGlobalMapping(const GlobalValue *GV, void *Addr) argument
302 getGlobalValueAtAddress(void *Addr) argument
311 uint64_t Addr = I->second; local
1185 InitializeMemory(const Constant *Init, void *Addr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h320 void writeInt16BE(uint8_t *Addr, uint16_t Value) { argument
327 void writeInt32BE(uint8_t *Addr, uint32_t Value) { argument
336 void writeInt64BE(uint8_t *Addr, uint64_t Value) { argument
[all...]
H A DRuntimeDyldMachO.cpp120 uint64_t Addr = Sec.getAddress(); local
150 getSectionByAddress(const MachOObjectFile &Obj, uint64_t Addr) argument
H A DRuntimeDyld.cpp101 uint64_t Addr = Sections[Idx].getLoadAddress(); local
188 auto Addr = I->getAddress(); local
518 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, sizeof(void *), local
588 uint8_t *Addr; local
696 createStubFunction(uint8_t *Addr, unsigned AbiVariant) argument
774 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
816 uint64_t Addr = 0; local
962 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
[all...]
H A DRuntimeDyldChecker.cpp800 uint64_t Addr; local
835 uint64_t Addr; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp550 auto *Addr = LI.getPointerOperand(); local
955 auto *Addr = SI.getPointerOperand(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp229 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters, 0, Index); local
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp164 void addDummySymbol(const std::string &Name, uint64_t Addr) { argument
340 uint64_t Addr = *AddrOrErr; local
357 << ", Addr = " << Addr << "\n"; local
590 uint64_t Addr; local
[all...]
/freebsd-11.0-release/sys/boot/efi/include/
H A Defidef.h113 UINT8 Addr[4]; member in struct:__anon7356
117 UINT8 Addr[16]; member in struct:__anon7357
121 UINT8 Addr[32]; member in struct:__anon7358
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h374 llvm::Constant *Addr; member in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo::OffloadEntryInfoTargetRegion
382 OffloadEntryInfoTargetRegion(unsigned Order, llvm::Constant *Addr, llvm::Constant *ID) argument
[all...]
H A DCGValue.h414 static LValue MakeBitfield(Address Addr, argument
443 llvm::Value *Addr; member in class:clang::CodeGen::AggValueSlot
[all...]
H A DCGAtomic.cpp89 auto Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( local
1269 Address Addr = getAtomicAddressAsAtomicIntPointer(); local
1425 Address Addr = materializeRValue(RVal); local
1436 Address Addr = getAtomicAddressAsAtomicIntPointer(); local
[all...]
H A DCGBlocks.cpp2262 llvm::Value *Addr; member in struct:__anon3755::final
2263 CallBlockRelease(llvm::Value *Addr) : Addr(Addr) {} argument
H A DCGDecl.cpp231 llvm::Constant *Addr = GV; local
498 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(); variable
519 llvm::Value *Addr; member in class:__anon3775::final
913 EmitLifetimeStart(uint64_t Size, llvm::Value *Addr) argument
932 EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h500 std::error_code callIntVoid(int &Result, TargetAddress Addr) { argument
522 std::error_code callMain(int &Result, TargetAddress Addr, argument
546 std::error_code callVoidVoid(TargetAddress Addr) { argument
591 getSymbolAddress(TargetAddress &Addr, StringRef Name) argument
741 writeMem(TargetAddress Addr, const char *Src, uint64_t Size) argument
757 writePointer(TargetAddress Addr, TargetAddress PtrVal) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1208 Value *Addr = Pointer.getAddr(); local
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp43 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, argument
59 uintptr_t Addr = uintptr_t(Ptr); local
102 const coff_symbol_type *Addr local
118 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); local
431 getVaPtr(uint64_t Addr, uintptr_t &Res) const argument
439 getRvaPtr(uint32_t Addr, uintptr_t &Res) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp265 DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
276 DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
294 DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
315 DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
336 DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
357 DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
378 DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
389 DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
411 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
422 DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
445 DecodeVectorRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
467 DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
490 DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
513 DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
534 DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
557 DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
580 DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
590 DecodeFixedPointScaleImm32(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
599 DecodeFixedPointScaleImm64(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
606 DecodePCRelLabel19(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
682 DecodeVecShiftR64Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
687 DecodeVecShiftR64ImmNarrow(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
693 DecodeVecShiftR32Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
698 DecodeVecShiftR32ImmNarrow(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
704 DecodeVecShiftR16Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
709 DecodeVecShiftR16ImmNarrow(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
715 DecodeVecShiftR8Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
720 DecodeVecShiftL64Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
725 DecodeVecShiftL32Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
730 DecodeVecShiftL16Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
735 DecodeVecShiftL8Imm(llvm::MCInst &Inst, unsigned Imm, uint64_t Addr, const void *Decoder) argument
740 DecodeThreeAddrSRegInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
802 DecodeMoveImmInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
835 DecodeUnsignedLdStInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
896 DecodeSignedLdStInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1081 DecodeExclusiveLdStInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1164 DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1293 DecodeAddSubERegInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1350 DecodeLogicalImmInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1381 DecodeModImmInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1420 DecodeModImmTiedInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1438 DecodeAdrInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1457 DecodeBaseAddSubImm(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1493 DecodeUnconditionalBranch(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1510 DecodeSystemPStateInstruction(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1535 DecodeTestAndBranch(llvm::MCInst &Inst, uint32_t insn, uint64_t Addr, const void *Decoder) argument
1559 DecodeGPRSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegClassID, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
1573 DecodeWSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
1582 DecodeXSeqPairsClassRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Addr, const void *Decoder) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp279 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, argument
292 bool MipsSEDAGToDAGISel::selectAddrFrameIndexOffset(SDValue Addr, SDValue &Base, argument
317 selectAddrRegImm(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
367 selectAddrRegReg(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
379 selectAddrDefault(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
386 selectIntAddr(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
392 selectAddrRegImm9(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
403 selectAddrRegImm10(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
415 selectAddrRegImm12(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
426 selectAddrRegImm16(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
437 selectIntAddrMM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
443 selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
465 selectIntAddrMSA(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp721 SDValue Addr; local
901 SDValue Addr, Offset, Base; local
1317 SDValue Base, Offset, Addr; local
2102 SDValue Addr; local
2285 SDValue Addr, Offset, Base; local
5017 SelectADDRsi_imp( SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) argument
5033 SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
5039 SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
5045 SelectADDRri_imp( SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) argument
5076 SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
5082 SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp181 bool selectPCRelAddress(SDValue Addr, SDValue &Target) const { argument
190 bool selectBDAddr12Only(SDValue Addr, SDValu argument
193 selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const argument
196 selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const argument
199 selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const argument
204 selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const argument
207 selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const argument
212 selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
218 selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
224 selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
230 selectBDXAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
236 selectBDXAddr20Only128(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
242 selectBDXAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
248 selectLAAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
254 selectLAAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
546 selectAddress(SDValue Addr, SystemZAddressingMode &AM) const argument
630 selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp) const argument
641 selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp) const argument
652 selectBDXAddr(SystemZAddressingMode::AddrForm Form, SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
664 selectBDVAddr12Only(SDValue Addr, SDValue Elem, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1068 uint64_t Addr; local
1081 uint32_t Addr; local

Completed in 403 milliseconds

12345