Searched defs:Addr (Results 76 - 100 of 184) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp294 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr); local
292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) argument
H A DExecutionEngine.cpp208 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { argument
213 void ExecutionEngine::addGlobalMapping(StringRef Name, uint64_t Addr) { argument
218 LLVM_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
1143 InitializeMemory(const Constant *Init, void *Addr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp589 JITTargetAddress Addr; local
603 getOrCreateSymbol(ParseContext &PC, JITTargetAddress Addr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp149 uint64_t Addr; member in struct:__anon3670::LLVMPerfJitDebugEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp163 getSectionByAddress(const MachOObjectFile &Obj, uint64_t Addr) argument
H A DRuntimeDyldChecker.cpp817 uint64_t Addr = 0; local
847 uint64_t Addr = 0; local
H A DRuntimeDyldImpl.h320 void writeInt16BE(uint8_t *Addr, uint16_t Value) { argument
325 void writeInt32BE(uint8_t *Addr, uint32_t Value) { argument
330 void writeInt64BE(uint8_t *Addr, uint64_t Value) { argument
355 virtual uint64_t modifyAddressBasedOnFlags(uint64_t Addr, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp340 static bool shouldInstrumentReadWriteFromAddress(const Module *M, Value *Addr) { argument
371 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { argument
411 Value *Addr = Store->getPointerOperand(); local
417 Value *Addr = Load->getPointerOperand(); local
430 Value *Addr = isa<StoreInst>(*I) local
560 Value *Addr = IsWrite local
680 Value *Addr = LI->getPointerOperand(); local
695 Value *Addr = SI->getPointerOperand(); local
709 Value *Addr = RMWI->getPointerOperand(); local
726 Value *Addr = CASI->getPointerOperand(); local
769 getMemoryAccessFuncIndex(Value *Addr, const DataLayout &DL) argument
[all...]
H A DInstrProfiling.cpp212 Value *Addr = cast<StoreInst>(Store)->getPointerOperand(); variable
680 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters->getValueType(), local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp156 Value *const Addr = LoadI->getOperand(0); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp195 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp220 void addDummySymbol(const std::string &Name, uint64_t Addr) { argument
443 uint64_t Addr = *AddrOrErr; local
468 << ", Addr = " << Addr << "\n"; local
717 uint64_t Addr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp115 Register Addr = getStackAddress(VA, MMO); local
284 Register Addr = getStackAddress(VA, MMO); local
H A DMipsInstructionSelector.cpp452 MachineInstr *Addr = MRI.getVRegDef(I.getOperand(1).getReg()); local
H A DMipsSEISelDAGToDAG.cpp268 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, argument
281 selectAddrFrameIndexOffset( SDValue Addr, SDValue &Base, SDValue &Offset, unsigned OffsetBits, unsigned ShiftAmount = 0) const argument
312 selectAddrRegImm(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
362 selectAddrDefault(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
369 selectIntAddr(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
375 selectAddrRegImm9(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
387 selectAddrRegImm11(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
399 selectAddrRegImm12(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
410 selectAddrRegImm16(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
421 selectIntAddr11MM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
427 selectIntAddr12MM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
433 selectIntAddr16MM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
439 selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
461 selectIntAddrSImm10(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
473 selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
484 selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
495 selectIntAddrSImm10Lsl3(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp223 ConstantRange StackSafetyLocalAnalysis::offsetFrom(Value *Addr, Value *Base) { argument
239 StackSafetyLocalAnalysis::getAccessRange(Value *Addr, Value *Base, argument
256 ConstantRange StackSafetyLocalAnalysis::getAccessRange(Value *Addr, Value *Base, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp524 bool X86MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
533 evaluateMemoryOperandAddress( const MCInst &Inst, uint64_t Addr, uint64_t Size) const argument
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h96 UINT8 Addr[32]; member in struct:__anon9536
104 UINT32 Addr[4]; member in union:__anon9537
/freebsd-13-stable/stand/efi/include/
H A Defidef.h114 UINT8 Addr[4]; member in struct:__anon7957
118 UINT8 Addr[16]; member in struct:__anon7958
122 UINT8 Addr[32]; member in struct:__anon7959
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c588 UINT32 *Addr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp228 static llvm::Constant *getNullForVariable(Address Addr) { argument
425 Address getAddrWithOffset(Address Addr, CharUnits Offset) { argument
434 getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, const FieldDecl *FD) argument
814 destroyNonTrivialCStruct(CodeGenFunction &CGF, Address Addr, QualType Type) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h972 void setAddress(JITTargetAddress Addr) { this->Addr = Addr; } argument
993 JITTargetAddress Addr = 0; member in class:llvm::orc::SymbolState::JITDylib::SymbolTableEntry
H A DOrcRemoteTargetClient.h325 JITTargetAddress Addr; member in struct:llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager::EHFrame
515 Expected<int> callIntVoid(JITTargetAddress Addr) { argument
523 Expected<int> callMain(JITTargetAddress Addr, argument
532 callVoidVoid(JITTargetAddress Addr) argument
607 deregisterEHFrames(JITTargetAddress Addr, uint32_t Size) argument
671 writeMem(JITTargetAddress Addr, const char *Src, uint64_t Size) argument
679 writePointer(JITTargetAddress Addr, JITTargetAddress PtrVal) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp30 uintptr_t Addr = uintptr_t(Ptr); local
81 void XCOFFObjectFile::checkSectionAddress(uintptr_t Addr, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp642 auto *Addr = LI.getPointerOperand(); local
691 auto *Addr = LI.getPointerOperand(); local
1161 auto *Addr = SI.getPointerOperand(); local
1207 auto *Addr = SI.getPointerOperand(); local
[all...]

Completed in 164 milliseconds

12345678