Home
last modified time | relevance | path

Searched refs:Slots (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DParser.cpp27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
35 M ? M->getContext() : Context, Slots, UpgradeDebugInfo, in parseAssemblyInto()
42 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly()
47 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, UpgradeDebugInfo, in parseAssembly()
56 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile()
66 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots, in parseAssemblyFile()
72 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex()
78 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
87 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex()
97 Context, Slots, UpgradeDebugInf in parseAssemblyFileWithIndex()
25 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyInto() argument
41 parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssembly() argument
55 parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyFile() argument
70 parseAssemblyWithIndex( MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyWithIndex() argument
85 parseAssemblyFileWithIndex( StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyFileWithIndex() argument
102 parseAssemblyString(StringRef AsmString, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) parseAssemblyString() argument
147 parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseConstantValue() argument
159 parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseType() argument
175 parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err, const Module &M, const SlotMapping *Slots) parseTypeAtBeginning() argument
[all...]
H A DLLParser.h97 SlotMapping *Slots; member in llvm::LLParser
171 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, in LLParser()
174 Slots(Slots), BlockAddressPFS(nullptr), in LLParser()
181 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
184 const SlotMapping *Slots);
199 void restoreParsingState(const SlotMapping *Slots);
H A DLLParser.cpp78 const SlotMapping *Slots) { in parseStandaloneConstantValue()
79 restoreParsingState(Slots); in parseStandaloneConstantValue()
91 const SlotMapping *Slots) { in parseTypeAtBeginning()
92 restoreParsingState(Slots); in parseTypeAtBeginning()
106 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() argument
107 if (!Slots) in restoreParsingState()
109 NumberedVals = Slots->GlobalValues; in restoreParsingState()
110 NumberedMetadata = Slots->MetadataNodes; in restoreParsingState()
111 for (const auto &I : Slots->NamedTypes) in restoreParsingState()
114 for (const auto &I : Slots in restoreParsingState()
77 parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots) parseStandaloneConstantValue() argument
90 parseTypeAtBeginning(Type *&Ty, unsigned &Read, const SlotMapping *Slots) parseTypeAtBeginning() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
H A DParser.h37 /// \param Slots The optional slot mapping that will be initialized during
45 SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true,
57 /// \param Slots The optional slot mapping that will be initialized during
66 SlotMapping *Slots = nullptr,
87 /// \param Slots The optional slot mapping that will be initialized during
95 LLVMContext &Context, SlotMapping *Slots = nullptr,
114 /// \param Slots The optional slot mapping that will be initialized during
122 SlotMapping *Slots = nullptr,
130 /// \param Slots The optional slot mapping that will be initialized during
141 SlotMapping *Slots
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.h38 using Slots = std::array<AluInstr *, 5>;
42 using iterator = Slots::iterator;
43 using const_iterator = Slots::const_iterator;
100 Slots m_slots;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h650 Use *Slots[MaxSlots]; in sortUseList() local
656 Slots[0] = UseList; in sortUseList()
669 if (!Slots[I]) in sortUseList()
674 // Since the uses in Slots[I] originally preceded those in Current, send in sortUseList()
675 // Slots[I] in as the left parameter to maintain a stable sort. 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()
695 // Since the uses in Slots[ in sortUseList()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h757 Use *Slots[MaxSlots]; in sortUseList() local
763 Slots[0] = UseList; in sortUseList()
776 if (!Slots[I]) in sortUseList()
781 // Since the uses in Slots[I] originally preceded those in Current, send in sortUseList()
782 // Slots[I] in as the left parameter to maintain a stable sort. 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()
802 // Since the uses in Slots[ in sortUseList()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h38 unsigned Slots, Weight; member in llvm::HexagonResource
44 Slots = s & ((1u << HEXAGON_PACKET_SIZE) - 1); in setUnits()
50 unsigned getUnits() const { return (Slots); } in getUnits()
H A DHexagonMCInstrInfo.cpp414 unsigned Slots = 0; in getOtherReservedSlots() local
425 Slots |= Units; in getOtherReservedSlots()
429 return Slots; in getOtherReservedSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A 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()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc234 union Slots { in TEST() union
235 Slots() {} in TEST() function
236 ~Slots() {} in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h562 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() argument
563 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord()
564 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() argument
565 : TypeRecord(TypeRecordKind::VFTableShape), Slots(std::move(Slots)) {} in VFTableShapeRecord()
570 return Slots; in getSlots()
576 std::vector<VFTableSlotKind> Slots; member in llvm::codeview::VFTableShapeRecord
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py19 NewArgs, NewArgsWithState, Reduce, ReduceWithState, Slots, MyInt, MyList, MyDict, \
189 class Slots: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp902 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local
905 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()
908 Slots = getRegMaskSlots(); in checkRegMaskInterference()
914 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference()
915 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference()
934 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]); in checkRegMaskInterference()
H A DLiveInterval.cpp814 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const {
815 ArrayRef<SlotIndex>::iterator SlotI = Slots.begin();
816 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
H A DRegisterCoalescer.cpp3466 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap() local
3482 SlotIndex CurrentSlot = Slots.getMBBStartIdx(&MBB); in buildVRegToDbgValueMap()
3489 CurrentSlot = Slots.getInstructionIndex(MI); in buildVRegToDbgValueMap()
3495 CloseNewDVRange(Slots.getMBBEndIdx(&MBB)); in buildVRegToDbgValueMap()
H A DMachinePipeliner.cpp350 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); in preprocessPhiNodes() local
371 Slots.insertMachineInstrInMaps(*Copy); in preprocessPhiNodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h586 // provided slot indexes. Slots which occur in holes between
588 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1809 SDValue Slots[4]; in constBufferLoad() local
1818 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in constBufferLoad()
1826 SDValue Result = DAG.getBuildVector(NewVT, DL, makeArrayRef(Slots, NumElements)); in constBufferLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp549 IO.mapRequired("Slots", Record.Slots); in map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1937 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
1939 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 61 milliseconds