/external/llvm/lib/IR/ |
D | DebugLoc.cpp | 19 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 …]
|
D | DiagnosticInfo.cpp | 189 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/ |
D | DebugLoc.h | 34 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 …]
|
D | DiagnosticInfo.h | 33 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/ |
D | X86FrameLowering.h | 55 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/ |
D | SelectionDAGNodes.h | 168 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 …]
|
D | MachineInstrBuilder.h | 234 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 …]
|
D | GCMetadata.h | 54 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/ |
D | SDNodeDbgValue.h | 49 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/ |
D | SILowerControlFlow.cpp | 145 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 …]
|
D | AMDILCFGStructurizer.cpp | 232 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/ |
D | AArch64InstrInfo.h | 111 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/ |
D | A15SDOptimizer.cpp | 71 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 …]
|
D | Thumb1FrameLowering.cpp | 44 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/ |
D | BPFInstrInfo.cpp | 35 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 50 DebugLoc DL; in storeRegToStackSlot() 68 DebugLoc DL; in loadRegFromStackSlot() 137 DebugLoc DL) const { in InsertBranch()
|
D | BPFInstrInfo.h | 34 DebugLoc DL, unsigned DestReg, unsigned SrcReg, 55 DebugLoc DL) const override;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 72 const DebugLoc& DL) { in adjustStackPointer() 114 DebugLoc DL = I->getDebugLoc(); in eliminateCallFramePseudoInstr() 138 DebugLoc DL; in emitPrologue() 152 DebugLoc DL; in emitEpilogue()
|
D | WebAssemblyInstrInfo.h | 38 DebugLoc DL, unsigned DestReg, unsigned SrcReg, 48 DebugLoc DL) const override;
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 62 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/ |
D | PPCInstrInfo.h | 76 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/ |
D | MSP430FrameLowering.cpp | 51 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/ |
D | NVPTXInstrInfo.h | 53 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, 68 ArrayRef<MachineOperand> Cond, DebugLoc DL) const override;
|
D | NVPTXFrameLowering.cpp | 43 DebugLoc dl = DebugLoc(); in emitPrologue()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrInfo.cpp | 38 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/ |
D | XCoreFrameLowering.cpp | 63 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()
|