Home
last modified time | relevance | path

Searched defs:Slots (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDParser.cpp26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
40 SlotMapping *Slots, in parseAssemblyInto()
48 SlotMapping *Slots, in parseAssembly()
62 SlotMapping *Slots) { in parseAssemblyFile()
76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
94 SlotMapping *Slots) { in parseAssemblyWithIndex()
103 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
121 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
130 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
139 SlotMapping *Slots) { in parseAssemblyString()
[all …]
HDLLParser.cpp99 const SlotMapping *Slots) { in parseStandaloneConstantValue()
112 const SlotMapping *Slots) { in parseTypeAtBeginning()
128 const SlotMapping *Slots) { in parseDIExpressionBodyAtBeginning()
142 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMarkLastScratchLoad.cpp71 SlotIndexes &Slots = *LIS->getSlotIndexes(); in runOnMachineFunction() local
HDR600ISelLowering.cpp1683 SDValue Slots[4]; in constBufferLoad() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegColoring.cpp83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.h40 unsigned Slots, Weight; variable
HDHexagonShuffler.cpp444 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; in SlotMaskToText() local
HDHexagonMCInstrInfo.cpp466 unsigned Slots = 0; in getOtherReservedSlots() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h909 Use *Slots[MaxSlots]; in sortUseList() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
HDLLParser.h116 SlotMapping *Slots; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDFixupStatepointCallerSaved.cpp206 SmallVector<int, 8> Slots; member
HDLiveDebugVariables.cpp1277 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local
1832 auto Slots = LIS->getSlotIndexes(); in emitDebugValues() local
HDRegisterCoalescer.cpp3795 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap() local
4226 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local
HDLiveIntervals.cpp929 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local
HDMachinePipeliner.cpp440 SlotIndexes &Slots = in preprocessPhiNodes() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordMapping.cpp500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.cpp2500 SmallVectorImpl<unsigned> &Slots) { in findStackIndexInterference()