Searched refs:Objects (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h155 /// objects. Objects with differing stack IDs should not be merged or
212 std::vector<StackObject> Objects; member in class:llvm::MachineFrameInfo
216 /// Objects list, this is also the index to the 0th object in the list.
240 /// offsets for all of the fixed size objects, updating the Objects list
350 bool hasStackObjects() const { return !Objects.empty(); }
410 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
416 unsigned getNumObjects() const { return Objects.size(); }
421 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true;
464 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
466 return Objects[ObjectId
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp57 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca,
59 int Index = (int)Objects.size() - NumFixedObjects - 1;
69 int Index = (int)Objects.size() - NumFixedObjects - 1;
78 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca, true));
80 return (int)Objects.size()-NumFixedObjects-1;
95 Objects.insert(Objects.begin(),
108 Objects.insert(Objects.begin(),
213 if (Objects
[all...]
H A DScheduleDAGInstrs.cpp132 UnderlyingObjectsVector &Objects,
156 Objects.emplace_back(PSV, MayAlias);
164 Objects.emplace_back(V, true);
173 Objects.clear();
130 getUnderlyingObjectsForInstr(const MachineInstr *MI, const MachineFrameInfo &MFI, UnderlyingObjectsVector &Objects, const DataLayout &DL) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h42 ArgVector &Objects; member in class:llvm::logicalview::LVReaderHandler
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, argument
71 : Objects(Objects), W(W), OS(W.getOStream()) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp46 std::vector<Record*> Objects = R->getValueAsListOfDefs("Objects"); local
47 if (Modes.size() != Objects.size()) {
49 " derived from HwModeSelect: the lists Modes and Objects should "
55 Items.push_back(std::make_pair(ModeId, Objects[i]));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp117 std::vector<std::string> Objects; local
120 Objects.insert(Objects.end(), Objs.begin(), Objs.end());
125 LVReaderHandler ReaderHandler(Objects, W, ReaderOptions);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp76 Objects, [&](ValueInfo const &Info) { return Info.Kind == ValueKind; });
77 if (It != Objects.end())
86 Objects.emplace_back(ValueKind, cast<VarDecl>(Lookup.front()));
87 return &Objects.back();
/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devregion.c1025 ACPI_OBJECT Objects[2]; local
1071 Args.Pointer = Objects;
1072 Objects[0].Type = ACPI_TYPE_INTEGER;
1073 Objects[0].Integer.Value = SpaceId;
1074 Objects[1].Type = ACPI_TYPE_INTEGER;
1075 Objects[1].Integer.Value = ACPI_REG_CONNECT;
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c200 * Objects - Array of ACPI_OBJECTs to be deleted
212 ACPI_OBJECT *Objects)
219 switch (Objects[i].Type)
223 ACPI_FREE (Objects[i].Buffer.Pointer);
230 AcpiDbDeleteObjects (Objects[i].Package.Count,
231 Objects[i].Package.Elements);
235 ACPI_FREE (Objects[i].Package.Elements);
210 AcpiDbDeleteObjects( UINT32 Count, ACPI_OBJECT *Objects) argument
H A Ddbnames.c216 * Arguments for the Objects command
924 "Objects of type [%s] defined in the current ACPI Namespace:\n",
1052 Info->Objects++;
1087 AcpiOsPrintf ("Verified %u namespace nodes with %u Objects\n",
1088 Info.Nodes, Info.Objects);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp857 std::vector<std::string> Objects; local
861 Objects.push_back(F);
863 llvm::append_range(Objects, *DsymObjectsOrErr);
871 for (StringRef Object : Objects)
874 for (StringRef Object : Objects)
877 for (StringRef Object : Objects)
880 for (StringRef Object : Objects)
883 for (StringRef Object : Objects)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp357 SmallVector<Value *, 2> Objects; local
358 getUnderlyingObjectsForCodeGen(Ptr, Objects);
360 for (const Value *V : Objects)
H A DInlineFunction.cpp1219 // repeated in the Objects list.
1225 SmallVector<const Value *, 4> Objects; local
1226 getUnderlyingObjects(V, Objects, /* LI = */ nullptr);
1228 for (const Value *O : Objects)
H A DCodeExtractor.cpp1107 // Emit lifetime markers for the pointers given in \p Objects. Insert the
1109 auto insertMarkers = [&](Intrinsic::ID MarkerFunc, ArrayRef<Value *> Objects,
1111 for (Value *Mem : Objects) {
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h107 Objects; member in class:clang::ComparisonCategoryType::ComparisonCategoryResult::ComparisonCategoryInfo
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacdebug.h480 ACPI_OBJECT *Objects);
H A Daclocal.h1565 UINT32 Objects; member in struct:acpi_integrity_info
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp628 ObjectPair Objects = ObjectsOrErr.get(); local
633 if (auto CoffObject = dyn_cast<COFFObjectFile>(Objects.first)) {
644 if (auto Err = loadDataForEXE(ReaderType, Objects.first->getFileName(),
660 *Objects.second, DWARFContext::ProcessDebugRelocations::Process,
663 createModuleInfo(Objects.first, std::move(Context), ModuleName);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp906 SmallVector<const Value*, 4> Objects; local
907 getUnderlyingObjects(A, Objects);
910 if (!all_of(Objects, isIdentifiedObject) &&
912 !all_of(Objects, [&](const Value *V) {
919 if (is_contained(Objects, GV))
H A DValueTracking.cpp5957 SmallVectorImpl<const Value *> &Objects,
5990 Objects.push_back(P);
5994 Objects.push_back(P);
6030 SmallVectorImpl<Value *> &Objects) {
6053 Objects.clear();
6056 Objects.push_back(const_cast<Value *>(V));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp199 SmallVectorImpl<ValueType> &Objects) const;
526 SmallVectorImpl<ValueType> &Objects) const {
535 Objects.push_back(PSV);
547 Objects.push_back(UValue);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp278 for (std::string &Object : Objects) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h716 SmallVectorImpl<const Value *> &Objects,
722 SmallVectorImpl<Value *> &Objects);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp156 Address Objects = CreateMemTemp(ElementArrayType, "objects"); local
173 LValue LV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),
191 LValue ValueLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),
207 Args.add(RValue::get(Objects.getPointer()), ArgQT);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4149 std::vector<FrameObject> &Objects; member in class:__anon2197::GroupBuilder
4152 GroupBuilder(std::vector<FrameObject> &Objects) : Objects(Objects) {} argument
4161 Objects[Index].GroupIndex = NextGroupIndex;
4172 // Objects at a lower index are closer to FP; objects at a higher index are

Completed in 426 milliseconds

12