Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.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 …]
H A DLLParser.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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp71 SlotIndexes &Slots = *LIS->getSlotIndexes(); in runOnMachineFunction() local
H A DR600ISelLowering.cpp1683 SDValue Slots[4]; in constBufferLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h41 unsigned Slots, Weight; global() variable
H A DHexagonShuffler.cpp445 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; SlotMaskToText() local
H A DHexagonMCInstrInfo.cpp466 unsigned Slots = 0; in getOtherReservedSlots() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h897 Use *Slots[MaxSlots]; sortUseList() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h116 SlotMapping *Slots; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp206 SmallVector<int, 8> Slots; member
H A DLiveDebugVariables.cpp1277 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local
1832 auto Slots = LIS->getSlotIndexes(); in emitDebugValues() local
H A DRegisterCoalescer.cpp3795 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap() local
4226 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local
H A DLiveIntervals.cpp929 ArrayRef<SlotIndex> Slots; in checkRegMaskInterference() local
H A DMachinePipeliner.cpp440 SlotIndexes &Slots = in preprocessPhiNodes() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2129 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); lowerTypeVFTableShape() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2500 SmallVectorImpl<unsigned> &Slots) { in findStackIndexInterference()