Home
last modified time | relevance | path

Searched refs:DebugLoc (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/external/llvm/lib/IR/
DDebugLoc.cpp18 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp19 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 …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h27 class DebugLoc {
28 friend struct DenseMapInfo<DebugLoc>;
32 static DebugLoc getEmptyKey() {
33 DebugLoc DL;
40 static DebugLoc getTombstoneKey() {
41 DebugLoc DL;
55 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown.
59 static DebugLoc get(unsigned Line, unsigned Col,
63 static DebugLoc getFromDILocation(MDNode *N);
66 static DebugLoc getFromDILexicalBlock(MDNode *N);
[all …]
/external/llvm/include/llvm/IR/
DDebugLoc.h34 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 …]
DDiagnosticInfo.h347 const DebugLoc &DLoc) in DiagnosticInfoWithDebugLocBase()
363 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc()
370 DebugLoc DLoc;
386 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase()
430 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark()
456 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed()
482 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis()
502 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis()
525 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisFPCommute()
552 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisAliasing()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { in getScope()
36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt()
48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt()
73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, in get()
75 DebugLoc Result; in get()
99 MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const { in getAsMDNode()
116 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { in getFromDILocation()
117 if (N == 0 || N->getNumOperands() != 4) return DebugLoc(); in getFromDILocation()
120 if (Scope == 0) return DebugLoc(); in getFromDILocation()
132 DebugLoc DebugLoc::getFromDILexicalBlock(MDNode *N) { in getFromDILexicalBlock()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h352 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
355 SDValue getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
388 SDValue getBasicBlock(MachineBasicBlock *MBB, DebugLoc dl);
390 SDValue getExternalSymbol(const char *Sym, DebugLoc dl, EVT VT);
395 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label);
399 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N) {
407 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N,
415 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, SDValue Reg, SDValue N,
422 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT) {
431 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT,
[all …]
DSelectionDAGNodes.h144 inline const DebugLoc getDebugLoc() const;
341 DebugLoc debugLoc;
412 const DebugLoc getDebugLoc() const { return debugLoc; }
416 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
677 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
694 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
802 inline const DebugLoc SDValue::getDebugLoc() const {
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y)
852 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h34 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,
88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
110 DebugLoc getFnDebugLoc() const;
115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; }
116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h34 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; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.h55 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 …]
/external/llvm/lib/Target/X86/
DX86FrameLowering.h56 const DebugLoc &DL, bool InProlog) const;
64 const DebugLoc &DL) const;
169 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const;
176 const DebugLoc &DL, bool RestoreSP = false) const;
184 const DebugLoc &DL, bool InProlog) const;
190 const DebugLoc &DL, bool InProlog) const;
196 const DebugLoc &DL,
201 MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
206 MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
212 const DebugLoc &DL, int64_t Offset,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h50 DebugLoc DL;
59 bool indir, DebugLoc dl, unsigned O) in SDDbgValue()
67 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue()
76 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue()
116 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc()
133 DebugLoc DL;
137 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel()
144 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrTest.cpp120 auto MI1 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
124 auto MI2 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
140 auto MI3 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
144 auto MI4 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
193 auto VD1VU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
199 auto VD2VU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
205 auto VD1SU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
211 auto VD1SD = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
217 auto VD2PU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
223 auto VD2PD = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp66 DebugLoc PrevDL; in extractLexicalScopes()
72 const DebugLoc MIDL = MInsn->getDebugLoc(); in extractLexicalScopes()
116 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) { in findLexicalScope()
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA)); in findLexicalScope()
135 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) { in getOrCreateLexicalScope()
164 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope)); in getOrCreateRegularScope()
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt); in getOrCreateInlinedScope()
268 getMachineBasicBlocks(DebugLoc DL, in getMachineBasicBlocks()
292 bool LexicalScopes::dominates(DebugLoc DL, MachineBasicBlock *MBB) { in dominates()
304 DebugLoc IDL = I->getDebugLoc(); in dominates()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h299 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI()
306 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI()
317 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
333 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
342 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
352 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
362 const DebugLoc &DL, in BuildMI()
372 const DebugLoc &DL, in BuildMI()
381 const DebugLoc &DL, in BuildMI()
391 const DebugLoc &DL, in BuildMI()
[all …]
DSelectionDAGNodes.h192 inline const DebugLoc &getDebugLoc() const;
605 DebugLoc debugLoc;
721 const DebugLoc &getDebugLoc() const { return debugLoc; }
725 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
1052 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
1076 DebugLoc DL;
1090 const DebugLoc &getDebugLoc() const { return DL; }
1153 inline const DebugLoc &SDValue::getDebugLoc() const {
1201 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
1226 AddrSpaceCastSDNode(unsigned Order, const DebugLoc &dl, EVT VT,
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h172 inline const DebugLoc &getDebugLoc() const;
438 DebugLoc debugLoc;
530 const DebugLoc &getDebugLoc() const { return debugLoc; }
534 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
817 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
842 DebugLoc DL;
855 const DebugLoc &getDebugLoc() const { return DL; }
904 inline const DebugLoc &SDValue::getDebugLoc() const {
959 BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl,
975 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
[all …]
DMachineInstrBuilder.h242 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI()
249 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL, in BuildMI()
260 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
276 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
285 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
295 const DebugLoc &DL, const MCInstrDesc &MCID, in BuildMI()
305 const DebugLoc &DL, in BuildMI()
315 const DebugLoc &DL, in BuildMI()
324 const DebugLoc &DL, in BuildMI()
334 const DebugLoc &DL, in BuildMI()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h384 DebugLoc dl) const;
404 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, DebugLoc dl) const;
419 DebugLoc dl, SelectionDAG &DAG,
421 SDValue FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall,
436 DebugLoc dl, SelectionDAG &DAG,
445 DebugLoc dl, SelectionDAG &DAG,
459 DebugLoc dl, SelectionDAG &DAG) const;
465 DebugLoc dl, SelectionDAG &DAG,
471 DebugLoc dl, SelectionDAG &DAG,
480 DebugLoc dl, SelectionDAG &DAG,
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h49 DebugLoc DL;
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, in SDDbgValue()
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, in SDDbgValue()
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) : in SDDbgValue()
99 DebugLoc getDebugLoc() { return DL; } in getDebugLoc()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.h100 DebugLoc dl, SelectionDAG &DAG,
107 DebugLoc dl,
114 DebugLoc dl, SelectionDAG &DAG,
121 DebugLoc dl, SelectionDAG &DAG,
129 DebugLoc dl, SelectionDAG &DAG,
137 DebugLoc dl, SelectionDAG &DAG) const;
/external/clang/lib/CodeGen/
DCGLoopInfo.h71 llvm::DebugLoc Location);
104 llvm::DebugLoc Location = llvm::DebugLoc());
110 llvm::DebugLoc Location = llvm::DebugLoc());
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.h41 MachineBasicBlock::iterator I, DebugLoc DL,
50 DebugLoc DL) const;
88 DebugLoc DL) const;
116 DebugLoc dl, EVT VT,
120 DebugLoc dl, EVT VT,
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h49 DebugLoc DL;
58 uint64_t off, DebugLoc dl, unsigned O) in SDDbgValue()
68 DebugLoc dl, unsigned O) in SDDbgValue()
76 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, in SDDbgValue()
112 DebugLoc getDebugLoc() const { return DL; } in getDebugLoc()

12345678910>>...32