/external/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 54 virtual MachineInstr* emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | MipsInstrInfo.cpp | 65 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, function in class:MipsInstrInfo
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 65 /// emitFrameIndexDebugValue - Emit a target-dependent form of 67 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | SparcInstrInfo.cpp | 116 SparcInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:SparcInstrInfo
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.h | 81 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | XCoreInstrInfo.cpp | 390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, function in class:XCoreInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 138 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | PPCInstrInfo.cpp | 748 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:PPCInstrInfo
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | ARMBaseInstrInfo.cpp | 1165 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:ARMBaseInstrInfo
|
/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 263 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
H A D | X86InstrInfo.cpp | 3507 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
H A D | TargetInstrInfo.h | 513 /// emitFrameIndexDebugValue - Emit a target-dependent form of 521 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, function in class:llvm::TargetInstrInfo
|
/external/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 298 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) { 912 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) {
|
H A D | LiveDebugVariables.cpp | 960 MachineInstr *MI = TII.emitFrameIndexDebugValue(*MBB->getParent(),
|
H A D | InlineSpiller.cpp | 1123 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 648 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL);
|