Searched refs:Base (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp194 BaseRegisters Base; member in struct:__anon2119::SILoadStoreOptimizer::MemAddress
243 void processBaseWithConstOffset(const MachineOperand &Base, MemAddress &Addr) const;
1594 assert((TRI->getRegSizeInBits(Addr.Base.LoReg, *MRI) == 32 ||
1595 Addr.Base.LoSubReg) &&
1596 "Expected 32-bit Base-Register-Low!!");
1598 assert((TRI->getRegSizeInBits(Addr.Base.HiReg, *MRI) == 32 ||
1599 Addr.Base.HiSubReg) &&
1600 "Expected 32-bit Base-Register-Hi!!");
1602 LLVM_DEBUG(dbgs() << " Re-Computed Anchor-Base:\n");
1616 .addReg(Addr.Base
1649 auto Base = TII->getNamedOperand(MI, AMDGPU::OpName::vaddr); local
1681 processBaseWithConstOffset(const MachineOperand &Base, MemAddress &Addr) const argument
1760 MachineOperand &Base = *TII->getNamedOperand(MI, AMDGPU::OpName::vaddr); local
1859 unsigned Base = computeBase(MI, AnchorAddr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h390 // Base of the whole unit and of various important tables, as offsets from
392 uint64_t Base; member in class:llvm::DWARFDebugNames::NameIndex
417 NameIndex(const DWARFDebugNames &Section, uint64_t Base) argument
418 : Section(Section), Base(Base) {}
463 uint64_t getUnitOffset() const { return Base; }
464 uint64_t getNextUnitOffset() const { return Base + 4 + Hdr.UnitLength; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp585 Register &Base, Register &Offset) {
595 Base = MI.getOperand(1).getReg();
596 MachineInstr *BaseDef = MRI.getUniqueVRegDef(Base);
602 for (auto &Use : MRI.use_instructions(Base)) {
608 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ false, MRI)) {
624 // FIXME: check whether all uses of Base are load/store with foldable
652 Register &Base, Register &Offset) {
667 Base = AddrDef->getOperand(1).getReg();
673 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ true, MRI)) {
678 MachineInstr *BaseDef = getDefIgnoringCopies(Base, MR
584 findPostIndexCandidate(MachineInstr &MI, Register &Addr, Register &Base, Register &Offset) argument
651 findPreIndexCandidate(MachineInstr &MI, Register &Addr, Register &Base, Register &Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp53 /// from region \p Base.
54 explicit BindingKey(const SubRegion *r, const SubRegion *Base, Kind k) argument
55 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
56 assert(r && Base && "Must have known regions.");
57 assert(getConcreteOffsetRegion() == Base && "Failed to store base region");
274 const MemRegion *Base = K.getBaseRegion(); local
276 const ClusterBindings *ExistingCluster = lookup(Base);
281 return add(Base, NewCluster);
304 const MemRegion *Base = K.getBaseRegion(); local
305 const ClusterBindings *Cluster = lookup(Base);
731 includeEntireMemorySpace(const MemRegion *Base) argument
751 const MemRegion *Base = RI.getKey(); local
825 const MemRegion *Base = K.getConcreteOffsetRegion(); local
918 const MemRegion *Base = NextKey.getConcreteOffsetRegion(); local
1270 includeEntireMemorySpace(const MemRegion *Base) argument
1915 const MemRegion *Base = SR->getSuperRegion(); local
2661 const MemRegion *Base = I.getKey(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp103 const Expr *Base = B.get<const Expr*>(); local
108 dyn_cast<MaterializeTemporaryExpr>(Base)) {
120 return Base->getType();
176 /// Determines whether or not the given Base contains a call to a function
178 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { argument
179 const auto *E = Base.dyn_cast<const Expr *>();
194 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, argument
200 assert(!isBaseAnAllocSizeCall(Base) &&
203 Type = getType(Base);
305 void truncate(ASTContext &Ctx, APValue::LValueBase Base, argument
634 APValue::LValueBase Base; member in class:__anon18::Cleanup
638 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, bool IsLifetimeExtended) argument
663 APValue::LValueBase Base; member in struct:__anon18::ObjectUnderConstruction
850 isEvaluatingCtorDtor(APValue::LValueBase Base, ArrayRef<APValue::LValuePathEntry> Path) argument
934 setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, EvaluatingDeclKind EDK = EvaluatingDeclKind::Ctor) argument
1462 APValue::LValueBase Base; member in struct:__anon20::LValue
[all...]
H A DMicrosoftCXXABI.cpp149 const CXXRecordDecl *Base = local
151 if (RD->isPolymorphic() && !Base->isPolymorphic())
153 RD = Base;
H A DDeclCXX.cpp217 const CXXBaseSpecifier *Base = Bases[i]; local
218 QualType BaseType = Base->getType();
258 if (Base->getAccessSpecifier() != AS_public)
304 if (Base->isVirtual()) {
307 VBases.push_back(Base);
596 bool RDIsBase = !forallBases([&](const CXXRecordDecl *Base) -> bool {
597 Base = Base->getCanonicalDecl();
598 if (RD == Base)
600 Bases.insert(Base);
[all...]
H A DExprCXX.cpp335 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
342 /*isTypeDependent=*/(Base->isTypeDependent() ||
345 /*isValueDependent=*/Base->isValueDependent(),
346 (Base->isInstantiationDependent() ||
355 (Base->containsUnexpandedParameterPack() ||
364 Base(static_cast<Stmt *>(Base)), IsArrow(isArrow),
1398 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow,
1405 ((Base && Base
334 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
1397 CXXDependentScopeMemberExpr( const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1446 Create( const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1498 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
1538 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...]
H A DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class:
110 #define EXPR(Kind, Base)
217 auto *Base = cast<ArraySubscriptExpr>(E)->getBase()->IgnoreImpCasts(); local
218 if (Base->getType()->isArrayType())
219 return ClassifyInternal(Ctx, Base);
495 Expr *Base = E->getBase()->IgnoreParens();
496 if (isa<ObjCPropertyRefExpr>(Base))
498 return ClassifyInternal(Ctx, Base);
521 Expr *Base = E->getBase()->IgnoreParenImpCasts();
522 if (isa<ObjCPropertyRefExpr>(Base))
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp110 // Base + Disp + Index, where Base and Index are LLVM registers or 0.
115 unsigned Base : 12; member in struct:__anon2401::SystemZOperand::MemOp
184 createMem(MemoryKind MemKind, RegisterKind RegKind, unsigned Base, argument
190 Op->Mem.Base = Base;
306 Inst.addOperand(MCOperand::createReg(Mem.Base));
312 Inst.addOperand(MCOperand::createReg(Mem.Base));
319 Inst.addOperand(MCOperand::createReg(Mem.Base));
326 Inst.addOperand(MCOperand::createReg(Mem.Base));
899 unsigned Base = 0, Index = 0, LengthReg = 0; local
1326 const MCExpr *Base = MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, local
[all...]
/freebsd-11-stable/release/packages/
H A DMakefile.package58 runtime_COMMENT= FreeBSD Base System
59 runtime_DESC= FreeBSD Base System
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp93 const unsigned *Base = (const unsigned*) String.data(); local
96 if (!((intptr_t)Base & 3)) {
97 Bits.append(Base, Base + Units);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp62 return Base::dominates(BB1, BB2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp65 bool SelectADDRspii(SDValue Addr, SDValue &Base, SDValue &Offset);
87 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base, argument
91 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
101 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h151 bool Elide, std::unique_ptr<PDBSymbolTypeBaseClass> Base);
153 const PDBSymbolTypeBaseClass &getBase() const { return *Base; }
158 std::unique_ptr<PDBSymbolTypeBaseClass> Base; member in class:llvm::pdb::BaseClassLayout
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h285 template <typename Derived, typename Base = LoadedObjectInfo>
286 struct LoadedObjectInfoHelper : Base {
293 LoadedObjectInfoHelper(Ts &&... Args) : Base(std::forward<Ts>(Args)...) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h146 using Base = DominatorTreeBase<BasicBlock, false>;
159 using Base::dominates;
177 using Base::isReachableFromEntry;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp83 const auto *Base = local
85 if (Base->hasTrivialDestructor()) continue;
90 UniqueBase = Base;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp913 SDValue Offset, Base;
929 } else if (PointerSize == 64 ? SelectADDRsi64(N1.getNode(), N1, Base, Offset)
930 : SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
939 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
942 } else if (PointerSize == 64 ? SelectADDRri64(N1.getNode(), N1, Base, Offset)
943 : SelectADDRri(N1.getNode(), N1, Base, Offset)) {
958 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
996 SDValue Addr, Offset, Base;
1098 ? SelectADDRsi64(Op1.getNode(), Op1, Base, Offset)
1099 : SelectADDRsi(Op1.getNode(), Op1, Base, Offse
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp272 const GlobalObject *Base = GV->getBaseObject(); local
273 if (!Base)
276 if (const Comdat *C = Base->getComdat()) {
301 if (!Base->getSection().empty())
302 setStr(Uncommon().SectionName, Saver.save(Base->getSection()));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp116 uint64_t Base, uint32_t StartOffset) {
121 Base += StartOffset;
122 OS << format_bytes_with_ascii(Data, Base, 32, 4,
230 uint64_t Base = FoundRun.Block * File.getBlockSize() + RunOffset; local
233 OS << format_bytes_with_ascii(Data, Base, 32, 4,
115 formatBinary(StringRef Label, ArrayRef<uint8_t> Data, uint64_t Base, uint32_t StartOffset) argument
H A DMinimalTypeDumper.cpp564 BaseClassRecord &Base) {
566 P.formatLine("type = {0}, offset = {1}, attrs = {2}", Base.Type, Base.Offset,
567 memberAttributes(Base.Attrs));
572 VirtualBaseClassRecord &Base) {
576 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);
577 P.formatLine("attrs = {0}", memberAttributes(Base
563 visitKnownMember(CVMemberRecord &CVR, BaseClassRecord &Base) argument
571 visitKnownMember(CVMemberRecord &CVR, VirtualBaseClassRecord &Base) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp428 Value *Base = CI->getArgOperand(0); local
432 // Constant Base case.
433 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) {
447 // If the Base value coming from an integer type.
448 Instruction *I = dyn_cast<Instruction>(Base);
473 if (!Base->getType()->isFloatTy())
477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp75 } Base; member in struct:__anon2354::Address
82 Base.Reg = 0;
396 Addr.Base.FI = SI->second;
410 if (Addr.Base.Reg == 0)
411 Addr.Base.Reg = getRegForValue(Obj);
415 if (Addr.Base.Reg != 0)
416 MRI.setRegClass(Addr.Base.Reg, &PPC::G8RC_and_G8RC_NOX0RegClass);
418 return Addr.Base.Reg != 0;
437 ResultReg).addFrameIndex(Addr.Base.FI).addImm(0);
438 Addr.Base
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp527 BaseClassRecord &Base) {
528 printMemberAttributes(Base.getAccess(), MethodKind::Vanilla,
530 printTypeIndex("BaseType", Base.getBaseType());
531 W->printHex("BaseOffset", Base.getBaseOffset());
536 VirtualBaseClassRecord &Base) {
537 printMemberAttributes(Base.getAccess(), MethodKind::Vanilla,
539 printTypeIndex("BaseType", Base.getBaseType());
540 printTypeIndex("VBPtrType", Base.getVBPtrType());
541 W->printHex("VBPtrOffset", Base.getVBPtrOffset());
542 W->printHex("VBTableIndex", Base
526 visitKnownMember(CVMemberRecord &CVR, BaseClassRecord &Base) argument
535 visitKnownMember(CVMemberRecord &CVR, VirtualBaseClassRecord &Base) argument
[all...]

Completed in 410 milliseconds

1234567891011>>