| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 17 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc 18 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc 20 DILocation *DebugLoc::get() const { in get() 24 unsigned DebugLoc::getLine() const { in getLine() 29 unsigned DebugLoc::getCol() const { in getCol() 34 MDNode *DebugLoc::getScope() const { in getScope() 48 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() 54 return DebugLoc(); in getFnDebugLoc() 57 bool DebugLoc::isImplicitCode() const { in isImplicitCode() 70 DebugLoc DebugLoc::replaceInlinedAtSubprogram( in replaceInlinedAtSubprogram() [all …]
|
| /freebsd-14.2/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, 91 static DebugLoc 92 replaceInlinedAtSubprogram(const DebugLoc &DL, DISubprogram &NewSP, 103 DebugLoc getFnDebugLoc() const; 112 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 113 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 58 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 74 const DebugLoc &DL, bool IsPrologue) const; 180 const DebugLoc &DL, const MCCFIInstruction &CFIInst, 212 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog, 218 const DebugLoc &DL, bool InProlog) const; 222 const DebugLoc &DL, 226 const DebugLoc &DL, bool InProlog) const; 231 const DebugLoc &DL, uint64_t Offset, 237 const DebugLoc &DL, uint64_t Offset, 248 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, [all …]
|
| H A D | X86IndirectThunks.cpp | 101 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 102 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk() 226 BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym); in populateThunk() 241 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk() 242 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 243 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); in populateThunk() 254 addRegOffset(BuildMI(CallTarget, DebugLoc(), TII->get(MovOpc)), SPReg, false, in populateThunk() 259 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
|
| H A D | X86LoadValueInjectionRetHardening.cpp | 83 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::POP64r)) in runOnMachineFunction() 86 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::LFENCE)); in runOnMachineFunction() 87 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::JMP64r)) in runOnMachineFunction() 96 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::LFENCE)); in runOnMachineFunction() 97 addRegOffset(BuildMI(MBB, Fence, DebugLoc(), TII->get(X86::SHL64mi)), in runOnMachineFunction()
|
| H A D | X86FlagsCopyLowering.cpp | 103 const DebugLoc &Loc, unsigned Reg); 107 const DebugLoc &TestLoc, MachineInstr &MI, 115 const DebugLoc &TestLoc, MachineInstr &CMovI, 119 const DebugLoc &TestLoc, MachineInstr &JmpI, 125 const DebugLoc &TestLoc, MachineInstr &SetCCI, 419 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() 493 TestLoc = DebugLoc(); in runOnMachineFunction() 740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() 822 const DebugLoc &TestLoc, in rewriteCMov() 848 const DebugLoc &TestLoc, in rewriteFCMov() [all …]
|
| H A D | X86SpeculativeLoadHardening.cpp | 184 const DebugLoc &Loc); 428 DebugLoc Loc; in runOnMachineFunction() 1493 const DebugLoc &Loc) { in saveEFLAGS() 1511 const DebugLoc &Loc, Register Reg) { in restoreEFLAGS() 1522 const DebugLoc &Loc, unsigned PredStateReg) { in mergePredStateIntoSP() 1542 const DebugLoc &Loc) { in extractPredStateFromSP() 1565 const DebugLoc &Loc = MI.getDebugLoc(); in hardenLoadAddr() 1902 const DebugLoc &Loc) { in hardenValueInRegister() 1952 const DebugLoc &Loc = MI.getDebugLoc(); in hardenPostLoad() 2003 const DebugLoc &Loc = MI.getDebugLoc(); in hardenReturnInstr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 27 const DILocation *DebugLoc) { in emitPseudoProbe() argument 33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() 48 if (EnableFSDiscriminator && DebugLoc && in emitPseudoProbe() 50 Discriminator = DebugLoc->getDiscriminator(); in emitPseudoProbe()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 94 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, 123 llvm::DebugLoc StartLoc; 125 llvm::DebugLoc EndLoc; 209 void push(llvm::BasicBlock *Header, const llvm::DebugLoc &StartLoc, 210 const llvm::DebugLoc &EndLoc); 216 llvm::ArrayRef<const Attr *> Attrs, const llvm::DebugLoc &StartLoc, 217 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
|
| /freebsd-14.2/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() 366 insertFullSpeculationBarrier(MBB, MBBI, DebugLoc()); in insertSPToRegTaintPropagation() 394 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ADDXri)) in insertRegToSPTaintPropagation() 400 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ANDXrs)) in insertRegToSPTaintPropagation() 406 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ADDXri)) in insertRegToSPTaintPropagation() 593 DebugLoc DL) { in insertCSDB() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 218 inline const DebugLoc &getDebugLoc() const; 640 DebugLoc debugLoc; 1128 DebugLoc DL; 1142 const DebugLoc &getDebugLoc() const { return DL; } 1209 inline const DebugLoc &SDValue::getDebugLoc() const { 1673 DebugLoc(), getSDVTList(VT)), 1831 0, DebugLoc(), getSDVTList(VT)), FI(fi) { 1936 DebugLoc(), getSDVTList(VT)), 1945 DebugLoc(), getSDVTList(VT)), 2243 : SDNode(NodeTy, 0, DebugLoc(), getSDVTList(VT)), [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 57 ArrayRef<VPValue *> Operands, DebugLoc DL, 64 DebugLoc DL, const Twine &Name = "") { 136 DebugLoc DL; 144 DebugLoc DL, const Twine &Name = "") { 151 DebugLoc DL = {}, const Twine &Name = "") { 155 VPValue *createNot(VPValue *Operand, DebugLoc DL = {}, 160 VPValue *createAnd(VPValue *LHS, VPValue *RHS, DebugLoc DL = {}, 165 VPValue *createOr(VPValue *LHS, VPValue *RHS, DebugLoc DL = {}, 171 DebugLoc DL = {}, const Twine &Name = "", 185 DebugLoc DL = {}, const Twine &Name = "");
|
| /freebsd-14.2/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); 415 const DebugLoc &DL, unsigned Reg, in createDupLane() 431 const DebugLoc &DL, unsigned DReg, unsigned Lane, in createExtractSubreg() 446 const DebugLoc &DL, unsigned Reg1, unsigned Reg2) { in createRegSequence() 463 const DebugLoc &DL, unsigned Ssub0, in createVExt() 492 const DebugLoc &DL) { in createImplicitDef() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 148 DebugLoc DL; 158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue() 215 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc() 244 DebugLoc DL; 248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() 255 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 45 DebugLoc DL = DebugLoc(); in runOnMachineFunction() 134 DebugLoc DL = DebugLoc(); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.h | 40 MachineBasicBlock::iterator MBBI, DebugLoc &DL, 44 MachineBasicBlock::iterator MBBI, DebugLoc &DL, 73 const DebugLoc &DL, 80 MachineBasicBlock::iterator I, const DebugLoc &DL,
|
| H A D | R600MachineCFGStructurizer.cpp | 201 const DebugLoc &DL = DebugLoc()); 203 const DebugLoc &DL = DebugLoc()); 206 const DebugLoc &DL); 483 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore() 576 DebugLoc DL; in getLastDebugLocInBB() 1282 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf() 1290 DebugLoc()); in improveSimpleJumpintoIf() 1357 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock() 1404 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1415 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.h | 33 const DebugLoc &DL, MCRegister DstReg, MCRegister SrcReg, 50 const DebugLoc &DL, Register DstReg, uint64_t Val, 70 const DebugLoc &dl, 75 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 48 DebugLoc Start; 49 DebugLoc End; 53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() 54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() 57 const DebugLoc &getStart() const { return Start; } in getStart() 58 const DebugLoc &getEnd() const { return End; } in getEnd() 383 DebugLoc getStartLoc() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 57 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 62 const DebugLoc &DL, 84 const DebugLoc &DL, uint64_t Val,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 23 Instruction *InsertionPt, DebugLoc DL) { in insertCall() 104 DebugLoc DL; in runOnFunction() 123 DebugLoc DL; in runOnFunction() 124 if (DebugLoc TerminatorDL = T->getDebugLoc()) in runOnFunction()
|
| /freebsd-14.2/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() 462 DebugLoc DL; in BuildAddiuSpImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 47 const DebugLoc &DL, in BuildCFI() 59 const DebugLoc &DL, bool IsPrologue) const { in emitCalleeSavedFrameMoves() 93 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() 203 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() 322 DebugLoc DL; in spillCalleeSavedRegisters() 347 DebugLoc DL; in restoreCalleeSavedRegisters() 413 DebugLoc DL = I->getDebugLoc(); in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 68 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 72 const DebugLoc &DL, MCRegister DstReg, MCRegister SrcReg, 98 const DebugLoc &DL, Register DstReg, uint64_t Val, 111 const DebugLoc &dl, 116 MachineBasicBlock &RestoreBB, const DebugLoc &DL, 232 MachineBasicBlock::iterator II, const DebugLoc &DL, Register DestReg,
|