/external/swiftshader/third_party/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 | 610 unsigned FrameIx = SD->getFrameIx(); in EmitDbgValue() local 611 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 44 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/ |
D | SDNodeDbgValue.h | 45 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/ |
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/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 175 int FrameIx, uint64_t Offset,
|
D | MipsInstrInfo.cpp | 216 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/ |
D | PPCInstrInfo.h | 133 int FrameIx,
|
D | PPCInstrInfo.cpp | 621 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/ |
D | AArch64InstrInfo.h | 114 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
|
D | AArch64InstrInfo.cpp | 1840 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/ |
D | X86InstrInfo.h | 255 int FrameIx, uint64_t Offset,
|
D | X86InstrInfo.cpp | 2435 int FrameIx, uint64_t Offset, in emitFrameIndexDebugValue() argument 2440 AM.Base.FrameIndex = FrameIx; in emitFrameIndexDebugValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 129 int FrameIx,
|
D | ARMBaseInstrInfo.cpp | 1067 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/ |
D | TargetInstrInfo.h | 408 int FrameIx, in emitFrameIndexDebugValue() argument
|