Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h214 std::vector<StackObject> Objects; variable
354 bool hasStackObjects() const { return !Objects.empty(); } in hasStackObjects()
414 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; } in getObjectIndexEnd()
420 unsigned getNumObjects() const { return Objects.size(); } in getNumObjects()
425 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
468 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in isObjectPreAllocated()
470 return Objects[ObjectIdx+NumFixedObjects].PreAllocated; in isObjectPreAllocated()
475 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in getObjectSize()
477 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
482 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && in setObjectSize()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp57 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject()
59 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject()
69 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateSpillStackObject()
78 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca, true)); in CreateVariableSizedObject()
80 return (int)Objects.size()-NumFixedObjects-1; in CreateVariableSizedObject()
95 Objects.insert(Objects.begin(), in CreateFixedObject()
108 Objects.insert(Objects.begin(), in CreateFixedSpillStackObject()
210 if (Objects.empty()) return; in print()
217 for (unsigned i = 0, e = Objects.size(); i != e; ++i) { in print()
218 const StackObject &SO = Objects[i]; in print()
H A DScheduleDAGInstrs.cpp141 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr() argument
165 Objects.emplace_back(PSV, MayAlias); in getUnderlyingObjectsForInstr()
173 Objects.emplace_back(V, true); in getUnderlyingObjectsForInstr()
182 Objects.clear(); in getUnderlyingObjectsForInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ArgVector &Objects; variable
70 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler() argument
72 : Objects(Objects), W(W), OS(W.getOStream()) { in LVReaderHandler()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp76 Objects, [&](ValueInfo const &Info) { return Info.Kind == ValueKind; }); in lookupValueInfo()
77 if (It != Objects.end()) in lookupValueInfo()
86 Objects.emplace_back(ValueKind, cast<VarDecl>(Lookup.front())); in lookupValueInfo()
87 return &Objects.back(); in lookupValueInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp117 std::vector<std::string> Objects; in main() local
120 llvm::append_range(Objects, Objs); in main()
125 LVReaderHandler ReaderHandler(Objects, W, ReaderOptions); in main()
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devregion.c1025 ACPI_OBJECT Objects[2]; in AcpiEvExecuteOrphanRegMethod() local
1071 Args.Pointer = Objects; in AcpiEvExecuteOrphanRegMethod()
1072 Objects[0].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1073 Objects[0].Integer.Value = SpaceId; in AcpiEvExecuteOrphanRegMethod()
1074 Objects[1].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1075 Objects[1].Integer.Value = ACPI_REG_CONNECT; in AcpiEvExecuteOrphanRegMethod()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c212 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects() argument
219 switch (Objects[i].Type) in AcpiDbDeleteObjects()
223 ACPI_FREE (Objects[i].Buffer.Pointer); in AcpiDbDeleteObjects()
230 AcpiDbDeleteObjects (Objects[i].Package.Count, in AcpiDbDeleteObjects()
231 Objects[i].Package.Elements); in AcpiDbDeleteObjects()
235 ACPI_FREE (Objects[i].Package.Elements); in AcpiDbDeleteObjects()
H A Ddbnames.c1057 Info->Objects++; in AcpiDbIntegrityWalk()
1093 Info.Nodes, Info.Objects); in AcpiDbCheckIntegrity()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp43 std::vector<const Record *> Objects = R->getValueAsListOfDefs("Objects"); in HwModeSelect() local
44 for (auto [Mode, Object] : zip_equal(Modes, Objects)) { in HwModeSelect()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp906 std::vector<std::string> Objects; in main() local
910 Objects.push_back(F); in main()
912 llvm::append_range(Objects, *DsymObjectsOrErr); in main()
925 for (StringRef Object : Objects) in main()
928 for (StringRef Object : Objects) in main()
931 for (StringRef Object : Objects) in main()
934 for (StringRef Object : Objects) in main()
937 for (StringRef Object : Objects) in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp357 SmallVector<Value *, 2> Objects; in visitPtr() local
358 getUnderlyingObjectsForCodeGen(Ptr, Objects); in visitPtr()
360 for (const Value *V : Objects) in visitPtr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp662 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
684 if (auto CoffObject = dyn_cast<COFFObjectFile>(Objects.first)) { in getOrCreateModuleInfo()
690 Objects.first->sections(), [](SectionRef Section) -> bool { in getOrCreateModuleInfo()
702 if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(), in getOrCreateModuleInfo()
719 *Objects.second, DWARFContext::ProcessDebugRelocations::Process, in getOrCreateModuleInfo()
722 createModuleInfo(Objects.first, std::move(Context), ModuleName); in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp929 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
930 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
933 if (!all_of(Objects, isIdentifiedObject) && in getModRefInfoForArgument()
935 !all_of(Objects, [&](const Value *V) { in getModRefInfoForArgument()
942 if (is_contained(Objects, GV)) in getModRefInfoForArgument()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp197 SmallVectorImpl<ValueType> &Objects) const;
522 SmallVectorImpl<ValueType> &Objects) const { in getUnderlyingObjects()
531 Objects.push_back(PSV); in getUnderlyingObjects()
543 Objects.push_back(UValue); in getUnderlyingObjects()
/freebsd/crypto/openssl/doc/man3/
H A DOBJ_nid2obj.pod112 Objects in OpenSSL can have a short name, a long name and a numerical
130 Objects which are not in the table have the NID value NID_undef.
132 Objects do not need to be in the internal tables to be processed,
/freebsd/contrib/libcbor/doc/source/
H A Dtutorial.rst27 Objects can be serialized and deserialized
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h107 Objects; variable
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h480 ACPI_OBJECT *Objects);
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-object.pod53 Objects I<by value> can be used by anything that handles DER encoded
56 Objects I<by reference> need a higher level of cooperation from the
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def132 .%T Definitions of Managed Objects for Network Time Protocol Version 4: (NTPv4)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h482 SmallVectorImpl<const Value *> &Objects,
489 SmallVectorImpl<Value *> &Objects);
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp657 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
658 Objects.reserve(Inputs.size()); in write()
672 Objects.push_back(std::move(*ErrOrObj)); in write()
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst65 GNU GCS Attribute Flags in Dynamic Objects when GCS is enabled. Inherits value
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td43 // "Objects", which is a list of the same length as the list of modes.
44 // The n-th element on the Objects list will be associated with the n-th
50 "The Objects and Modes lists must be the same length";
61 list<ValueType> Objects = Ts;
70 : HwModeSelect<scalar.Modes, !size(scalar.Objects)>,
73 list<ValueType> Objects = scalar.Objects;
88 list<RegInfo> Objects = Ts;
99 list<SubRegRange> Objects = Ts;
584 list<InstructionEncoding> Objects = Ts;

123