Searched refs:Base (Results 176 - 200 of 454) sorted by relevance

1234567891011>>

/freebsd-13-stable/stand/i386/boot2/
H A Dsio.S18 .set SIO_PRT,SIOPRT # Base port
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp952 /// If Base is known to point to the start of an array, return the length of
955 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) {
957 if (const VectorType *VT = Base->getType()->getAs<VectorType>()) {
958 IndexedType = Base->getType();
962 Base = Base->IgnoreParens();
964 if (const auto *CE = dyn_cast<CastExpr>(Base)) {
977 QualType EltTy{Base->getType()->getPointeeOrArrayElementType(), 0};
978 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) {
979 IndexedType = Base
954 getArrayIndexingBound( CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) argument
986 EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index, QualType IndexType, bool Accessed) argument
1214 const Expr *Base = Obj; local
3791 LValue Base = EmitLValue(E->getBase()); local
3804 emitOMPArraySectionBase(CodeGenFunction &CGF, const Expr *Base, LValueBaseInfo &BaseInfo, TBAAAccessInfo &TBAAInfo, QualType BaseTy, QualType ElTy, bool IsLowerBound) argument
3945 Address Base = local
3985 Address Base = emitOMPArraySectionBase(*this, E->getBase(), BaseInfo, local
3999 LValue Base; local
4132 emitAddrOfZeroSizeField(CodeGenFunction &CGF, Address Base, const FieldDecl *Field) argument
4348 EmitLValueForFieldInitialization(LValue Base, const FieldDecl *Field) argument
4600 Address Base = GetAddressOfBaseClass( local
[all...]
H A DCGExprCXX.cpp201 const Expr *Base = ME->getBase(); local
204 CE, MD, ReturnValue, HasQualifier, Qualifier, IsArrow, Base);
210 const Expr *Base) {
218 MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) {
219 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType();
223 const Expr *Inner = Base->ignoreParenBaseCasts();
235 Base = Inner;
236 else if (getCXXRecord(Base) != DevirtualizedClass) {
274 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo);
275 This = MakeAddrLValue(ThisValue, Base
207 EmitCXXMemberOrOperatorMemberCallExpr( const CallExpr *CE, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue, bool HasQualifier, NestedNameSpecifier *Qualifier, bool IsArrow, const Expr *Base) argument
494 EmitNullBaseClassInitialization(CodeGenFunction &CGF, Address DestPtr, const CXXRecordDecl *Base) argument
1905 const Expr *Base = DE->getArgument(); local
[all...]
H A DTargetInfo.cpp230 bool ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, argument
1416 for (const CXXBaseSpecifier &Base : RD->bases()) {
1417 if (!addBaseAndFieldSizes(Context, Base.getType()->getAsCXXRecordDecl(),
1475 const Type *Base = nullptr; local
1479 isHomogeneousAggregate(RetTy, Base, NumElts)) {
1739 const Type *Base = nullptr; local
1743 isHomogeneousAggregate(Ty, Base, NumElts)) {
1777 const Type *Base = nullptr; local
1780 isHomogeneousAggregate(Ty, Base, NumElts)) {
3037 const auto *Base
[all...]
H A DMicrosoftCXXABI.cpp183 // Base -> no name, just ~Class
289 getVTableAddressPoint(BaseSubobject Base,
294 BaseSubobject Base, const CXXRecordDecl *NearestVBase) override;
297 getVTableAddressPointForConstExpr(BaseSubobject Base,
583 Address Base,
589 Address Base,
596 return GetVBaseOffsetFromVBPtr(CGF, Base, VBPOffset, VBTOffset, VBPtr);
606 const CXXRecordDecl *RD, Address Base,
663 Address Base, llvm::Value *MemPtr,
920 for (auto &Base
588 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, Address Base, int32_t VBPtrOffset, int32_t VBTableOffset, llvm::Value **VBPtr = nullptr) argument
1721 getVTableAddressPointInStructor( CodeGenFunction &CGF, const CXXRecordDecl *VTableClass, BaseSubobject Base, const CXXRecordDecl *NearestVBase) argument
1740 getVTableAddressPoint(BaseSubobject Base, const CXXRecordDecl *VTableClass) argument
1747 getVTableAddressPointForConstExpr( BaseSubobject Base, const CXXRecordDecl *VTableClass) argument
2792 const CXXRecordDecl *Base = nullptr; local
3025 AdjustVirtualBase( CodeGenFunction &CGF, const Expr *E, const CXXRecordDecl *RD, Address Base, llvm::Value *VBTableOffset, llvm::Value *VBPtrOffset) argument
3081 EmitMemberDataPointerAddress( CodeGenFunction &CGF, const Expr *E, Address Base, llvm::Value *MemPtr, const MemberPointerType *MPT) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h968 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } argument
972 MSPropertySubscriptExpr(Expr *Base, Expr *Idx, QualType Ty, ExprValueKind VK, argument
976 SubExprs[BASE_EXPR] = Base;
2475 Stmt *Base = nullptr; member in class:clang::CXXPseudoDestructorExpr
2504 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
2514 Expr *getBase() const { return cast<Expr>(Base); }
2518 /// x->Base::foo.
2595 return Base->getBeginLoc();
2604 child_range children() { return child_range(&Base,
3514 Stmt *Base; member in class:clang::final
3776 Stmt *Base; member in class:clang::final
[all...]
H A DTypeLoc.h49 #define ABSTRACT_TYPELOC(Class, Base)
50 #define TYPELOC(Class, Base) \
54 /// Base wrapper for a particular "section" of type source info.
108 #define ABSTRACT_TYPE(Class, Base)
109 #define TYPE(Class, Base) \
336 /// \tparam Base a class from which to derive
360 template <class Base, class Derived, class TypeClass, class LocalData>
361 class ConcreteTypeLoc : public Base {
410 return cast<TypeClass>(Base::getTypePtr());
423 return static_cast<LocalData*>(Base
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp308 const ASTContext &Context, Expr *Base, bool isArrow,
314 Base(static_cast<Stmt *>(Base)), IsArrow(isArrow),
1323 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow,
1330 Base(Base), BaseType(BaseType), QualifierLoc(QualifierLoc),
1365 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow,
1381 Ctx, Base, BaseType, IsArrow, OperatorLoc, QualifierLoc, TemplateKWLoc,
1417 const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base,
1427 ((Base
307 CXXPseudoDestructorExpr( const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
1322 CXXDependentScopeMemberExpr( const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1364 Create( const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1416 UnresolvedMemberExpr( const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
1456 Create( const ASTContext &Context, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp72 if (const Expr *Base = CME->getBase()) {
74 if (Base->getBestDynamicClassType()->hasAttr<FinalAttr>())
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp119 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, argument
121 uintptr_t Start = reinterpret_cast<uintptr_t>(Base);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h95 bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
99 bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec8 Group: System Environment/Base
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h103 virtual bool LookupInlineAsmField(StringRef Base, StringRef Member,
177 virtual bool lookUpField(StringRef Base, StringRef Member, StringRef &Type, argument
/freebsd-13-stable/share/mk/
H A Dbsd.nls.mk13 # NLSDIR Base path for National Language Support files
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1038 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex,
1040 assert(isa<PointerType>(Base->getType()) &&
1041 "Invalid Base ptr type for preserve.array.access.index.");
1042 auto *BaseType = Base->getType();
1052 GetElementPtrInst::getGEPReturnType(ElTy, Base, IdxList);
1060 CreateCall(FnPreserveArrayAccessIndex, {Base, DimV, LastIndexV});
1068 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) {
1069 assert(isa<PointerType>(Base->getType()) &&
1070 "Invalid Base ptr type for preserve.union.access.index.");
1071 auto *BaseType = Base
1037 CreatePreserveArrayAccessIndex( Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, MDNode *DbgInfo) argument
1067 CreatePreserveUnionAccessIndex( Value *Base, unsigned FieldIndex, MDNode *DbgInfo) argument
1086 CreatePreserveStructAccessIndex( Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, MDNode *DbgInfo) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp178 unsigned Base; member in struct:__anon4344::VEOperand::MemOp
344 return Mem.Base;
664 MorphToMEMri(unsigned Base, std::unique_ptr<VEOperand> Op) { argument
667 Op->Mem.Base = Base;
678 Op->Mem.Base = 0;
686 MorphToMEMrri(unsigned Base, unsigned Index, std::unique_ptr<VEOperand> Op) { argument
689 Op->Mem.Base = Base;
697 MorphToMEMrii(unsigned Base, cons argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h905 using Base = RegionInfoBase<RegionTraits<Function>>;
909 RegionInfo(RegionInfo &&Arg) : Base(std::move(static_cast<Base &>(Arg))) {
914 Base::operator=(std::move(static_cast<Base &>(RHS)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp92 typedef MCParsedAsmOperand Base; typedef in class:__anon4183::MSP430Operand
118 : Base(), Kind(k_Tok), Tok(Tok), Start(S), End(S) {}
120 : Base(), Kind(Kind), Reg(Reg), Start(S), End(E) {}
122 : Base(), Kind(k_Imm), Imm(Imm), Start(S), End(E) {}
124 : Base(), Kind(k_Mem), Mem({Reg, Expr}), Start(S), End(E) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp116 static Value *convertStrToNumber(CallInst *CI, StringRef &Str, int64_t Base) {
117 if (Base < 2 || Base > 36)
119 if (Base != 0)
125 long long int Result = strtoll(nptr.c_str(), &End, Base);
1450 Value *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1);
1471 CallInst *BaseFn = dyn_cast<CallInst>(Base);
1527 if (match(Base, m_SpecificFP(2.0)) &&
1561 if (match(Base, m_SpecificFP(10.0)) &&
1571 assert(!match(Base, m_FPOn
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp242 bool SelectAddrIdx(SDValue N, SDValue &Base, SDValue &Index) { argument
243 return PPCLowering->SelectAddressRegReg(N, Base, Index, *CurDAG, None);
252 bool SelectAddrIdxX4(SDValue N, SDValue &Base, SDValue &Index) { argument
253 return PPCLowering->SelectAddressRegReg(N, Base, Index, *CurDAG,
263 bool SelectAddrIdxX16(SDValue N, SDValue &Base, SDValue &Index) { argument
264 return PPCLowering->SelectAddressRegReg(N, Base, Index, *CurDAG,
270 bool SelectAddrIdxOnly(SDValue N, SDValue &Base, SDValue &Index) { argument
271 return PPCLowering->SelectAddressRegRegOnly(N, Base, Index, *CurDAG);
279 SDValue &Base) {
280 return PPCLowering->SelectAddressRegImm(N, Disp, Base, *CurDA
278 SelectAddrImm(SDValue N, SDValue &Disp, SDValue &Base) argument
286 SelectAddrImmX4(SDValue N, SDValue &Disp, SDValue &Base) argument
293 SelectAddrImmX16(SDValue N, SDValue &Disp, SDValue &Base) argument
299 SelectAddr(SDValue N, SDValue &Base) argument
304 SelectAddrPCRel(SDValue N, SDValue &Base) argument
645 SDValue Base = ST->getBasePtr(); local
688 SDValue Base = LD->getBasePtr(); local
2034 SelectRotMaskIns64(SDValue Base, SDValue V, const SDLoc &dl, unsigned RLAmt, bool Repl32, unsigned MaskStart, unsigned MaskEnd, unsigned *InstCnt = nullptr) argument
4800 SDValue Base = LD->getBasePtr(); local
4840 SDValue Base = LD->getBasePtr(); local
5134 SDValue Base, Offset; local
6611 SDValue Base = N->getOperand(FirstOp + 1); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp383 const Value *Base = stripAndAccumulateMinimalOffsets( local
387 return Base;
1634 const Value *Base = local
1636 if (Base) {
1637 if (Base == &AssociatedValue &&
1648 Base = getBasePointerOfAccessPointerOperand(I, Offset, DL,
1650 if (Base) {
1651 if (Offset == 0 && Base == &AssociatedValue &&
2278 Value *Base = CI->getOperand(0); variable
2279 if (!Base
5251 createInitialization(Type *PrivType, Value &Base, Function &F, unsigned ArgNo, Instruction &IP) argument
5282 createReplacementValues(Align Alignment, Type *PrivType, AbstractCallSite ACS, Value *Base, SmallVectorImpl<Value *> &ReplacementValues) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp59 unsigned Base, Width, Offset; member in struct:__anon4931::EncodingField
61 : Base(B), Width(W), Offset(O) { }
73 void addField(unsigned Base, unsigned Width, unsigned Offset) { argument
74 Fields.push_back(EncodingField(Base, Width, Offset));
1119 << "(insn, " << EF.Base << ", " << EF.Width << ')';
2066 unsigned Base = ~0U;
2079 if (Base != ~0U) {
2080 OpInfo.addField(Base, Width, Offset);
2081 Base = ~0U;
2090 if (Base !
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h93 AlignedCharArrayUnion<SmallVectorBase<SmallVectorSizeType<T>>> Base; member in struct:llvm::SmallVectorAlignmentAndSize
103 using Base = SmallVectorBase<SmallVectorSizeType<T>>;
116 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {}
119 Base::grow_pod(getFirstEl(), MinCapacity, TSize);
147 using Base::capacity;
148 using Base::empty;
149 using Base::size;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp190 /// Represents a range check of the form \c Base + \c Offset u< \c Length,
195 const Value *Base; member in class:__anon4632::GuardWideningImpl::RangeCheck
201 explicit RangeCheck(const Value *Base, const ConstantInt *Offset, argument
203 : Base(Base), Offset(Offset), Length(Length), CheckInst(CheckInst) {}
205 void setBase(const Value *NewBase) { Base = NewBase; }
208 const Value *getBase() const { return Base; }
215 OS << "Base: ";
216 Base->printAsOperand(OS, PrintTypes);
566 // Base cas
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c16 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs)))
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
75 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs)))
85 /* ----------- Base ----------- */
91 p->Base = 0;
120 free(p->Base);
122 p->Base = 0;
127 if (p->Base == 0 || p->Size != size)
141 if ((p->Base = (Byte *)malloc(p->AlignOffset + size
324 p->Text = p->Base
[all...]

Completed in 548 milliseconds

1234567891011>>