| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc 21 DILocation *DebugLoc::get() const { in get() 25 unsigned DebugLoc::getLine() const { in getLine() 30 unsigned DebugLoc::getCol() const { in getCol() 35 MDNode *DebugLoc::getScope() const { in getScope() 40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() 49 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() 55 return DebugLoc(); in getFnDebugLoc() 58 bool DebugLoc::isImplicitCode() const { in isImplicitCode() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 33 class DebugLoc { 37 DebugLoc() = default; 40 DebugLoc(const DILocation *L); 48 explicit DebugLoc(const MDNode *N); 75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, 96 DebugLoc getFnDebugLoc() const; 105 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 106 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 55 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 68 const DebugLoc &DL, bool IsPrologue) const; 174 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 202 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 208 const DebugLoc &DL, bool InProlog) const; 212 const DebugLoc &DL, 216 const DebugLoc &DL, bool InProlog) const; 221 const DebugLoc &DL, uint64_t Offset, 227 const DebugLoc &DL, uint64_t Offset, 234 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, [all …]
|
| H A D | X86IndirectThunks.cpp | 95 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 96 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk() 218 BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym); in populateThunk() 233 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk() 234 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 235 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); in populateThunk() 246 addRegOffset(BuildMI(CallTarget, DebugLoc(), TII->get(MovOpc)), SPReg, false, in populateThunk() 251 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
|
| H A D | X86LoadValueInjectionRetHardening.cpp | 84 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::POP64r)) in runOnMachineFunction() 87 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::LFENCE)); in runOnMachineFunction() 88 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::JMP64r)) in runOnMachineFunction() 97 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::LFENCE)); in runOnMachineFunction() 98 addRegOffset(BuildMI(MBB, Fence, DebugLoc(), TII->get(X86::SHL64mi)), in runOnMachineFunction()
|
| H A D | X86FlagsCopyLowering.cpp | 107 const DebugLoc &Loc, unsigned Reg); 111 const DebugLoc &TestLoc, MachineInstr &MI, 119 const DebugLoc &TestLoc, MachineInstr &CMovI, 123 const DebugLoc &TestLoc, MachineInstr &JmpI, 129 const DebugLoc &TestLoc, MachineInstr &SetCCI, 437 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() 511 TestLoc = DebugLoc(); in runOnMachineFunction() 758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() 848 const DebugLoc &TestLoc, in rewriteCMov() 874 const DebugLoc &TestLoc, in rewriteFCMov() [all …]
|
| H A D | X86SpeculativeLoadHardening.cpp | 194 DebugLoc Loc); 206 DebugLoc Loc); 428 DebugLoc Loc; in runOnMachineFunction() 1115 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), in tracePredStateThroughIndirectBranches() 1505 DebugLoc Loc) { in saveEFLAGS() 1554 DebugLoc Loc) { in extractPredStateFromSP() 1577 const DebugLoc &Loc = MI.getDebugLoc(); in hardenLoadAddr() 1912 DebugLoc Loc) { in hardenValueInRegister() 1963 const DebugLoc &Loc = MI.getDebugLoc(); in hardenPostLoad() 2014 const DebugLoc &Loc = MI.getDebugLoc(); in hardenReturnInstr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 328 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 335 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 391 const DebugLoc &DL, in BuildMI() 401 const DebugLoc &DL, in BuildMI() 410 const DebugLoc &DL, in BuildMI() 420 const DebugLoc &DL, in BuildMI() 427 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL, in BuildMI() 435 inline MachineInstrBuilder BuildMI(MachineBasicBlock *BB, const DebugLoc &DL, in BuildMI() 444 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, 451 MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, [all …]
|
| H A D | SelectionDAGNodes.h | 211 inline const DebugLoc &getDebugLoc() const; 601 DebugLoc debugLoc; 1080 DebugLoc DL; 1094 const DebugLoc &getDebugLoc() const { return DL; } 1161 inline const DebugLoc &SDValue::getDebugLoc() const { 1594 DebugLoc(), getSDVTList(VT)), 1733 0, DebugLoc(), getSDVTList(VT)), FI(fi) { 1838 DebugLoc(), getSDVTList(VT)), 1847 DebugLoc(), getSDVTList(VT)), 2123 : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)), [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 91 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, 120 llvm::DebugLoc StartLoc; 122 llvm::DebugLoc EndLoc; 206 void push(llvm::BasicBlock *Header, const llvm::DebugLoc &StartLoc, 207 const llvm::DebugLoc &EndLoc); 213 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc, 214 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
|
| /freebsd-13.1/contrib/llvm-project/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 | 157 const DebugLoc &DL, MCRegister DestReg, 161 DebugLoc DL, unsigned DestReg, unsigned SrcReg, 165 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 209 const DebugLoc &DL, 217 const DebugLoc &DL, Register DstReg, 341 void instantiateCondBranch(MachineBasicBlock &MBB, const DebugLoc &DL, 371 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 25 const DILocation *DebugLoc) { in emitPseudoProbe() argument 31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 147 DebugLoc DL; 157 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue() 214 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc() 243 DebugLoc DL; 247 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() 254 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.h | 48 const DebugLoc &DL, int64_t Offset, 53 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 58 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 62 const DebugLoc &DL) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | A15SDOptimizer.cpp | 68 const DebugLoc &DL, unsigned Reg, unsigned Lane, 73 const DebugLoc &DL, unsigned DReg, 82 const DebugLoc &DL, unsigned Reg1, 87 const DebugLoc &DL, unsigned DReg, 92 const DebugLoc &DL); 417 const DebugLoc &DL, unsigned Reg, in createDupLane() 433 const DebugLoc &DL, unsigned DReg, unsigned Lane, in createExtractSubreg() 448 const DebugLoc &DL, unsigned Reg1, unsigned Reg2) { in createRegSequence() 465 const DebugLoc &DL, unsigned Ssub0, in createVExt() 494 const DebugLoc &DL) { in createImplicitDef() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 40 const DebugLoc &DL, MCRegister DstReg, MCRegister SrcReg, 56 const DebugLoc &DL, Register DstReg, uint64_t Val, 68 const DebugLoc &dl, 73 const DebugLoc &DL, int64_t BrOffset, 152 MachineBasicBlock::iterator II, const DebugLoc &DL, int64_t Amount,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 42 DebugLoc DL = DebugLoc(); in runOnMachineFunction() 129 DebugLoc DL = DebugLoc(); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineAdvisor.h | 84 const DebugLoc &getOriginalCallSiteDebugLoc() const { return DLoc; } in getOriginalCallSiteDebugLoc() 101 const DebugLoc DLoc; 264 void emitInlinedInto(OptimizationRemarkEmitter &ORE, DebugLoc DLoc, 271 std::string getCallSiteLocation(DebugLoc DLoc); 274 void addLocationToRemarks(OptimizationRemark &Remark, DebugLoc DLoc);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 25 Instruction *InsertionPt, DebugLoc DL) { in insertCall() 86 DebugLoc DL; in runOnFunction() 105 DebugLoc DL; in runOnFunction() 106 if (DebugLoc TerminatorDL = T->getDebugLoc()) in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 75 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 98 const DebugLoc &DL, 112 const DebugLoc &DL,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.cpp | 71 const DebugLoc &DL, MCRegister DestReg, in copyPhysReg() 112 DebugLoc DL; in storeRegToStack() 130 DebugLoc DL; in loadRegFromStack() 213 DebugLoc DL; in makeFrame() 243 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame() 279 DebugLoc DL; in adjustStackPtrBig() 323 const DebugLoc &DL, in loadImmediate() 464 DebugLoc DL; in BuildAddiuSpImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 198 const DebugLoc &DL = DebugLoc()); 200 const DebugLoc &DL = DebugLoc()); 203 const DebugLoc &DL); 480 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore() 573 DebugLoc DL; in getLastDebugLocInBB() 1290 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf() 1298 DebugLoc()); in improveSimpleJumpintoIf() 1368 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock() 1415 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1426 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 33 const DebugLoc &DL, MCRegister DestReg, in copyPhysReg() 52 DebugLoc dl = MI->getDebugLoc(); in expandMEMCPY() 129 DebugLoc DL; in storeRegToStackSlot() 152 DebugLoc DL; in loadRegFromStackSlot() 223 const DebugLoc &DL, in insertBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.h | 52 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 64 const DebugLoc &DL,
|