/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 81 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | XCoreInstrInfo.cpp | 390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() function in XCoreInstrInfo
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 67 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | SparcInstrInfo.cpp | 116 SparcInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in SparcInstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 95 virtual MachineInstr* emitFrameIndexDebugValue(MachineFunction &MF,
|
D | MipsInstrInfo.cpp | 236 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() function in MipsInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 135 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | PPCInstrInfo.cpp | 656 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in PPCInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 254 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | X86InstrInfo.cpp | 2677 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in X86InstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | ARMBaseInstrInfo.cpp | 1110 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in ARMBaseInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 424 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 302 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) { in spillVirtReg() 912 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) { in AllocateBasicBlock()
|
D | LiveDebugVariables.cpp | 942 MachineInstr *MI = TII.emitFrameIndexDebugValue(*MBB->getParent(), in insertDebugValue()
|
D | InlineSpiller.cpp | 1121 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot, in spillAroundUses()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 618 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
|