Home
last modified time | relevance | path

Searched refs:DebugLoc (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/llvm/lib/IR/
DDebugLoc.cpp19 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc
20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
22 DILocation *DebugLoc::get() const { in get()
26 unsigned DebugLoc::getLine() const { in getLine()
31 unsigned DebugLoc::getCol() const { in getCol()
36 MDNode *DebugLoc::getScope() const { in getScope()
41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt()
46 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope()
50 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc()
54 return DebugLoc::get(SP->getScopeLine(), 0, SP); in getFnDebugLoc()
[all …]
DDiagnosticInfo.cpp189 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark()
196 const DebugLoc &DLoc, in emitOptimizationRemarkMissed()
204 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis()
213 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisFPCommute()
222 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisAliasing()
234 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopVectorizeWarning()
240 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopInterleaveWarning()
/external/llvm/include/llvm/IR/
DDebugLoc.h34 class DebugLoc {
38 DebugLoc() {} in DebugLoc() function
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
41 DebugLoc &operator=(DebugLoc &&X) {
45 DebugLoc &operator=(const DebugLoc &X) {
51 DebugLoc(const DILocation *L);
59 explicit DebugLoc(const MDNode *N);
90 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope,
110 DebugLoc getFnDebugLoc() const;
[all …]
DDiagnosticInfo.h33 class DebugLoc; variable
291 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase()
319 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc()
332 DebugLoc DLoc;
350 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark()
376 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed()
402 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis()
418 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis()
441 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisFPCommute()
468 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisAliasing()
[all …]
/external/llvm/lib/Target/X86/
DX86FrameLowering.h55 MachineBasicBlock::iterator MBBI, DebugLoc DL,
64 DebugLoc DL) const;
151 DebugLoc DL, MCCFIInstruction CFIInst) const;
157 MachineBasicBlock::iterator MBBI, DebugLoc DL,
166 DebugLoc DL, bool InProlog) const;
172 DebugLoc DL, bool InProlog) const;
178 DebugLoc DL, bool InProlog) const;
182 MachineBasicBlock::iterator MBBI, DebugLoc DL,
187 MachineBasicBlock::iterator MBBI, DebugLoc DL,
193 DebugLoc DL, int64_t Offset,
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h168 inline const DebugLoc &getDebugLoc() const;
420 DebugLoc debugLoc;
510 const DebugLoc &getDebugLoc() const { return debugLoc; }
514 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
776 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
798 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
909 DebugLoc getDebugLoc() {
911 return DebugLoc();
968 inline const DebugLoc &SDValue::getDebugLoc() const {
1001 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
[all …]
DMachineInstrBuilder.h234 DebugLoc DL, in BuildMI()
242 DebugLoc DL, in BuildMI()
254 DebugLoc DL, in BuildMI()
265 DebugLoc DL, in BuildMI()
276 DebugLoc DL, in BuildMI()
293 DebugLoc DL, in BuildMI()
303 DebugLoc DL, in BuildMI()
313 DebugLoc DL, in BuildMI()
327 DebugLoc DL, in BuildMI()
336 DebugLoc DL, in BuildMI()
[all …]
DGCMetadata.h54 DebugLoc Loc;
56 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint()
123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h49 DebugLoc DL;
58 uint64_t off, DebugLoc dl, unsigned O) in SDDbgValue()
67 DebugLoc dl, unsigned O) in SDDbgValue()
74 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, in SDDbgValue()
109 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc()
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp145 DebugLoc DL = From.getDebugLoc(); in Skip()
153 DebugLoc DL = MI.getDebugLoc(); in SkipIfDead()
185 DebugLoc DL = MI.getDebugLoc(); in If()
203 DebugLoc DL = MI.getDebugLoc(); in Else()
222 DebugLoc DL = MI.getDebugLoc(); in Break()
236 DebugLoc DL = MI.getDebugLoc(); in IfBreak()
251 DebugLoc DL = MI.getDebugLoc(); in ElseBreak()
266 DebugLoc DL = MI.getDebugLoc(); in Loop()
281 DebugLoc DL = MI.getDebugLoc(); in EndCf()
301 DebugLoc DL = MI.getDebugLoc(); in Kill()
[all …]
DAMDILCFGStructurizer.cpp232 DebugLoc DL = DebugLoc());
234 DebugLoc DL = DebugLoc());
237 DebugLoc DL);
240 DebugLoc DL);
252 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
472 int NewOpcode, DebugLoc DL) { in insertInstrEnd()
481 int NewOpcode, DebugLoc DL) { in insertInstrBefore()
497 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore()
505 MachineBasicBlock::iterator I, int NewOpcode, DebugLoc DL) { in insertCondBranchBefore()
519 DebugLoc DL) { in insertCondBranchBefore()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h111 const MDNode *Expr, DebugLoc DL) const;
113 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
117 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
144 DebugLoc DL) const override;
150 DebugLoc DL, unsigned DstReg, ArrayRef<MachineOperand> Cond,
193 void instantiateCondBranch(MachineBasicBlock &MBB, DebugLoc DL,
203 DebugLoc DL, unsigned DestReg, unsigned SrcReg, int Offset,
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp71 DebugLoc DL,
77 DebugLoc DL,
83 DebugLoc DL,
88 DebugLoc DL,
93 DebugLoc DL, unsigned DReg, unsigned Lane,
98 DebugLoc DL);
432 DebugLoc DL, in createDupLane()
451 DebugLoc DL, in createExtractSubreg()
468 DebugLoc DL, in createRegSequence()
487 DebugLoc DL, in createVExt()
[all …]
DThumb1FrameLowering.cpp44 const TargetInstrInfo &TII, DebugLoc dl, in emitSPUpdate()
64 DebugLoc dl = Old->getDebugLoc(); in eliminateCallFramePseudoInstr()
106 DebugLoc dl; in emitPrologue()
326 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitEpilogue()
480 DebugLoc dl = DebugLoc(); in emitPopSpecialFixUp()
581 DebugLoc DL; in spillCalleeSavedRegisters()
622 DebugLoc DL = MI != MBB.end() ? MI->getDebugLoc() : DebugLoc(); in restoreCalleeSavedRegisters()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp35 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg()
50 DebugLoc DL; in storeRegToStackSlot()
68 DebugLoc DL; in loadRegFromStackSlot()
137 DebugLoc DL) const { in InsertBranch()
DBPFInstrInfo.h34 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
55 DebugLoc DL) const override;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp72 const DebugLoc& DL) { in adjustStackPointer()
114 DebugLoc DL = I->getDebugLoc(); in eliminateCallFramePseudoInstr()
138 DebugLoc DL; in emitPrologue()
152 DebugLoc DL; in emitEpilogue()
DWebAssemblyInstrInfo.h38 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
48 DebugLoc DL) const override;
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp62 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg()
99 DebugLoc DL; in storeRegToStack()
117 DebugLoc DL; in loadRegFromStack()
199 DebugLoc DL; in makeFrame()
229 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame()
266 DebugLoc DL; in adjustStackPtrBig()
310 DebugLoc DL, unsigned &NewImm) const { in loadImmediate()
449 DebugLoc DL; in BuildAddiuSpImm()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h76 bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
175 DebugLoc DL) const override;
181 DebugLoc DL, unsigned DstReg, ArrayRef<MachineOperand> Cond,
185 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp51 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue()
117 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue()
189 DebugLoc DL; in spillCalleeSavedRegisters()
215 DebugLoc DL; in restoreCalleeSavedRegisters()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h53 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL,
68 ArrayRef<MachineOperand> Cond, DebugLoc DL) const override;
DNVPTXFrameLowering.cpp43 DebugLoc dl = DebugLoc(); in emitPrologue()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.cpp38 MachineBasicBlock::iterator MI, DebugLoc DL, in copyPhysReg()
55 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::V_MOV_IMM_I32), DebugLoc()); in getMovImmInstr()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp63 MachineBasicBlock::iterator MBBI, DebugLoc dl, in EmitDefCfaRegister()
73 MachineBasicBlock::iterator MBBI, DebugLoc dl, in EmitDefCfaOffset()
83 MachineBasicBlock::iterator MBBI, DebugLoc dl, in EmitCfiOffset()
99 MachineBasicBlock::iterator MBBI, DebugLoc dl, in IfNeededExtSP()
123 MachineBasicBlock::iterator MBBI, DebugLoc dl, in IfNeededLDAWSP()
192 DebugLoc dl, const TargetInstrInfo &TII, int &RemainingAdj, in RestoreSpillList()
233 DebugLoc dl; in emitPrologue()
348 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()
427 DebugLoc DL; in spillCalleeSavedRegisters()

12345678910