/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument 34 M ? M->getContext() : OptContext.emplace(), Slots) in parseAssemblyInto() 40 SlotMapping *Slots, in parseAssemblyInto() argument 42 return ::parseAssemblyInto(F, M, Index, Err, Slots, in parseAssemblyInto() 48 SlotMapping *Slots, in parseAssembly() argument 53 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback)) in parseAssembly() 62 SlotMapping *Slots) { in parseAssemblyFile() argument 71 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile() 76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() argument 84 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex() [all …]
|
H A D | LLParser.cpp | 99 const SlotMapping *Slots) { in parseStandaloneConstantValue() argument 100 restoreParsingState(Slots); in parseStandaloneConstantValue() 112 const SlotMapping *Slots) { in parseTypeAtBeginning() argument 113 restoreParsingState(Slots); in parseTypeAtBeginning() 128 const SlotMapping *Slots) { in parseDIExpressionBodyAtBeginning() argument 129 restoreParsingState(Slots); in parseDIExpressionBodyAtBeginning() 142 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState() argument 143 if (!Slots) in restoreParsingState() 145 NumberedVals = Slots->GlobalValues; in restoreParsingState() 146 NumberedMetadata = Slots->MetadataNodes; in restoreParsingState() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | Parser.h | 49 SlotMapping *Slots = nullptr); 65 SlotMapping *Slots = nullptr); 89 SlotMapping *Slots = nullptr, 97 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback); 130 SlotMapping *Slots = nullptr, 146 SlotMapping *Slots = nullptr); 172 SlotMapping *Slots = nullptr, 186 const SlotMapping *Slots = nullptr); 194 const SlotMapping *Slots = nullptr); 204 const Module &M, const SlotMapping *Slots = nullptr); [all …]
|
H A D | LLParser.h | 116 SlotMapping *Slots; variable 189 SlotMapping *Slots = nullptr) 191 Lex(F, SM, Err, Context), M(M), Index(Index), Slots(Slots), in Context() 199 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots); 202 const SlotMapping *Slots); 205 const SlotMapping *Slots); 218 void restoreParsingState(const SlotMapping *Slots);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 909 Use *Slots[MaxSlots]; in sortUseList() 915 Slots[0] = UseList; in sortUseList() 928 if (!Slots[I]) in sortUseList() 933 // Since the uses in Slots[I] originally preceded those in Current, send in sortUseList() 934 // Slots[I] in as the left parameter to maintain a stable sort. in sortUseList() 935 Current = mergeUseLists(Slots[I], Current, Cmp); in sortUseList() 936 Slots[I] = nullptr; in sortUseList() 945 Slots[I] = Current; in sortUseList() 953 if (Slots[I]) 954 // Since the uses in Slots[ 897 Use *Slots[MaxSlots]; sortUseList() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local 103 SlotIndex CurrentSlot = Slots->getMBBStartIdx(&MBB); in buildVRegToDbgValueMap() 112 CurrentSlot = Slots->getInstructionIndex(MI); in buildVRegToDbgValueMap() 118 CloseNewDVRange(Slots->getMBBEndIdx(&MBB)); in buildVRegToDbgValueMap()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 40 unsigned Slots, Weight; 46 Slots = s & ((1u << HEXAGON_PACKET_SIZE) - 1); in setUnits() 55 unsigned getUnits() const { return (Slots); } 41 unsigned Slots, Weight; global() variable
|
H A D | HexagonShuffler.cpp | 444 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; in SlotMaskToText() 447 Slots.push_back(utostr(SlotNum)); in SlotMaskToText() 449 return llvm::join(Slots, StringRef(", ")); in SlotMaskToText() 445 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; SlotMaskToText() local
|
H A D | HexagonMCInstrInfo.cpp | 466 unsigned Slots = 0; in getOtherReservedSlots() local 477 Slots |= Units; in getOtherReservedSlots() 481 return Slots; in getOtherReservedSlots()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 71 SlotIndexes &Slots = *LIS->getSlotIndexes(); in runOnMachineFunction() local 99 SlotIndex NextSlot = Slots.getNextNonNullIndex(Segment.end); in runOnMachineFunction()
|
H A D | R600ISelLowering.cpp | 1683 SDValue Slots[4]; in constBufferLoad() local 1692 Slots[i] = DAG.getNode(AMDGPUISD::CONST_ADDRESS, DL, MVT::i32, NewPtr); in constBufferLoad() 1700 SDValue Result = DAG.getBuildVector(NewVT, DL, ArrayRef(Slots, NumElements)); in constBufferLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local 501 Size = Slots.size(); in visitKnownRecord() 504 for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) { in visitKnownRecord() 505 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() 506 if ((SlotIndex + 1) < Slots.size()) { in visitKnownRecord() 507 Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]); in visitKnownRecord() 516 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord() 518 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 206 SmallVector<int, 8> Slots; member 270 while (Line.Index < Line.Slots.size()) { in getFrameIndex() 271 int FI = Line.Slots[Line.Index++]; in getFrameIndex() 285 Line.Slots.push_back(FI); in getFrameIndex()
|
H A D | LiveDebugVariables.cpp | 1277 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local 1283 SlotIndex SI = Slots->getMBBStartIdx(MBB); in runOnMachineFunction() 1832 auto Slots = LIS->getSlotIndexes(); in emitDebugValues() local 1841 MachineBasicBlock *OrigMBB = Slots->getMBBFromIndex(Slot); in emitDebugValues() 1923 if (Idx == Slots->getMBBStartIdx(MBB)) { in emitDebugValues() 1930 if (MachineInstr *Pos = Slots->getInstructionFromIndex(Idx)) { in emitDebugValues() 1938 SlotIndex End = Slots->getMBBEndIdx(MBB); in emitDebugValues() 1939 for (; Idx < End; Idx = Slots->getNextNonNullIndex(Idx)) { in emitDebugValues() 1940 Pos = Slots->getInstructionFromIndex(Idx); in emitDebugValues()
|
H A D | LiveIntervals.cpp | 929 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local 932 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference() 935 Slots = getRegMaskSlots(); in checkRegMaskInterference() 941 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference() 942 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() 965 unionBitMask(SlotI - Slots.begin()); in checkRegMaskInterference() 973 unionBitMask(SlotI++ - Slots.begin()); in checkRegMaskInterference()
|
H A D | LiveInterval.cpp | 803 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const { in isLiveAtIndexes() 804 ArrayRef<SlotIndex>::iterator SlotI = Slots.begin(); in isLiveAtIndexes() 805 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes()
|
H A D | RegisterCoalescer.cpp | 3795 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap() local 3815 SlotIndex CurrentSlot = Slots.getMBBStartIdx(&MBB); in buildVRegToDbgValueMap() 3824 CurrentSlot = Slots.getInstructionIndex(MI); in buildVRegToDbgValueMap() 3830 CloseNewDVRange(Slots.getMBBEndIdx(&MBB)); in buildVRegToDbgValueMap() 4226 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local 4231 SlotIndex SI = Slots->getMBBStartIdx(MBB); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() argument 558 : TypeRecord(TypeRecordKind::VFTableShape), SlotsRef(Slots) {} in VFTableShapeRecord() 559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() argument 560 : TypeRecord(TypeRecordKind::VFTableShape), Slots(std::move(Slots)) {} in VFTableShapeRecord() 565 return Slots; in getSlots() 571 std::vector<VFTableSlotKind> Slots; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeVTShape.cpp | 38 uint32_t NativeTypeVTShape::getCount() const { return Record.Slots.size(); } in getCount()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcasp-audio.txt | 18 - tdm-slots : Slots for TDM operation. Indicates number of channels transmitted
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.td | 49 // Rd - Slots in the FP register file for 64-bit floating-point values. 56 // Rq - Slots in the FP register file for 128-bit floating-point values.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 598 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2500 SmallVectorImpl<unsigned> &Slots) { in findStackIndexInterference() argument 2514 Slots.push_back(It->second); in findStackIndexInterference() 2521 Slots.push_back(Pair.second); in findStackIndexInterference()
|
H A D | InstrRefBasedImpl.h | 1372 void findStackIndexInterference(SmallVectorImpl<unsigned> &Slots);
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 558 IO.mapRequired("Slots", Record.Slots); in map()
|