Searched defs:Slots (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp25 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback) argument
39 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) argument
48 parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) argument
60 parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots) argument
76 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots, bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback) argument
92 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots) argument
[all...]
H A DLLParser.cpp113 void LLParser::restoreParsingState(const SlotMapping *Slots) { argument
84 parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots) argument
97 parseTypeAtBeginning(Type *&Ty, unsigned &Read, const SlotMapping *Slots) argument
[all...]
H A DLLParser.h94 SlotMapping *Slots; member in class:llvm::LLParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp96 SmallVector<int, 8> Slots; member in struct:__anon3465::FrameIndexesCache::FrameIndexesPerSize
H A DLiveIntervals.cpp900 ArrayRef<SlotIndex> Slots; local
H A DRegisterCoalescer.cpp3486 const SlotIndexes &Slots = *LIS->getSlotIndexes(); local
H A DMachinePipeliner.cpp385 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp456 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h40 unsigned Slots, Weight; member in class:llvm::HexagonResource
H A DHexagonMCInstrInfo.cpp459 unsigned Slots = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h791 Use *Slots[MaxSlots]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h562 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) argument
564 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) argument
576 std::vector<VFTableSlotKind> Slots; member in class:llvm::codeview::VFTableShapeRecord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1815 SDValue Slots[4]; local

Completed in 169 milliseconds