Home
last modified time | relevance | path

Searched refs:FrameIndex (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp57 int &FrameIndex) const { in isLoadFromStackSlot()
63 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
76 int &FrameIndex) const { in isStoreToStackSlot()
82 FrameIndex = MI.getOperand(1).getIndex(); in isStoreToStackSlot()
284 int FrameIndex, in storeRegToStackSlot() argument
290 unsigned Align = MFI.getObjectAlignment(FrameIndex); in storeRegToStackSlot()
293 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
294 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), Align); in storeRegToStackSlot()
302 << " to FrameIndex=" << FrameIndex << "\n"); in storeRegToStackSlot()
305 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp64 int &FrameIndex) const { in isLoadFromStackSlot()
71 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
84 int &FrameIndex) const { in isStoreToStackSlot()
91 FrameIndex = MI.getOperand(1).getIndex(); in isStoreToStackSlot()
362 int FrameIndex, in storeRegToStackSlot() argument
372 MachinePointerInfo::getFixedStack(*MF, FrameIndex), in storeRegToStackSlot()
373 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
374 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
377 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
384 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
[all …]
DXCoreInstrInfo.h43 int &FrameIndex) const override;
51 int &FrameIndex) const override;
72 unsigned SrcReg, bool isKill, int FrameIndex,
78 unsigned DestReg, int FrameIndex,
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp64 int &FrameIndex) const { in isLoadFromStackSlot()
71 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
84 int &FrameIndex) const { in isStoreToStackSlot()
91 FrameIndex = MI.getOperand(1).getIndex(); in isStoreToStackSlot()
358 int FrameIndex, in storeRegToStackSlot() argument
368 MachinePointerInfo::getFixedStack(*MF, FrameIndex), in storeRegToStackSlot()
369 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
370 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
373 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
380 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
[all …]
DXCoreInstrInfo.h43 int &FrameIndex) const override;
51 int &FrameIndex) const override;
70 unsigned SrcReg, bool isKill, int FrameIndex,
76 unsigned DestReg, int FrameIndex,
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp64 int &FrameIndex) const { in isLoadFromStackSlot()
70 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
83 int &FrameIndex) const { in isStoreToStackSlot()
89 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
104 int FrameIndex, in storeRegToStackSlot() argument
117 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
118 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
119 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
131 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
139 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h70 SmallVector<int, 1> FrameIndex; /// Frame index. variable
83 assert(FrameIndex.empty() && "Already initialized?"); in initializeMMI()
90 FrameIndex.push_back(FI); in initializeMMI()
96 assert(FrameIndex.empty() && "Already initialized?"); in initializeDbgValue()
122 ArrayRef<int> getFrameIndex() const { return FrameIndex; } in getFrameIndex()
130 assert(!FrameIndex.empty() && "Expected an MMI entry"); in addMMIEntry()
131 assert(!V.FrameIndex.empty() && "Expected an MMI entry"); in addMMIEntry()
132 assert(Expr.size() == FrameIndex.size() && "Mismatched expressions"); in addMMIEntry()
133 assert(V.Expr.size() == V.FrameIndex.size() && "Mismatched expressions"); in addMMIEntry()
136 FrameIndex.append(V.FrameIndex.begin(), V.FrameIndex.end()); in addMMIEntry()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h121 int &FrameIndex) const { in isLoadFromStackSlot() argument
129 int &FrameIndex) const { in isLoadFromStackSlotPostFE() argument
142 int &FrameIndex) const { in hasLoadFromStackSlot() argument
152 int &FrameIndex) const { in isStoreToStackSlot() argument
160 int &FrameIndex) const { in isStoreToStackSlotPostFE() argument
172 int &FrameIndex) const { in hasStoreToStackSlot() argument
371 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot() argument
383 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
423 int FrameIndex) const;
439 int FrameIndex) const { in foldMemoryOperandImpl() argument
[all …]
/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp103 unsigned OpNo, int FrameIndex, in eliminateFI() argument
125 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex); in eliminateFI()
126 bool IsISRRegFI = MipsFI->isISRRegFI(FrameIndex); in eliminateFI()
137 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI || in eliminateFI()
141 if (MFI->hasVarSizedObjects() && !MFI->isFixedObjectIndex(FrameIndex)) in eliminateFI()
143 else if (MFI->isFixedObjectIndex(FrameIndex)) in eliminateFI()
DMipsInstrInfo.h99 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot() argument
102 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0); in storeRegToStackSlot()
107 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
110 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0); in loadRegFromStackSlot()
115 unsigned SrcReg, bool isKill, int FrameIndex,
122 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMachineFunctionInfo.h147 const char* getFrameSymbol(int FrameIndex) { in getFrameSymbol() argument
148 if (FrameSymbols.count(FrameIndex)) { in getFrameSymbol()
149 return FrameSymbols.lookup(FrameIndex).c_str(); in getFrameSymbol()
152 Name += utostr(FrameIndex); in getFrameSymbol()
157 FrameSymbols[FrameIndex] = Name; in getFrameSymbol()
158 return FrameSymbols[FrameIndex].c_str(); in getFrameSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp84 int &FrameIndex) const { in isLoadFromStackSlot()
90 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
103 int &FrameIndex) const { in isStoreToStackSlot()
109 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
124 int FrameIndex, in storeRegToStackSlot() argument
140 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
141 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
142 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
154 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
162 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp147 unsigned OpNo, int FrameIndex, in eliminateFI() argument
169 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex); in eliminateFI()
170 bool IsISRRegFI = MipsFI->isISRRegFI(FrameIndex); in eliminateFI()
181 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI || in eliminateFI()
185 if (MFI.hasVarSizedObjects() && !MFI.isFixedObjectIndex(FrameIndex)) in eliminateFI()
187 else if (MFI.isFixedObjectIndex(FrameIndex)) in eliminateFI()
DMipsInstrInfo.h115 unsigned SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot() argument
118 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0); in storeRegToStackSlot()
123 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
126 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0); in loadRegFromStackSlot()
131 unsigned SrcReg, bool isKill, int FrameIndex,
138 unsigned DestReg, int FrameIndex,
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h107 unsigned FrameIndex) const;
109 unsigned FrameIndex) const;
111 unsigned FrameIndex) const;
113 unsigned FrameIndex) const;
115 unsigned FrameIndex) const;
117 unsigned FrameIndex) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h110 unsigned FrameIndex) const;
112 unsigned FrameIndex) const;
114 unsigned FrameIndex) const;
116 unsigned FrameIndex) const;
118 unsigned FrameIndex) const;
120 unsigned FrameIndex) const;
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {} in FrameIndex() function
48 int FrameIndex; member
125 if (I->FrameIndex == FI) in isScavengingFrameIndex()
135 if (I->FrameIndex >= 0) in getScavengingFrameIndices()
136 A.push_back(I->FrameIndex); in getScavengingFrameIndices()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.h55 int &FrameIndex) const;
63 int &FrameIndex) const;
85 unsigned SrcReg, bool isKill, int FrameIndex,
91 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.h37 int &FrameIndex) const;
39 int &FrameIndex) const;
51 unsigned SrcReg, bool isKill, int FrameIndex,
57 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.h43 int &FrameIndex) const;
45 int &FrameIndex) const;
55 unsigned SrcReg, bool isKill, int FrameIndex,
62 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.h37 int &FrameIndex) const;
40 int &FrameIndex) const;
57 int FrameIndex,
69 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h170 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
175 int &FrameIndex) const;
177 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
182 int &FrameIndex) const;
227 unsigned SrcReg, bool isKill, int FrameIndex,
240 unsigned DestReg, int FrameIndex,
268 int FrameIndex) const;
370 int &FrameIndex) const;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.h42 int &FrameIndex) const;
50 int &FrameIndex) const;
71 unsigned SrcReg, bool isKill, int FrameIndex,
77 unsigned DestReg, int FrameIndex,
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRegisterInfo.cpp146 int FrameIndex = MI.getOperand(i).getIndex(); in eliminateFrameIndex() local
148 int spOffset = MFI->getObjectOffset(FrameIndex); in eliminateFrameIndex()
151 dbgs() << "FrameIndex : " << FrameIndex << "\n" in eliminateFrameIndex()
154 << "isFixed : " << MFI->isFixedObjectIndex(FrameIndex) << "\n" in eliminateFrameIndex()
155 << "isLiveIn : " << MBlazeFI->isLiveIn(FrameIndex) << "\n" in eliminateFrameIndex()
156 << "isSpill : " << MFI->isSpillSlotObjectIndex(FrameIndex) in eliminateFrameIndex()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h42 int &FrameIndex) const override;
45 int &FrameIndex) const override;
48 int &FrameIndex) const override;
57 unsigned SourceRegister, bool IsKill, int FrameIndex,
64 unsigned DestinationRegister, int FrameIndex,

12345678910>>...12