Home
last modified time | relevance | path

Searched refs:emitFrameIndexDebugValue (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.h81 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
DXCoreInstrInfo.cpp390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() function in XCoreInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.h174 virtual MachineInstr* emitFrameIndexDebugValue(MachineFunction &MF,
DMipsInstrInfo.cpp216 MipsInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, in emitFrameIndexDebugValue() function in MipsInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.h132 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
DPPCInstrInfo.cpp620 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in PPCInstrInfo
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h114 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
DAArch64InstrInfo.cpp1839 MachineInstr *AArch64InstrInfo::emitFrameIndexDebugValue( in emitFrameIndexDebugValue() function in AArch64InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h254 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
DX86InstrInfo.cpp2434 X86InstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in X86InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h128 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF,
DARMBaseInstrInfo.cpp1066 ARMBaseInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function in ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h407 virtual MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, in emitFrameIndexDebugValue() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp292 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) { in spillVirtReg()
836 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) { in AllocateBasicBlock()
DLiveDebugVariables.cpp943 MachineInstr *MI = TII.emitFrameIndexDebugValue(*MBB->getParent(), in insertDebugValue()
DInlineSpiller.cpp1105 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot, in spillAroundUses()
DLiveIntervalAnalysis.cpp1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, FI, in rewriteInstructionsForSpills()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp611 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()