/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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() 45 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() 49 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() 53 return DebugLoc::get(SP->getScopeLine(), 0, SP); in getFnDebugLoc() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugLoc.h | 33 class DebugLoc { 37 DebugLoc() = default; 40 DebugLoc(const DILocation *L); 48 explicit DebugLoc(const MDNode *N); 79 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope, 88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, 110 DebugLoc getFnDebugLoc() const; 119 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 120 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
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, 100 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; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 54 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 63 const DebugLoc &DL) const; 129 const DebugLoc &DL, int64_t NumBytes, bool InEpilogue) const; 163 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const; 170 const DebugLoc &DL, bool RestoreSP = false) const; 185 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 191 const DebugLoc &DL, bool InProlog) const; 196 const DebugLoc &DL, bool InProlog) const; 200 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, 205 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, [all …]
|
D | X86FlagsCopyLowering.cpp | 102 DebugLoc TestLoc, X86::CondCode Cond); 105 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 108 DebugLoc Loc, unsigned Reg); 111 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 115 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 119 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 123 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 129 DebugLoc TestLoc, MachineInstr &SetBI, 132 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 436 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() [all …]
|
D | X86RetpolineThunks.cpp | 233 addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0) in insertRegReturnAddrClobber() 259 BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym); in populateThunk() 274 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk() 275 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); in populateThunk() 276 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); in populateThunk() 285 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
|
D | X86SpeculativeLoadHardening.cpp | 183 MachineBasicBlock::iterator InsertPt, DebugLoc Loc); 185 MachineBasicBlock::iterator InsertPt, DebugLoc Loc, 189 MachineBasicBlock::iterator InsertPt, DebugLoc Loc, 193 DebugLoc Loc); 205 DebugLoc Loc); 254 BuildMI(&MBB, DebugLoc(), TII.get(X86::JMP_1)).addMBB(&OldLayoutSucc); in splitEdge() 427 DebugLoc Loc; in runOnMachineFunction() 591 BuildMI(*MBB, InsertPt, DebugLoc(), TII->get(X86::LFENCE)); in hardenEdgesWithLFENCE() 756 auto CMovI = BuildMI(CheckingMBB, InsertPt, DebugLoc(), in tracePredStateThroughCFG() 1109 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), in tracePredStateThroughIndirectBranches() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 50 DebugLoc DL; 60 bool indir, DebugLoc dl, unsigned O) in SDDbgValue() 68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue() 77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue() 117 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 316 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 323 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI() 334 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 350 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 359 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 369 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI() 379 const DebugLoc &DL, in BuildMI() 389 const DebugLoc &DL, in BuildMI() 398 const DebugLoc &DL, in BuildMI() 408 const DebugLoc &DL, in BuildMI() [all …]
|
D | SelectionDAGNodes.h | 197 inline const DebugLoc &getDebugLoc() const; 643 DebugLoc debugLoc; 753 const DebugLoc &getDebugLoc() const { return debugLoc; } 757 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); } 1096 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs) 1120 DebugLoc DL; 1134 const DebugLoc &getDebugLoc() const { return DL; } 1201 inline const DebugLoc &SDValue::getDebugLoc() const { 1249 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) { 1274 AddrSpaceCastSDNode(unsigned Order, const DebugLoc &dl, EVT VT, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SpeculationHardening.cpp | 156 AArch64CC::CondCode &CondCode, DebugLoc DL) const; 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() 369 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::SUBSXri)) in insertSPToRegTaintPropagation() 375 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::CSINVXr)) in insertSPToRegTaintPropagation() 392 BuildMI(MBB, MBBI, DebugLoc(), TII->get(AArch64::ADDXri)) in insertRegToSPTaintPropagation() [all …]
|
D | AArch64InstrInfo.h | 140 const DebugLoc &DL, MCRegister DestReg, 144 DebugLoc DL, unsigned DestReg, unsigned SrcReg, 148 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 189 const DebugLoc &DL, 196 const DebugLoc &DL, unsigned DstReg, 297 void instantiateCondBranch(MachineBasicBlock &MBB, const DebugLoc &DL, 313 const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 68 const DebugLoc &DL, unsigned Reg, unsigned Lane, 73 const DebugLoc &DL, unsigned DReg, 78 const DebugLoc &DL, unsigned Ssub0, unsigned Ssub1); 82 const DebugLoc &DL, unsigned Reg1, 87 const DebugLoc &DL, unsigned DReg, 92 const DebugLoc &DL); 418 const DebugLoc &DL, unsigned Reg, in createDupLane() 434 const DebugLoc &DL, unsigned DReg, unsigned Lane, in createExtractSubreg() 449 const DebugLoc &DL, unsigned Reg1, unsigned Reg2) { in createRegSequence() 466 const DebugLoc &DL, unsigned Ssub0, in createVExt() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 43 DebugLoc DL = DebugLoc(); in runOnMachineFunction() 130 DebugLoc DL = DebugLoc(); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 37 const DebugLoc &DL, MCRegister DstReg, MCRegister SrcReg, 53 const DebugLoc &DL, Register DstReg, uint64_t Val, 65 const DebugLoc &dl, 70 const DebugLoc &DL, int64_t BrOffset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.cpp | 40 DebugLoc dl; in emitPrologueInsns() 78 DebugLoc dl; in emitEpilogueInsns() 110 DebugLoc dl; in emitSPAdjustment() 140 DebugLoc dl; in emitSPExtend() 186 DebugLoc dl; in emitPrologue() 272 DebugLoc dl = MBBI->getDebugLoc(); in emitEpilogue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 223 const DebugLoc &DL = DebugLoc()); 225 const DebugLoc &DL = DebugLoc()); 228 const DebugLoc &DL); 231 int RegNum, const DebugLoc &DL); 243 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB); 457 int NewOpcode, const DebugLoc &DL) { in insertInstrEnd() 467 const DebugLoc &DL) { in insertInstrBefore() 483 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore() 491 MachineBasicBlock::iterator I, int NewOpcode, const DebugLoc &DL) { in insertCondBranchBefore() 505 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore() [all …]
|
D | SIWholeQuadMode.cpp | 564 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg) in saveSCC() 567 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC) in saveSCC() 634 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ? in toExact() 640 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ? in toExact() 657 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), Exec) in toWQM() 660 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(ST->isWave32() ? in toWQM() 675 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::ENTER_WWM), SaveOrig) in toWWM() 686 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::EXIT_WWM), in fromWWM() 844 const DebugLoc &DL = MI->getDebugLoc(); in lowerLiveMaskQueries() 922 MachineInstr *MI = BuildMI(Entry, EntryMI, DebugLoc(), in runOnMachineFunction() [all …]
|
D | SIInstrInfo.h | 197 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 206 const DebugLoc &DL, 214 MachineBasicBlock::iterator I, const DebugLoc &DL, 218 MachineBasicBlock::iterator I, const DebugLoc &DL, 268 const DebugLoc &DL, 289 const DebugLoc &DL, 302 MachineBasicBlock::iterator I, const DebugLoc &DL, 307 MachineBasicBlock::iterator I, const DebugLoc &DL, 886 const DebugLoc &DL) const; 980 const DebugLoc &DL, Register Src, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 75 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, 98 const DebugLoc &DL, 112 const DebugLoc &DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() 115 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() 187 DebugLoc DL; in spillCalleeSavedRegisters() 213 DebugLoc DL; in restoreCalleeSavedRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopInfo.cpp | 98 DebugLoc MachineLoop::getStartLoc() const { in getStartLoc() 102 if (DebugLoc DL = PHeadBB->getTerminator()->getDebugLoc()) in getStartLoc() 111 return DebugLoc(); in getStartLoc()
|