Searched refs:DebugLoc (Results 1 - 25 of 221) sorted by relevance

123456789

/external/llvm/include/llvm/IR/
H A DDebugLoc.h1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
26 /// DebugLoc - Debug location id. This is carried by Instruction, SDNode,
29 class DebugLoc { class in namespace:llvm
30 friend struct DenseMapInfo<DebugLoc>;
33 /// not equal to the tombstone key or DebugLoc().
34 static DebugLoc getEmptyKey() {
35 DebugLoc DL;
41 /// is not equal to the empty key or DebugLoc().
42 static DebugLoc getTombstoneKey() {
43 DebugLoc D
57 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown. function in class:llvm::DebugLoc
[all...]
H A DDiagnosticInfo.h20 #include "llvm/IR/DebugLoc.h"
32 class DebugLoc;
253 const DebugLoc &DLoc, const Twine &Msg)
285 const DebugLoc &getDebugLoc() const { return DLoc; }
298 DebugLoc DLoc;
317 const DebugLoc &DLoc, const Twine &Msg)
343 const DebugLoc &DLoc, const Twine &Msg)
369 const DebugLoc &DLoc,
391 const Function &Fn, const DebugLoc &DLoc,
401 const Function &Fn, const DebugLoc
[all...]
/external/llvm/lib/IR/
H A DDebugLoc.cpp1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/IR/DebugLoc.h"
17 // DebugLoc Implementation
20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
73 MDNode *DebugLoc::getScopeNode(const LLVMContext &Ctx) const {
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
79 DebugLoc DebugLo
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.h32 DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val,
H A DThumb1InstrInfo.cpp41 MachineBasicBlock::iterator I, DebugLoc DL,
62 DebugLoc DL;
90 DebugLoc DL;
H A DThumb1InstrInfo.h42 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h18 #include "llvm/IR/DebugLoc.h"
50 DebugLoc DL;
56 bool indir, uint64_t off, DebugLoc dl,
66 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
75 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
106 // Returns the DebugLoc.
107 DebugLoc getDebugLoc() { return DL; }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIInstrInfo.h34 MachineBasicBlock::iterator MI, DebugLoc DL,
H A DSIInstrInfo.cpp38 MachineBasicBlock::iterator MI, DebugLoc DL,
55 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::V_MOV_IMM_I32), DebugLoc());
H A DR600ISelLowering.h39 DebugLoc DL, unsigned DwordOffset) const;
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp177 DebugLoc LastLoc = Last->getDebugLoc();
184 DebugLoc FirstLoc = First->getDebugLoc();
204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL);
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.h34 MachineBasicBlock::iterator MI, DebugLoc DL,
H A DSIInstrInfo.cpp38 MachineBasicBlock::iterator MI, DebugLoc DL,
55 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::V_MOV_IMM_I32), DebugLoc());
/external/llvm/lib/CodeGen/
H A DErlangGC.cpp32 DebugLoc DL) const;
55 DebugLoc DL) const {
H A DLexicalScopes.cpp62 DebugLoc PrevDL;
65 const DebugLoc MIDL = MInsn.getDebugLoc();
107 LexicalScope *LexicalScopes::findInlinedScope(DebugLoc DL) {
116 /// given DebugLoc. Return NULL if not found.
117 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) {
137 /// getOrCreateLexicalScope - Find lexical scope for the given DebugLoc. If
139 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) {
168 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
286 /// DebugLoc
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h56 MachineBasicBlock::iterator I, DebugLoc DL,
87 DebugLoc DL) const override;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp42 DebugLoc dl = DebugLoc();
H A DNVPTXInstrInfo.h53 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL,
69 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const override;
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h76 DebugLoc DL) const override;
79 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h61 DebugLoc DL) const override;
66 MachineBasicBlock::iterator I, DebugLoc DL,
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h25 #include "llvm/IR/DebugLoc.h"
164 /// DebugLoc.
165 void getMachineBasicBlocks(DebugLoc DL,
168 /// dominates - Return true if DebugLoc's lexical scope dominates at least one
170 bool dominates(DebugLoc DL, MachineBasicBlock *MBB);
173 /// given DebugLoc. Return NULL if not found.
174 LexicalScope *findLexicalScope(DebugLoc DL);
187 /// findInlinedScope - Find an inlined scope for the given DebugLoc or return
189 LexicalScope *findInlinedScope(DebugLoc DL);
204 /// getOrCreateLexicalScope - Find lexical scope for the given DebugLoc
[all...]
H A DMachineInstrBuilder.h229 DebugLoc DL,
238 DebugLoc DL,
251 DebugLoc DL,
262 DebugLoc DL,
273 DebugLoc DL,
291 DebugLoc DL,
301 DebugLoc DL,
311 DebugLoc DL,
327 DebugLoc DL,
337 DebugLoc D
[all...]
H A DSelectionDAGNodes.h34 #include "llvm/IR/DebugLoc.h"
185 inline const DebugLoc getDebugLoc() const;
377 DebugLoc debugLoc;
463 const DebugLoc getDebugLoc() const { return debugLoc; }
467 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
741 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs,
758 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs)
830 /// Wrapper class for IR location info (IR ordering and DebugLoc) to be passed
832 /// When an SDNode is created from the DAGBuilder, the DebugLoc is extracted
835 /// When an SDNode is created after the DAG is being built, both DebugLoc an
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h102 DebugLoc DL) const;
104 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
108 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
135 DebugLoc DL) const override;
142 DebugLoc DL, unsigned DstReg,
160 void instantiateCondBranch(MachineBasicBlock &MBB, DebugLoc DL,
170 DebugLoc DL, unsigned DestReg, unsigned SrcReg, int Offset,
/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h19 #include "llvm/IR/DebugLoc.h"
39 DebugLoc Loc;

Completed in 6215 milliseconds

123456789