Searched defs:Addr (Results 151 - 175 of 184) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1500 Register Addr = AddrOp.getReg(); local
H A DSIInstrInfo.cpp6440 const MachineOperand *Addr = getNamedOperand(MI, AMDGPU::OpName::vaddr); local
6453 const MachineOperand *Addr = getNamedOperand(MI, AMDGPU::OpName::addr); local
/freebsd-13-stable/sys/contrib/edk2/Include/
H A DBase.h233 UINT8 Addr[4]; member in struct:__anon9018
240 UINT8 Addr[16]; member in struct:__anon9019
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp523 Address Addr = variable
2389 Address Addr; member in struct:__anon1691::final
2392 CallDelegatingCtorDtor(const CXXDestructorDecl *D, Address Addr, argument
2448 Address Addr; member in struct:__anon1692::final
2451 CallLocalDtor(const CXXDestructorDecl *D, Address Addr, QualType Ty) argument
2462 PushDestructorCleanup(const CXXDestructorDecl *D, QualType T, Address Addr) argument
2467 PushDestructorCleanup(QualType T, Address Addr) argument
[all...]
H A DTargetInfo.cpp317 Address Addr = Address::invalid(); local
375 Address Addr local
658 llvm::Value *Addr = local
[all...]
H A DCGExprScalar.cpp2018 Address Addr = EmitLValue(E).getAddress(CGF); local
2026 Address Addr = Builder.CreateElementBitCast(SourceLVal.getAddress(CGF), local
4738 Address Addr = Address::invalid(); local
[all...]
H A DCGStmtOpenMP.cpp1609 llvm::Value *Addr = OMPBuilder.CreateOMPAlloc( local
2830 llvm::Constant *Addr; local
5477 llvm::Constant *Addr; local
5563 llvm::Constant *Addr; local
5609 llvm::Constant *Addr; local
5655 llvm::Constant *Addr; local
5798 llvm::Constant *Addr; local
5850 llvm::Constant *Addr; local
6198 llvm::Constant *Addr; local
6238 llvm::Constant *Addr; local
6277 llvm::Constant *Addr; local
[all...]
H A DCodeGenFunction.h522 llvm::Value *Addr; member in class:clang::CodeGen::CodeGenFunction::final
2347 LValue MakeAddrLValue(Address Addr, QualTyp argument
2353 MakeAddrLValue(Address Addr, QualType T, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo) argument
2917 Address Addr; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
3651 EmitLoadOfScalar(Address Addr, bool Volatile, QualType Ty, SourceLocation Loc, AlignmentSource Source = AlignmentSource::Type, bool isNontemporal = false) argument
3673 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, AlignmentSource Source = AlignmentSource::Type, bool isInit = false, bool isNontemporal = false) argument
4470 setAddrOfLocalVar(const VarDecl *VD, Address Addr) argument
[all...]
H A DCodeGenModule.cpp2482 llvm::Constant *Addr = GV; local
5731 llvm::GlobalValue *Addr = getModule().getNamedValue(I.second); local
5753 llvm::Value *Addr = I.second.getPointer(); local
5680 EmitGlobalDeclMetadata(CodeGenModule &CGM, llvm::NamedMDNode *&GlobalMetadata, GlobalDecl D, llvm::GlobalValue *Addr) argument
[all...]
H A DItaniumCXXABI.cpp857 llvm::Value *Addr = local
H A DMicrosoftCXXABI.cpp3107 llvm::Value *Addr; local
2292 emitGlobalDtorWithTLRegDtor(CodeGenFunction &CGF, const VarDecl &VD, llvm::FunctionCallee Dtor, llvm::Constant *Addr) argument
2311 registerGlobalDtor(CodeGenFunction &CGF, const VarDecl &D, llvm::FunctionCallee Dtor, llvm::Constant *Addr) argument
[all...]
H A DCGExpr.cpp1090 Address Addr = EmitPointerWithAlignment(CE->getSubExpr(), local
1140 Address Addr = EmitPointerWithAlignment(CE->getSubExpr(), BaseInfo); local
1672 llvm::Value *CodeGenFunction::EmitLoadOfScalar(Address Addr, bool Volatile, argument
1755 MaybeConvertMatrixAddress(Address Addr, CodeGenFunction &CGF, bool IsVector = true) argument
1782 Address Addr = MaybeConvertMatrixAddress(lvalue.getAddress(CGF), CGF, local
1789 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument
1851 Address Addr = MaybeConvertMatrixAddress(LV.getAddress(CGF), CGF); local
2398 EmitThreadPrivateVarDeclLValue( CodeGenFunction &CGF, const VarDecl *VD, QualType T, Address Addr, llvm::Type *RealVarTy, SourceLocation Loc) argument
2427 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); local
2458 llvm::Value *Addr = Builder.CreateLoad(Ptr); local
2468 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &BaseInfo, &TBAAInfo); local
2483 Address Addr = emitDeclTargetVarDeclLValue(CGF, VD, T); local
2653 Address Addr = Address::invalid(); local
2826 Address Addr = EmitPointerWithAlignment(E->getSubExpr(), &BaseInfo, local
3355 llvm::Value *Addr = local
3461 Address Addr = LV.getAddress(*this); local
3675 Address Addr = EmitExtVectorElementLValue(LV); local
3686 Address Addr = Address::invalid(); local
3813 Address Addr = BaseLVal.getAddress(CGF); local
4066 Address Addr = EmitPointerWithAlignment(BaseExpr, &BaseInfo, &TBAAInfo); local
4199 Address Addr = base.getAddress(*this); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h991 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1487 doInstrumentAddress(AddressSanitizer *Pass, Instruction *I, Instruction *InsertBefore, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1504 instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, Instruction *I, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1547 Value *Addr = O.getPtr(); local
1599 generateCrashCode(Instruction *InsertBefore, Value *Addr, bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument, uint32_t Exp) argument
1645 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1727 instrumentUnusualSizeOrAlignment( Instruction *I, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1033 bool ARMDAGToDAGISel::SelectAddrMode6(SDNode *Parent, SDValue N, SDValue &Addr, argument
3700 const SDValue &Addr = N->getOperand(1); local
3729 const SDValue &Addr = N->getOperand(3); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp688 SDValue Addr = Op.getOperand(1); local
714 SDValue Addr = Op.getOperand(2); local
929 SDValue Addr = DAG.getFrameIndex(QFI->getVarArgsFrameIndex(), MVT::i32); local
1876 unsigned Addr = CA->getZExtValue(); local
3454 emitLoadLinked(IRBuilder< &Builder, Value *Addr, AtomicOrdering Ord) const argument
3477 emitStoreConditional(IRBuilder< &Builder, Value *Val, Value *Addr, AtomicOrdering Ord) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp577 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty) argument
926 computeCallAddress(const Value *V, Address &Addr) argument
1022 simplifyAddress(Address &Addr, MVT VT) argument
1118 addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, MachineMemOperand::Flags Flags, unsigned ScaleFactor, MachineMemOperand *MMO) argument
1783 emitLoad(MVT VT, MVT RetVT, Address Addr, bool WantZExt, MachineMemOperand *MMO) argument
2000 Address Addr; local
2109 emitStore(MVT VT, unsigned SrcReg, Address Addr, MachineMemOperand *MMO) argument
2235 Address Addr; local
3133 Address Addr; local
3250 Address Addr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp492 SDValue Addr = getTargetNode(N, DL, Ty, DAG, 0); local
520 SDValue Addr = getTargetNode(N, DL, Ty, DAG, 0); local
536 SDValue Addr = getAddr(N, DAG, IsLocal); local
575 SDValue Addr = DAG.getTargetGlobalAddress(GV, DL, Ty, 0, 0); local
613 SDValue Addr = DAG.getTargetGlobalAddress(GV, DL, Ty, 0, 0); local
645 SDValue Addr; local
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1497 PXE_UINT32 Addr; member in struct:s_pxe_cpb_nvdata_sparse::__anon9569
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1830 virtual Value *emitLoadLinked(IRBuilder<> &Builder, Value *Addr, argument
4474 virtual SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value, SDValue Addr, argument
1837 emitStoreConditional(IRBuilder< &Builder, Value *Val, Value *Addr, AtomicOrdering Ord) const argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h368 auto Addr = getAddressSpace(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp132 const void *Addr = nullptr; member in struct:__anon4860::DynRegionInfo
1282 findNotEmptySectionByAddress(const ELFO *Obj, StringRef FileName, uint64_t Addr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2431 Register Addr = MI.getOperand(2).getReg(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3360 SDValue Addr = Op.getOperand(1); local
3885 SDValue Addr = Node->getBasePtr(); local
3985 SDValue Addr = Node->getOperand(1); local
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1102 UINT8 *Addr; member in struct:acpi_comment_addr_node

Completed in 490 milliseconds

12345678