/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 174 virtual MachineInstr* emitFrameIndexDebugValue(MachineFunction &MF,
|
D | MipsInstrInfo.cpp | 216 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() function in MipsInstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 132 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | PPCInstrInfo.cpp | 620 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in PPCInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 114 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
|
D | AArch64InstrInfo.cpp | 1839 MachineInstr *AArch64InstrInfo::emitFrameIndexDebugValue( in emitFrameIndexDebugValue() function in AArch64InstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 254 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | X86InstrInfo.cpp | 2434 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in X86InstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
|
D | ARMBaseInstrInfo.cpp | 1066 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 407 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 292 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) { in spillVirtReg() 836 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) { in AllocateBasicBlock()
|
D | LiveDebugVariables.cpp | 943 MachineInstr *MI = TII.emitFrameIndexDebugValue(*MBB->getParent(), in insertDebugValue()
|
D | InlineSpiller.cpp | 1105 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot, in spillAroundUses()
|
D | LiveIntervalAnalysis.cpp | 1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, FI, in rewriteInstructionsForSpills()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 611 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
|