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

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, argument
167 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) argument
172 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
H A DMipsISelDAGToDAG.cpp76 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, argument
82 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, argument
88 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, argument
94 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, argument
100 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, argument
106 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, argument
112 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, argument
118 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, argument
124 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, argument
130 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValu argument
136 selectIntAddrSImm10Lsl3(SDValue Addr, SDValue &Base, SDValue &Offset) const argument
142 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) argument
148 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
H A DMipsLegalizerInfo.cpp376 auto Addr = MIRBuilder.buildPtrAdd(PtrTy, BaseAddr, C_P2HalfMemSize); local
405 auto Addr = MIRBuilder.buildPtrAdd(PtrTy, BaseAddr, C_P2HalfMemSize); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h163 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp112 EmitTargetCodeForSetTag( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, SDValue Size, MachinePointerInfo DstPtrInfo, bool ZeroData) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp75 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, argument
120 SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp87 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base, argument
242 SDValue Addr = N->getOperand(1); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h246 void setResult(const MemDepResult &R, Value *Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h400 SetterImpl &setLazyCompileFailureAddr(JITTargetAddress Addr) { argument
H A DRemoteObjectLayer.h155 auto Addr = C.materializeRemoteSymbol(Id); local
H A DOrcRemoteTargetServer.h122 Error allocate(void *&Addr, size_t Size, uint32_t Align) { argument
158 Expected<int32_t> handleCallIntVoid(JITTargetAddress Addr) { argument
171 Expected<int32_t> handleCallMain(JITTargetAddress Addr, argument
194 Error handleCallVoidVoid(JITTargetAddress Addr) { argument
228 uint8_t *Addr = reinterpret_cast<uint8_t *>(static_cast<uintptr_t>(TAddr)); local
328 JITTargetAddress Addr = SymbolLookup(Name); local
368 uint8_t *Addr = reinterpret_cast<uint8_t *>(static_cast<uintptr_t>(TAddr)); local
397 handleSetProtections(ResourceIdMgr::ResourceId Id, JITTargetAddress Addr, uint32_t Flags) argument
424 handleWritePtr(JITTargetAddress Addr, JITTargetAddress PtrVal) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp61 Error MSFBuilder::setBlockMapAddr(uint32_t Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp388 auto Addr = static_cast<uint64_t>( local
422 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h261 static PtrTy fromTargetAddress(JITTargetAddress Addr) { argument
275 Error createIndirectStub(StringRef StubName, JITTargetAddress Addr) { argument
280 Error setIndirectStubPointer(StringRef Name, JITTargetAddress Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h312 uint8_t *Addr; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h45 uint64_t Addr = 0; member in struct:llvm::objcopy::macho::Section
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp326 MachineInstrBuilder buildLoad(const DstOp &Res, Register Addr, uint64_t Size, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp100 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { argument
136 SelectFIAddr(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp179 bool RISCVDAGToDAGISel::SelectAddrFI(SDValue Addr, SDValue &Base) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp223 const MachineOperand &Addr = MI->getOperand(1); local
269 const MachineOperand &Addr = MI->getOperand(0); local
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h34 __sElfN(Addr); variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h87 Address Addr; member in struct:clang::CodeGen::CGCallee::SpecialKind::VirtualInfoStorage
144 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, argument
361 Address Addr = Address::invalid(); member in class:clang::CodeGen::CGCallee::ReturnValueSlot
371 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false, argument
[all...]
H A DCGDeclCXX.cpp157 void CodeGenFunction::EmitInvariantStart(llvm::Constant *Addr, CharUnits Size) { argument
71 EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D, ConstantAddress Addr) argument
151 EmitDeclInvariant(CodeGenFunction &CGF, const VarDecl &D, llvm::Constant *Addr) argument
466 EmitCXXGlobalVarDeclInitFunc(const VarDecl *D, llvm::GlobalVariable *Addr, bool PerformInit) argument
724 GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, const VarDecl *D, llvm::GlobalVariable *Addr, bool PerformInit) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp343 uptr Addr = (uptr)Ptr; local
351 reinterpret_cast<__ubsan::CFICheckFailData *>(DiagData), Addr, false); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, argument

Completed in 231 milliseconds

12345678