Home
last modified time | relevance | path

Searched refs:FrameIx (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h45 unsigned FrameIx; // valid for stack objects member
74 u.FrameIx = FI; in SDDbgValue()
93 unsigned getFrameIx() { assert (kind==FRAMEIX); return u.FrameIx; } in getFrameIx()
DInstrEmitter.cpp642 unsigned FrameIx = SD->getFrameIx(); in EmitDbgValue() local
643 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h82 int FrameIx,
DXCoreInstrInfo.cpp390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument
394 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp65 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument
69 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
DMipsInstrInfo.h70 int FrameIx, uint64_t Offset,
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h68 int FrameIx,
DSparcInstrInfo.cpp117 int FrameIx, in emitFrameIndexDebugValue() argument
122 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h46 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
DAArch64InstrInfo.cpp120 AArch64InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument
124 .addFrameIndex(FrameIx).addImm(0) in emitFrameIndexDebugValue()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h141 int FrameIx,
DPPCInstrInfo.cpp683 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
687 addFrameReference(MIB, FrameIx, 0, false).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h267 int FrameIx, uint64_t Offset,
DX86InstrInfo.cpp3574 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
3579 AM.Base.FrameIndex = FrameIx; in emitFrameIndexDebugValue()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h129 int FrameIx,
DARMBaseInstrInfo.cpp1192 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
1196 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h518 int FrameIx, in emitFrameIndexDebugValue() argument