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

/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCInstrInfo.h138 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DPPCInstrInfo.cpp748 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:PPCInstrInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseInstrInfo.h128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DARMBaseInstrInfo.cpp1170 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:ARMBaseInstrInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.h266 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
H A DX86InstrInfo.cpp3531 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, function in class:X86InstrInfo
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/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,
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp647 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL);

Completed in 246 milliseconds