Home
last modified time | relevance | path

Searched refs:Slots (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm-project/llvm/lib/AsmParser/
DParser.cpp27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
35 M ? M->getContext() : Context, Slots) in parseAssemblyInto()
41 SlotMapping *Slots, in parseAssemblyInto() argument
43 return ::parseAssemblyInto(F, M, Index, Err, Slots, in parseAssemblyInto()
49 SlotMapping *Slots, in parseAssembly() argument
54 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback)) in parseAssembly()
63 SlotMapping *Slots) { in parseAssemblyFile() argument
72 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile()
77 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() argument
85 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
[all …]
DLLParser.h94 SlotMapping *Slots; variable
165 SlotMapping *Slots = nullptr)
167 Slots(Slots), BlockAddressPFS(nullptr) {} in Context()
172 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
175 const SlotMapping *Slots);
185 void restoreParsingState(const SlotMapping *Slots);
/external/llvm/lib/AsmParser/
DParser.cpp26 SlotMapping *Slots) { in parseAssemblyInto() argument
31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run(); in parseAssemblyInto()
37 SlotMapping *Slots) { in parseAssembly() argument
41 if (parseAssemblyInto(F, *M, Err, Slots)) in parseAssembly()
50 SlotMapping *Slots) { in parseAssemblyFile() argument
59 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile()
65 SlotMapping *Slots) { in parseAssemblyString() argument
67 return parseAssembly(F, Err, Context, Slots); in parseAssemblyString()
71 const Module &M, const SlotMapping *Slots) { in parseConstantValue() argument
77 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue()
[all …]
DLLParser.h94 SlotMapping *Slots; variable
144 SlotMapping *Slots = nullptr)
146 Slots(Slots), BlockAddressPFS(nullptr) {}
149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
152 const SlotMapping *Slots);
167 void restoreParsingState(const SlotMapping *Slots);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DParser.cpp27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
35 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto()
42 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly() argument
47 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly()
56 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile() argument
66 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots, in parseAssemblyFile()
72 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex() argument
78 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
87 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex() argument
97 Context, Slots, UpgradeDebugInfo, in parseAssemblyFileWithIndex()
[all …]
DLLParser.h97 SlotMapping *Slots; variable
171 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
174 Slots(Slots), BlockAddressPFS(nullptr), in Context()
181 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
184 const SlotMapping *Slots);
199 void restoreParsingState(const SlotMapping *Slots);
/external/llvm-project/llvm/include/llvm/AsmParser/
DParser.h47 SlotMapping *Slots = nullptr);
63 SlotMapping *Slots = nullptr);
87 SlotMapping *Slots = nullptr,
93 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
115 SlotMapping *Slots = nullptr,
129 SlotMapping *Slots = nullptr);
155 SlotMapping *Slots = nullptr,
167 const SlotMapping *Slots = nullptr);
175 const SlotMapping *Slots = nullptr);
185 const Module &M, const SlotMapping *Slots = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DParser.h45 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
66 SlotMapping *Slots = nullptr,
95 LLVMContext &Context, SlotMapping *Slots = nullptr,
122 SlotMapping *Slots = nullptr,
141 SlotMapping *Slots = nullptr,
171 SMDiagnostic &Err, SlotMapping *Slots = nullptr,
184 const SlotMapping *Slots = nullptr);
192 const SlotMapping *Slots = nullptr);
202 const Module &M, const SlotMapping *Slots = nullptr);
/external/python/cpython2/Tools/framer/framer/
Dslots.py10 Slots = (Slot("ob_size"), variable
59 TP_NAME = Slots[1]
60 TP_BASICSIZE = Slots[2]
61 TP_DEALLOC = Slots[4]
62 TP_DOC = Slots[20]
63 TP_METHODS = Slots[27]
64 TP_MEMBERS = Slots[28]
/external/llvm/include/llvm/AsmParser/
DParser.h42 SlotMapping *Slots = nullptr);
58 SlotMapping *Slots = nullptr);
68 SlotMapping *Slots = nullptr);
82 SlotMapping *Slots = nullptr);
93 const SlotMapping *Slots = nullptr);
101 const SlotMapping *Slots = nullptr);
111 const Module &M, const SlotMapping *Slots = nullptr);
/external/llvm/lib/IR/
DAttributeImpl.h243 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Slots) in AttributeSetImpl()
244 : Context(C), NumSlots(Slots.size()), AvailableFunctionAttrs(0) { in AttributeSetImpl()
250 if (Slots.size() >= 2) { in AttributeSetImpl()
251 for (const std::pair<unsigned, AttributeSetNode *> *i = Slots.begin() + 1, in AttributeSetImpl()
252 *e = Slots.end(); in AttributeSetImpl()
259 std::copy(Slots.begin(), Slots.end(), getTrailingObjects<IndexAttrPair>()); in AttributeSetImpl()
265 const std::pair<unsigned, AttributeSetNode *> &Last = Slots.back(); in AttributeSetImpl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h650 Use *Slots[MaxSlots]; in sortUseList() local
656 Slots[0] = UseList; in sortUseList()
669 if (!Slots[I]) in sortUseList()
676 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList()
677 Slots[I] = nullptr; in sortUseList()
686 Slots[I] = Current; in sortUseList()
694 if (Slots[I]) in sortUseList()
697 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp178 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in writeVFTableShape() local
180 Builder.writeUInt16(Slots.size()); in writeVFTableShape()
181 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in writeVFTableShape()
182 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in writeVFTableShape()
183 if ((SlotIndex + 1) < Slots.size()) { in writeVFTableShape()
184 Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]); in writeVFTableShape()
/external/llvm/include/llvm/IR/
DValue.h640 Use *Slots[MaxSlots]; in sortUseList() local
646 Slots[0] = UseList; in sortUseList()
659 if (!Slots[I]) in sortUseList()
666 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList()
667 Slots[I] = nullptr; in sortUseList()
676 Slots[I] = Current; in sortUseList()
684 if (Slots[I]) in sortUseList()
687 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h871 Use *Slots[MaxSlots]; in sortUseList() local
877 Slots[0] = UseList; in sortUseList()
890 if (!Slots[I]) in sortUseList()
897 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList()
898 Slots[I] = nullptr; in sortUseList()
907 Slots[I] = Current; in sortUseList()
915 if (Slots[I]) in sortUseList()
918 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h757 Use *Slots[MaxSlots]; in sortUseList() local
763 Slots[0] = UseList; in sortUseList()
776 if (!Slots[I]) in sortUseList()
783 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList()
784 Slots[I] = nullptr; in sortUseList()
793 Slots[I] = Current; in sortUseList()
801 if (Slots[I]) in sortUseList()
804 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h32 unsigned Slots, Weight; variable
38 Slots = s & ~(~0U << HEXAGON_PACKET_SIZE); in setUnits()
42 unsigned getUnits() const { return (Slots); }; in getUnits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h38 unsigned Slots, Weight; variable
44 Slots = s & ((1u << HEXAGON_PACKET_SIZE) - 1); in setUnits()
50 unsigned getUnits() const { return (Slots); } in getUnits()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h40 unsigned Slots, Weight; variable
46 Slots = s & ((1u << HEXAGON_PACKET_SIZE) - 1); in setUnits()
55 unsigned getUnits() const { return (Slots); } in getUnits()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h306 DenseMap<const VPValue *, unsigned> Slots; variable
323 auto I = Slots.find(V); in getSlot()
324 if (I == Slots.end()) in getSlot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp455 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
456 Size = Slots.size(); in visitKnownRecord()
459 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in visitKnownRecord()
460 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord()
461 if ((SlotIndex + 1) < Slots.size()) { in visitKnownRecord()
462 Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]); in visitKnownRecord()
471 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord()
473 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp456 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
457 Size = Slots.size(); in visitKnownRecord()
460 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in visitKnownRecord()
461 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord()
462 if ((SlotIndex + 1) < Slots.size()) { in visitKnownRecord()
463 Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]); in visitKnownRecord()
472 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord()
474 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc233 union Slots { in TEST() union
234 Slots() {} in TEST() function
235 ~Slots() {} in TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory_test.cc233 union Slots { in TEST() union
234 Slots() {} in TEST() function
235 ~Slots() {} in TEST()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc233 union Slots { in TEST() union
234 Slots() {} in TEST() function
235 ~Slots() {} in TEST()

1234