/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 57 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/ |
D | XCoreInstrInfo.cpp | 64 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 …]
|
D | XCoreInstrInfo.h | 43 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/ |
D | XCoreInstrInfo.cpp | 64 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 …]
|
D | XCoreInstrInfo.h | 43 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/ |
D | AVRInstrInfo.cpp | 64 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/ |
D | DwarfDebug.h | 70 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/ |
D | TargetInstrInfo.h | 121 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/ |
D | MipsSERegisterInfo.cpp | 103 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()
|
D | MipsInstrInfo.h | 99 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/ |
D | PTXMachineFunctionInfo.h | 147 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/ |
D | AVRInstrInfo.cpp | 84 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/ |
D | MipsSERegisterInfo.cpp | 147 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()
|
D | MipsInstrInfo.h | 115 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/ |
D | PPCRegisterInfo.h | 107 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/ |
D | PPCRegisterInfo.h | 110 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/ |
D | RegisterScavenging.h | 45 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/ |
D | SparcInstrInfo.h | 55 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/ |
D | AlphaInstrInfo.h | 37 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/ |
D | SPUInstrInfo.h | 43 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/ |
D | BlackfinInstrInfo.h | 37 int &FrameIndex) const; 40 int &FrameIndex) const; 57 int FrameIndex, 69 unsigned DestReg, int FrameIndex,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 170 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/ |
D | XCoreInstrInfo.h | 42 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/ |
D | MBlazeRegisterInfo.cpp | 146 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/ |
D | LanaiInstrInfo.h | 42 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,
|