| /freebsd-src/contrib/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 | 93 parseStandaloneConstantValue(Constant * & C,const SlotMapping * Slots) parseStandaloneConstantValue() argument 106 parseTypeAtBeginning(Type * & Ty,unsigned & Read,const SlotMapping * Slots) parseTypeAtBeginning() argument 121 restoreParsingState(const SlotMapping * Slots) restoreParsingState() argument [all...] |
| /freebsd-src/contrib/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
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 83 const SlotIndexes *Slots = Liveness->getSlotIndexes(); in buildVRegToDbgValueMap() local
|
| /freebsd-src/contrib/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; in SlotMaskToText() local
|
| H A D | HexagonMCInstrInfo.cpp | 466 unsigned Slots = 0; in getOtherReservedSlots() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 448 DenseMap<const VPValue *, unsigned> Slots; global() variable
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 909 Use *Slots[MaxSlots]; in sortUseList() local
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord() 559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord() 571 std::vector<VFTableSlotKind> Slots; variable
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 115 SlotMapping *Slots; global() variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | FixupStatepointCallerSaved.cpp | 206 SmallVector<int, 8> Slots; member
|
| H A D | LiveDebugVariables.cpp | 1277 SlotIndexes *Slots = LIS->getSlotIndexes(); in runOnMachineFunction() local 1832 auto Slots = LIS->getSlotIndexes(); in 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 | 421 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); preprocessPhiNodes() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 500 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2147 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2466 findStackIndexInterference(SmallVectorImpl<unsigned> & Slots) findStackIndexInterference() argument
|