Searched refs:FrameIx (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 45 unsigned FrameIx; // valid for stack objects member 74 u.FrameIx = FI; in SDDbgValue() 93 unsigned getFrameIx() { assert (kind==FRAMEIX); return u.FrameIx; } in getFrameIx()
|
D | InstrEmitter.cpp | 642 unsigned FrameIx = SD->getFrameIx(); in EmitDbgValue() local 643 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 82 int FrameIx,
|
D | XCoreInstrInfo.cpp | 390 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/ |
D | MipsInstrInfo.cpp | 65 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument 69 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
|
D | MipsInstrInfo.h | 70 int FrameIx, uint64_t Offset,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 68 int FrameIx,
|
D | SparcInstrInfo.cpp | 117 int FrameIx, in emitFrameIndexDebugValue() argument 122 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 46 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
|
D | AArch64InstrInfo.cpp | 120 AArch64InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument 124 .addFrameIndex(FrameIx).addImm(0) in emitFrameIndexDebugValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 141 int FrameIx,
|
D | PPCInstrInfo.cpp | 683 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/ |
D | X86InstrInfo.h | 267 int FrameIx, uint64_t Offset,
|
D | X86InstrInfo.cpp | 3574 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument 3579 AM.Base.FrameIndex = FrameIx; in emitFrameIndexDebugValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 129 int FrameIx,
|
D | ARMBaseInstrInfo.cpp | 1192 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument 1196 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 518 int FrameIx, in emitFrameIndexDebugValue() argument
|