/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 25 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 D | LLParser.cpp | 99 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 D | AMDGPUMarkLastScratchLoad.cpp | 71 SlotIndexes &Slots = *LIS->getSlotIndexes(); in runOnMachineFunction() local
|
H A D | R600ISelLowering.cpp | 1685 SDValue Slots[4]; constBufferLoad() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 40 unsigned Slots, Weight; variable
|
H A D | HexagonShuffler.cpp | 444 SmallVector<std::string, HEXAGON_PRESHUFFLE_PACKET_SIZE> Slots; SlotMaskToText() local
|
H A D | HexagonMCInstrInfo.cpp | 466 unsigned Slots = 0; in getOtherReservedSlots() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 909 Use *Slots[MaxSlots]; sortUseList() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 557 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 D | LLParser.h | 116 SlotMapping *Slots; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 206 SmallVector<int, 8> Slots; global() member
|
H A D | LiveDebugVariables.cpp | 1277 SlotIndexes *Slots = LIS->getSlotIndexes(); runOnMachineFunction() local 1832 auto Slots = LIS->getSlotIndexes(); emitDebugValues() local
|
H A D | RegisterCoalescer.cpp | 3788 const SlotIndexes &Slots = *LIS->getSlotIndexes(); buildVRegToDbgValueMap() local 4219 SlotIndexes *Slots = LIS->getSlotIndexes(); runOnMachineFunction() local
|
H A D | LiveIntervals.cpp | 904 ArrayRef<SlotIndex> Slots; checkRegMaskInterference() local
|
H A D | MachinePipeliner.cpp | 440 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); preprocessPhiNodes() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); lowerTypeVFTableShape() local
|
/llvm-project/offload/plugins-nextgen/amdgpu/src/ |
H A D | rtl.cpp | 1021 std::deque<StreamSlotTy> Slots; global() member [all...] |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2467 findStackIndexInterference(SmallVectorImpl<unsigned> & Slots) findStackIndexInterference() argument
|