Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp25 parseAssemblyInto(MemoryBufferRef F,Module * M,ModuleSummaryIndex * Index,SMDiagnostic & Err,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyInto() argument
39 parseAssemblyInto(MemoryBufferRef F,Module * M,ModuleSummaryIndex * Index,SMDiagnostic & Err,SlotMapping * Slots,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyInto() argument
47 parseAssembly(MemoryBufferRef F,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,DataLayoutCallbackTy DataLayoutCallback) parseAssembly() argument
61 parseAssemblyFile(StringRef Filename,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots) parseAssemblyFile() argument
75 parseAssemblyWithIndex(MemoryBufferRef F,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyWithIndex() argument
93 parseAssemblyWithIndex(MemoryBufferRef F,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots) parseAssemblyWithIndex() argument
102 parseAssemblyFileWithIndex(StringRef Filename,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,bool UpgradeDebugInfo,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyFileWithIndex() argument
120 parseAssemblyFileWithIndex(StringRef Filename,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyFileWithIndex() argument
129 parseAssemblyFileWithIndexNoUpgradeDebugInfo(StringRef Filename,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots,DataLayoutCallbackTy DataLayoutCallback) parseAssemblyFileWithIndexNoUpgradeDebugInfo() argument
138 parseAssemblyString(StringRef AsmString,SMDiagnostic & Err,LLVMContext & Context,SlotMapping * Slots) parseAssemblyString() argument
188 parseConstantValue(StringRef Asm,SMDiagnostic & Err,const Module & M,const SlotMapping * Slots) parseConstantValue() argument
200 parseType(StringRef Asm,SMDiagnostic & Err,const Module & M,const SlotMapping * Slots) parseType() argument
217 parseTypeAtBeginning(StringRef Asm,unsigned & Read,SMDiagnostic & Err,const Module & M,const SlotMapping * Slots) parseTypeAtBeginning() argument
[all...]
H A DLLParser.cpp99 const SlotMapping *Slots) { in parseStandaloneConstantValue() argument
112 const SlotMapping *Slots) { in parseTypeAtBeginning() argument
127 restoreParsingState(const SlotMapping * Slots) restoreParsingState() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp71 SlotIndexes &Slots = *LIS->getSlotIndexes(); in runOnMachineFunction() local
H A DR600ISelLowering.cpp1685 SDValue Slots[4]; constBufferLoad() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h40 unsigned Slots, Weight; variable
H A DHexagonShuffler.cpp444 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; SlotMaskToText() local
H A DHexagonMCInstrInfo.cpp466 unsigned Slots = 0; in getOtherReservedSlots() local
/llvm-project/llvm/include/llvm/IR/
H A DValue.h909 Use *Slots[MaxSlots]; sortUseList() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() argument
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() argument
571 std::vector<VFTableSlotKind> Slots; variable
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h116 SlotMapping *Slots; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp206 SmallVector<int, 8> Slots; global() member
H A DLiveDebugVariables.cpp1277 SlotIndexes *Slots = LIS->getSlotIndexes(); runOnMachineFunction() local
1832 auto Slots = LIS->getSlotIndexes(); emitDebugValues() local
H A DRegisterCoalescer.cpp3788 const SlotIndexes &Slots = *LIS->getSlotIndexes(); buildVRegToDbgValueMap() local
4219 SlotIndexes *Slots = LIS->getSlotIndexes(); runOnMachineFunction() local
H A DLiveIntervals.cpp904 ArrayRef<SlotIndex> Slots; checkRegMaskInterference() local
H A DMachinePipeliner.cpp440 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); preprocessPhiNodes() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); lowerTypeVFTableShape() local
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp1021 std::deque<StreamSlotTy> Slots; global() member
[all...]
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2467 findStackIndexInterference(SmallVectorImpl<unsigned> & Slots) findStackIndexInterference() argument