Searched refs:emitFrameIndexDebugValue (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h54 virtual MachineInstr* emitFrameIndexDebugValue(MachineFunction &MF,
H A DMipsInstrInfo.cpp65 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, function in class:MipsInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h65 /// emitFrameIndexDebugValue - Emit a target-dependent form of
67 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DSparcInstrInfo.cpp116 SparcInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h81 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DXCoreInstrInfo.cpp390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, function in class:XCoreInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h138 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DPPCInstrInfo.cpp748 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:PPCInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DARMBaseInstrInfo.cpp1165 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h263 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DX86InstrInfo.cpp3507 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h513 /// emitFrameIndexDebugValue - Emit a target-dependent form of
521 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp298 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) {
912 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) {
H A DLiveDebugVariables.cpp960 MachineInstr *MI = TII.emitFrameIndexDebugValue(*MBB->getParent(),
H A DInlineSpiller.cpp1123 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp648 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL);

Completed in 1440 milliseconds