/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 174 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const; 179 int &FrameIndex) const; 181 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const; 186 int &FrameIndex) const; 252 unsigned SrcReg, bool isKill, int FrameIndex, 265 unsigned DestReg, int FrameIndex, 287 int FrameIndex) const; 421 /// isFrameOperand - Return true and the FrameIndex if the specified 424 int &FrameIndex) const;
|
X86InstrBuilder.h | 45 int FrameIndex; 68 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex)); 130 MIB.addFrameIndex(AM.Base.FrameIndex); 144 /// reference has base register as the FrameIndex offset until it is resolved.
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 53 /// the destination along with the FrameIndex of the loaded stack slot. If 57 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ 65 FrameIndex = MI->getOperand(1).getIndex(); 74 /// the source reg along with the FrameIndex of the loaded stack slot. If 79 int &FrameIndex) const { 87 FrameIndex = MI->getOperand(1).getIndex(); 364 int FrameIndex, 372 .addFrameIndex(FrameIndex) 378 unsigned DestReg, int FrameIndex, 385 .addFrameIndex(FrameIndex) [all...] |
XCoreRegisterInfo.cpp | 112 int FrameIndex = FrameOp.getIndex(); 117 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); 125 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n");
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.h | 44 /// the destination along with the FrameIndex of the loaded stack slot. If 48 int &FrameIndex) const; 52 /// the source reg along with the FrameIndex of the loaded stack slot. If 56 int &FrameIndex) const; 82 unsigned SrcReg, bool isKill, int FrameIndex, 93 unsigned DestReg, int FrameIndex, 105 int FrameIndex) const;
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 101 int &FrameIndex) const; 103 int &FrameIndex) const; 105 int &FrameIndex) const; 107 int &FrameIndex) const; 116 unsigned SrcReg, bool isKill, int FrameIndex, 122 unsigned DestReg, int FrameIndex,
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 369 unsigned FrameIndex) const { 406 FrameIndex); 413 unsigned FrameIndex) const { 432 Reg), FrameIndex); 455 unsigned FrameIndex) const { 473 FrameIndex); 480 unsigned FrameIndex) const { 496 Reg), FrameIndex); 573 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); 583 if (FPSI && FrameIndex == FPSI & [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.h | 58 int64_t resolveFrameIndexReference(MachineFunction &MF, int FrameIndex,
|
AArch64InstrInfo.h | 48 unsigned SrcReg, bool isKill, int FrameIndex,
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.h | 62 int FrameIndex,
|
MSP430ISelDAGToDAG.cpp | 43 int FrameIndex; 69 errs() << " Base.FrameIndex " << Base.FrameIndex << '\n'; 200 case ISD::FrameIndex: 204 AM.Base.FrameIndex = cast<FrameIndexSDNode>(N)->getIndex(); 262 CurDAG->getTargetFrameIndex(AM.Base.FrameIndex, 404 case ISD::FrameIndex: {
|
MSP430RegisterInfo.cpp | 114 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); 117 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex);
|
/external/llvm/lib/Target/Mips/ |
MipsRegisterInfo.cpp | 185 // FrameIndex represent objects inside a abstract stack. 186 // We must replace FrameIndex with an stack/frame pointer 197 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); 199 int64_t spOffset = MF.getFrameInfo()->getObjectOffset(FrameIndex); 201 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n" 205 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 86 // it loads or stores and set FrameIndex to the index of the frame object. 90 static int isSimpleMove(const MachineInstr *MI, int &FrameIndex, 97 FrameIndex = MI->getOperand(1).getIndex(); 104 int &FrameIndex) const { 105 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); 109 int &FrameIndex) const { 110 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore); 540 int FrameIndex) const { 542 unsigned Size = MFI->getObjectSize(FrameIndex); 562 .addOperand(MI->getOperand(1)).addFrameIndex(FrameIndex) [all...] |
SystemZRegisterInfo.cpp | 70 int FrameIndex = MI->getOperand(FIOperandNum).getIndex(); 72 int64_t Offset = (TFI->getFrameIndexOffset(MF, FrameIndex) +
|
/external/chromium_org/third_party/opus/src/silk/ |
decode_indices.c | 38 opus_int FrameIndex, /* I Frame number */ 51 if( decode_LBRR || psDec->VAD_flags[ FrameIndex ] ) {
|
dec_API.c | 271 opus_int FrameIndex; 274 FrameIndex = channel_state[ 0 ].nFramesDecoded - n; 276 if( FrameIndex <= 0 ) { 279 condCoding = channel_state[ n ].LBRR_flags[ FrameIndex - 1 ] ? CODE_CONDITIONALLY : CODE_INDEPENDENTLY;
|
encode_indices.c | 38 opus_int FrameIndex, /* I Frame number */ 50 psIndices = &psEncC->indices_LBRR[ FrameIndex ];
|
main.h | 379 opus_int FrameIndex, /* I Frame number */ 429 opus_int FrameIndex, /* I Frame number */
|
/external/llvm/lib/Target/Sparc/ |
SparcRegisterInfo.cpp | 85 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); 89 int64_t Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
|
SparcInstrInfo.cpp | 39 /// the destination along with the FrameIndex of the loaded stack slot. If 43 int &FrameIndex) const { 50 FrameIndex = MI->getOperand(1).getIndex(); 59 /// the source reg along with the FrameIndex of the loaded stack slot. If 63 int &FrameIndex) const { 70 FrameIndex = MI->getOperand(0).getIndex();
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 152 int FrameIndex; 157 FrameIndex(~0) {} 169 int getFrameIndex() const { return FrameIndex; } 170 void setFrameIndex(int FI) { FrameIndex = FI; }
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelDAGToDAG.cpp | 103 if (Addr.getOpcode() == ISD::FrameIndex) { 136 if (Addr.getOpcode() == ISD::FrameIndex) { 161 case ISD::FrameIndex:
|
/external/llvm/lib/CodeGen/ |
RegisterScavenging.cpp | 356 "Instr doesn't have FrameIndex operand!"); 414 assert(Scavenged[SI].FrameIndex >= 0 && 416 TII->storeRegToStackSlot(*MBB, I, SReg, true, Scavenged[SI].FrameIndex, 424 TII->loadRegFromStackSlot(*MBB, UseMI, SReg, Scavenged[SI].FrameIndex,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelDAGToDAG.cpp | 103 if (Addr.getOpcode() == ISD::FrameIndex) { 136 if (Addr.getOpcode() == ISD::FrameIndex) { 161 case ISD::FrameIndex:
|