HomeSort by: relevance | last modified time | path
    Searched refs:SlotMapping (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
Parser.h 27 struct SlotMapping;
47 SlotMapping *Slots = nullptr);
63 SlotMapping *Slots = nullptr);
87 SlotMapping *Slots = nullptr,
93 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
115 SlotMapping *Slots = nullptr,
129 SlotMapping *Slots = nullptr);
155 SlotMapping *Slots = nullptr,
167 const SlotMapping *Slots = nullptr);
175 const SlotMapping *Slots = nullptr)
    [all...]
SlotMapping.h 1 //===-- SlotMapping.h - Slot number mapping for unnamed values --*- C++ -*-===//
9 // This file contains the declaration of the SlotMapping struct.
32 struct SlotMapping {
LLParser.h 38 struct SlotMapping;
94 SlotMapping *Slots;
165 SlotMapping *Slots = nullptr)
172 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
175 const SlotMapping *Slots);
185 void restoreParsingState(const SlotMapping *Slots);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMIRFormatter.h 30 struct SlotMapping;
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
Parser.cpp 27 SlotMapping *Slots, bool UpgradeDebugInfo,
41 SlotMapping *Slots,
49 SlotMapping *Slots,
63 SlotMapping *Slots) {
77 LLVMContext &Context, SlotMapping *Slots,
95 SlotMapping *Slots) {
103 LLVMContext &Context, SlotMapping *Slots,
121 LLVMContext &Context, SlotMapping *Slots,
130 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) {
139 SlotMapping *Slots)
    [all...]
LLParser.cpp 20 #include "llvm/AsmParser/SlotMapping.h"
86 const SlotMapping *Slots) {
99 const SlotMapping *Slots) {
114 void LLParser::restoreParsingState(const SlotMapping *Slots) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIParser.h 28 struct SlotMapping;
164 const SlotMapping &IRSlots;
179 const SlotMapping &IRSlots,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp 131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u);
156 SlotMapping[I] = New;
172 unsigned New = SlotMapping[I];
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRFormatter.h 27 struct SlotMapping;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackSlotColoring.cpp 123 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping,
322 SmallVector<int, 16> SlotMapping(NumObjs, -1);
334 SlotMapping[SS] = NewSS;
361 int NewFI = SlotMapping[SS];
374 RewriteInstruction(MI, SlotMapping, MF);
394 SmallVectorImpl<int> &SlotMapping,
404 int NewFI = SlotMapping[OldFI];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 20 #include "llvm/AsmParser/SlotMapping.h"
57 SlotMapping IRSlots;
MIParser.cpp 28 #include "llvm/AsmParser/SlotMapping.h"
320 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T)

Completed in 26 milliseconds