Searched defs:FrameIx (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h45 unsigned FrameIx; // valid for stack objects member in union:llvm::SDDbgValue::__anon8717
74 u.FrameIx = FI;
92 // Returns the FrameIx for a stack object
93 unsigned getFrameIx() { assert (kind==FRAMEIX); return u.FrameIx; }
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp65 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, argument
69 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp117 int FrameIx,
122 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
116 emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc dl) const argument
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, argument
394 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp749 int FrameIx, uint64_t Offset,
753 addFrameReference(MIB, FrameIx, 0, false).addImm(Offset).addMetadata(MDPtr);
748 emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc DL) const argument
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h522 int FrameIx,
521 emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc dl) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1166 int FrameIx, uint64_t Offset,
1170 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr);
1165 emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc DL) const argument
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3508 int FrameIx, uint64_t Offset,
3513 AM.Base.FrameIndex = FrameIx;
3507 emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *MDPtr, DebugLoc DL) const argument

Completed in 191 milliseconds