| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A 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() 50 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() 56 return DebugLoc(); in getFnDebugLoc() 72 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 76 return DebugLoc(); in get() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 34 class DebugLoc { 38 DebugLoc() = default; 41 DebugLoc(const DILocation *L); 49 explicit DebugLoc(const MDNode *N); 80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope, 89 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, 111 DebugLoc getFnDebugLoc() const; 120 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 121 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 55 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 64 const DebugLoc &DL) const; 128 const DebugLoc &DL, int64_t NumBytes, bool InEpilogue) const; 162 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 169 const DebugLoc &DL, bool RestoreSP = false) const; 180 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 186 const DebugLoc &DL, bool InProlog) const; 191 const DebugLoc &DL, bool InProlog) const; 195 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 200 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, [all …]
|
| H A D | X86RetpolineThunks.cpp | 234 addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0) in insertRegReturnAddrClobber() 260 BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym); in populateThunk() 275 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk() 276 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 277 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); in populateThunk() 286 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
|
| H A D | X86FlagsCopyLowering.cpp | 111 DebugLoc TestLoc, X86::CondCode Cond); 117 DebugLoc Loc, unsigned Reg); 134 DebugLoc TestLoc, MachineInstr &SetBI, 419 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() 493 TestLoc = DebugLoc(); in runOnMachineFunction() 751 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg() 763 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() 787 DebugLoc TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic() 840 DebugLoc TestLoc, in rewriteCMov() 868 DebugLoc TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp() [all …]
|
| H A D | ShadowCallStack.cpp | 63 MachineBasicBlock &MBB, const DebugLoc &DL); 65 MachineBasicBlock &MBB, const DebugLoc &DL, 86 MachineBasicBlock &MBB, const DebugLoc &DL) { in addProlog() 114 MachineBasicBlock &MBB, const DebugLoc &DL, in addPrologLeaf() 124 const DebugLoc &DL = MI.getDebugLoc(); in addEpilog() 153 const DebugLoc &DL = MI.getDebugLoc(); in addEpilogLeaf() 165 const DebugLoc &DL = MI.getDebugLoc(); in addEpilogOnlyR10() 284 const DebugLoc &DL = NonEmpty->front().getDebugLoc(); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 51 DebugLoc DL; 61 bool indir, DebugLoc dl, unsigned O) in SDDbgValue() 69 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue() 78 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue() 118 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc() 146 DebugLoc DL; 150 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() 157 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 304 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 311 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 367 const DebugLoc &DL, in BuildMI() 377 const DebugLoc &DL, in BuildMI() 386 const DebugLoc &DL, in BuildMI() 396 const DebugLoc &DL, in BuildMI() 403 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL, in BuildMI() 411 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL, in BuildMI() 420 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, 427 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, [all …]
|
| H A D | SelectionDAGNodes.h | 192 inline const DebugLoc &getDebugLoc() const; 605 DebugLoc debugLoc; 727 const DebugLoc &getDebugLoc() const { return debugLoc; } 731 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); } 1082 DebugLoc DL; 1096 const DebugLoc &getDebugLoc() const { return DL; } 1159 inline const DebugLoc &SDValue::getDebugLoc() const { 1546 DebugLoc(), getSDVTList(VT)), 1664 0, DebugLoc(), getSDVTList(VT)), FI(fi) { 1940 : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)), [all …]
|
| H A D | GCMetadata.h | 59 DebugLoc Loc; 61 GCPoint(MCSymbol *L, DebugLoc DL) in GCPoint() 126 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) { in addSafePoint()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 82 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc); 119 void push(llvm::BasicBlock *Header, const llvm::DebugLoc &StartLoc, 120 const llvm::DebugLoc &EndLoc); 125 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc, 126 const llvm::DebugLoc &EndLoc);
|
| H A D | CGLoopInfo.cpp | 23 const llvm::DebugLoc &StartLoc, in createMetadata() 24 const llvm::DebugLoc &EndLoc, MDNode *&AccGroup) { in createMetadata() 177 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc) in LoopInfo() 183 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push() 184 const llvm::DebugLoc &EndLoc) { in push() 192 const llvm::DebugLoc &StartLoc, in push() 193 const llvm::DebugLoc &EndLoc) { in push()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SpeculationHardening.cpp | 164 DebugLoc DL) const; 176 DebugLoc DL); 219 DebugLoc DL) const { in insertFullSpeculationBarrier() 227 DebugLoc DL) const { in insertTrackingCode() 264 DebugLoc DL; in instrumentControlFlow() 364 insertFullSpeculationBarrier(MBB, MBBI, DebugLoc()); in insertSPToRegTaintPropagation() 392 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ADDXri)) in insertRegToSPTaintPropagation() 398 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ANDXrs)) in insertRegToSPTaintPropagation() 404 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ADDXri)) in insertRegToSPTaintPropagation() 591 DebugLoc DL) { in insertCSDB() [all …]
|
| H A D | AArch64InstrInfo.h | 122 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg, 126 DebugLoc DL, unsigned DestReg, unsigned SrcReg, 130 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg, 170 const DebugLoc &DL, 177 const DebugLoc &DL, unsigned DstReg, 265 void instantiateCondBranch(MachineBasicBlock &MBB, const DebugLoc &DL, 281 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 22 Instruction *InsertionPt, DebugLoc DL) { in insertCall() 83 DebugLoc DL; in runOnFunction() 85 DL = DebugLoc::get(SP->getScopeLine(), 0, SP); in runOnFunction() 107 DebugLoc DL; in runOnFunction() 108 if (DebugLoc TerminatorDL = T->getDebugLoc()) in runOnFunction() 111 DL = DebugLoc::get(0, 0, SP); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | A15SDOptimizer.cpp | 69 const DebugLoc &DL, unsigned Reg, unsigned Lane, 74 const DebugLoc &DL, unsigned DReg, 83 const DebugLoc &DL, unsigned Reg1, 88 const DebugLoc &DL, unsigned DReg, 93 const DebugLoc &DL); 420 const DebugLoc &DL, unsigned Reg, in createDupLane() 436 const DebugLoc &DL, unsigned DReg, unsigned Lane, in createExtractSubreg() 451 const DebugLoc &DL, unsigned Reg1, unsigned Reg2) { in createRegSequence() 468 const DebugLoc &DL, unsigned Ssub0, in createVExt() 497 const DebugLoc &DL) { in createImplicitDef() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 36 const DebugLoc &DL, unsigned DstReg, unsigned SrcReg, 52 const DebugLoc &DL, unsigned DstReg, uint64_t Val, 64 const DebugLoc &dl, 69 const DebugLoc &DL, int64_t BrOffset,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 44 DebugLoc DL = DebugLoc(); in runOnMachineFunction() 131 DebugLoc DL = DebugLoc(); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.cpp | 72 const DebugLoc &DL, unsigned DestReg, in copyPhysReg() 117 DebugLoc DL; in storeRegToStack() 135 DebugLoc DL; in loadRegFromStack() 218 DebugLoc DL; in makeFrame() 248 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame() 284 DebugLoc DL; in adjustStackPtrBig() 328 const DebugLoc &DL, in loadImmediate() 468 DebugLoc DL; in BuildAddiuSpImm()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 76 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg, 99 const DebugLoc &DL, 113 const DebugLoc &DL,
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 223 const DebugLoc &DL = DebugLoc()); 225 const DebugLoc &DL = DebugLoc()); 228 const DebugLoc &DL); 505 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore() 598 DebugLoc DL; in getLastDebugLocInBB() 1315 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf() 1323 DebugLoc()); in improveSimpleJumpintoIf() 1393 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock() 1440 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1451 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock() [all …]
|
| H A D | SIWholeQuadMode.cpp | 552 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg) in saveSCC() 555 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC) in saveSCC() 622 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::S_AND_SAVEEXEC_B64), in toExact() 626 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::S_AND_B64), in toExact() 641 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::EXEC) in toWQM() 644 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::S_WQM_B64), in toWQM() 658 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::S_OR_SAVEEXEC_B64), in toWWM() 670 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::EXIT_WWM), AMDGPU::EXEC) in fromWWM() 826 const DebugLoc &DL = MI->getDebugLoc(); in lowerLiveMaskQueries() 872 MachineInstr *MI = BuildMI(Entry, EntryMI, DebugLoc(), in runOnMachineFunction() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 34 const DebugLoc &DL, unsigned DestReg, in copyPhysReg() 53 DebugLoc dl = MI->getDebugLoc(); in expandMEMCPY() 130 DebugLoc DL; in storeRegToStackSlot() 153 DebugLoc DL; in loadRegFromStackSlot() 224 const DebugLoc &DL, in insertBranch()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineLoopInfo.cpp | 91 DebugLoc MachineLoop::getStartLoc() const { in getStartLoc() 95 if (DebugLoc DL = PHeadBB->getTerminator()->getDebugLoc()) in getStartLoc() 104 return DebugLoc(); in getStartLoc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 50 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() 116 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() 188 DebugLoc DL; in spillCalleeSavedRegisters() 214 DebugLoc DL; in restoreCalleeSavedRegisters()
|