Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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.cpp610 unsigned FrameIx = SD->getFrameIx(); in EmitDbgValue() local
611 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h44 unsigned FrameIx; // valid for stack objects member
81 u.FrameIx = FI; in SDDbgValue()
103 unsigned getFrameIx() const { assert (kind==FRAMEIX); return u.FrameIx; } in getFrameIx()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h45 unsigned FrameIx; ///< Valid for stack objects. member
85 u.FrameIx = VRegOrFrameIdx; in SDDbgValue()
107 unsigned getFrameIx() const { assert (kind==FRAMEIX); return u.FrameIx; } in getFrameIx()
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.h175 int FrameIx, uint64_t Offset,
DMipsInstrInfo.cpp216 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() argument
220 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.h133 int FrameIx,
DPPCInstrInfo.cpp621 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
625 addFrameReference(MIB, FrameIx, 0, false).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h114 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
DAArch64InstrInfo.cpp1840 MachineFunction &MF, int FrameIx, uint64_t Offset, const MDNode *Var, in emitFrameIndexDebugValue() argument
1843 .addFrameIndex(FrameIx) in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h255 int FrameIx, uint64_t Offset,
DX86InstrInfo.cpp2435 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
2440 AM.Base.FrameIndex = FrameIx; in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h129 int FrameIx,
DARMBaseInstrInfo.cpp1067 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument
1071 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h408 int FrameIx, in emitFrameIndexDebugValue() argument