| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 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 96 return ::parseAssemblyWithIndex(F, Err, Context, Slots, in parseAssemblyWithIndex() 141 return parseAssembly(F, Err, Context, Slots); in parseAssemblyString() 189 .parseStandaloneConstantValue(C, Slots)) in parseConstantValue() 195 const SlotMapping *Slots) { in parseType() argument 197 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType() 212 const SlotMapping *Slots) { in parseTypeAtBeginning() argument [all …]
|
| H A D | LLParser.cpp | 87 restoreParsingState(Slots); in parseStandaloneConstantValue() 100 restoreParsingState(Slots); in parseTypeAtBeginning() 114 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() argument 115 if (!Slots) in restoreParsingState() 117 NumberedVals = Slots->GlobalValues; in restoreParsingState() 118 NumberedMetadata = Slots->MetadataNodes; in restoreParsingState() 119 for (const auto &I : Slots->NamedTypes) in restoreParsingState() 122 for (const auto &I : Slots->Types) in restoreParsingState() 263 if (!Slots) in validateEndOfModule() 268 Slots->GlobalValues = std::move(NumberedVals); in validateEndOfModule() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 47 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);
|
| H A D | LLParser.h | 94 SlotMapping *Slots; variable 150 SlotMapping *Slots = nullptr) 152 Slots(Slots), BlockAddressPFS(nullptr) {} in Context() 157 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 160 const SlotMapping *Slots); 170 void restoreParsingState(const SlotMapping *Slots);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 887 Use *Slots[MaxSlots]; in sortUseList() local 893 Slots[0] = UseList; in sortUseList() 906 if (!Slots[I]) in sortUseList() 913 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList() 914 Slots[I] = nullptr; in sortUseList() 923 Slots[I] = Current; in sortUseList() 931 if (Slots[I]) in sortUseList() 934 UseList = mergeUseLists(Slots[I], UseList, Cmp); in sortUseList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 40 unsigned Slots, Weight; variable 46 Slots = s & ((1u << HEXAGON_PACKET_SIZE) - 1); in setUnits() 55 unsigned getUnits() const { return (Slots); } in getUnits()
|
| H A D | HexagonMCInstrInfo.cpp | 459 unsigned Slots = 0; in getOtherReservedSlots() local 470 Slots |= Units; in getOtherReservedSlots() 474 return Slots; in getOtherReservedSlots()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 481 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local 482 Size = Slots.size(); in visitKnownRecord() 485 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in visitKnownRecord() 486 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() 487 if ((SlotIndex + 1) < Slots.size()) { in visitKnownRecord() 488 Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]); in visitKnownRecord() 497 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord() 499 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 412 DenseMap<const VPValue *, unsigned> Slots; variable 425 auto I = Slots.find(V); in getSlot() 426 if (I == Slots.end()) in getSlot()
|
| H A D | VPlan.cpp | 1447 assert(Slots.find(V) == Slots.end() && "VPValue already has a slot!"); in assignSlot() 1448 Slots[V] = NextSlot++; in assignSlot()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeVTShape.cpp | 35 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | FixupStatepointCallerSaved.cpp | 205 SmallVector<int, 8> Slots; member 269 while (Line.Index < Line.Slots.size()) { in getFrameIndex() 270 int FI = Line.Slots[Line.Index++]; in getFrameIndex() 284 Line.Slots.push_back(FI); in getFrameIndex()
|
| H A D | LiveDebugVariables.cpp | 1279 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local 1285 SlotIndex SI = Slots->getMBBStartIdx(MBB); in runOnMachineFunction() 1844 auto Slots = LIS->getSlotIndexes(); in emitDebugValues() local 1853 MachineBasicBlock *OrigMBB = Slots->getMBBFromIndex(Slot); in emitDebugValues() 1895 if (Idx == Slots->getMBBStartIdx(P.MBB)) { in emitDebugValues() 1902 if (MachineInstr *Pos = Slots->getInstructionFromIndex(Idx)) { in emitDebugValues() 1910 SlotIndex End = Slots->getMBBEndIdx(P.MBB); in emitDebugValues() 1911 for (; Idx < End; Idx = Slots->getNextNonNullIndex(Idx)) { in emitDebugValues() 1912 Pos = Slots->getInstructionFromIndex(Idx); in emitDebugValues()
|
| H A D | LiveIntervals.cpp | 921 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local 924 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference() 927 Slots = getRegMaskSlots(); in checkRegMaskInterference() 933 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference() 934 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() 957 unionBitMask(SlotI - Slots.begin()); in checkRegMaskInterference() 965 unionBitMask(SlotI++ - Slots.begin()); in checkRegMaskInterference()
|
| H A D | LiveInterval.cpp | 814 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const { in isLiveAtIndexes() 815 ArrayRef<SlotIndex>::iterator SlotI = Slots.begin(); in isLiveAtIndexes() 816 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes()
|
| H A D | RegisterCoalescer.cpp | 3704 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap() local 3724 SlotIndex CurrentSlot = Slots.getMBBStartIdx(&MBB); in buildVRegToDbgValueMap() 3733 CurrentSlot = Slots.getInstructionIndex(MI); in buildVRegToDbgValueMap() 3739 CloseNewDVRange(Slots.getMBBEndIdx(&MBB)); in buildVRegToDbgValueMap() 4134 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local 4139 SlotIndex SI = Slots->getMBBStartIdx(MBB); in runOnMachineFunction()
|
| H A D | MachinePipeliner.cpp | 387 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); in preprocessPhiNodes() local 408 Slots.insertMachineInstrInMaps(*Copy); in preprocessPhiNodes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 556 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() argument 557 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord() 558 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() argument 559 : TypeRecord(TypeRecordKind::VFTableShape), Slots(std::move(Slots)) {} in VFTableShapeRecord() 564 return Slots; in getSlots() 570 std::vector<VFTableSlotKind> Slots; variable
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcasp-audio.txt | 17 - tdm-slots : Slots for TDM operation. Indicates number of channels transmitted
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.td | 43 // Rd - Slots in the FP register file for 64-bit floating-point values. 50 // Rq - Slots in the FP register file for 128-bit floating-point values.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 589 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1720 SDValue Slots[4]; in constBufferLoad() local 1729 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in constBufferLoad() 1737 SDValue Result = DAG.getBuildVector(NewVT, DL, makeArrayRef(Slots, NumElements)); in constBufferLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 554 IO.mapRequired("Slots", Record.Slots); in map()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1988 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape() local 1990 VFTableShapeRecord VFTSR(Slots); in lowerTypeVFTableShape()
|