HomeSort by relevance Sort by last modified time
    Searched refs:DebugLoc (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/Support/
DebugLoc.h 1 //===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
24 /// DebugLoc - Debug location id. This is carried by Instruction, SDNode,
27 class DebugLoc {
28 friend struct DenseMapInfo<DebugLoc>;
31 /// not equal to the tombstone key or DebugLoc().
32 static DebugLoc getEmptyKey() {
33 DebugLoc DL;
39 /// is not equal to the empty key or DebugLoc().
40 static DebugLoc getTombstoneKey() {
41 DebugLoc DL
    [all...]
  /external/llvm/lib/VMCore/
DebugLoc.cpp 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/Support/DebugLoc.h"
16 // DebugLoc Implementation
19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
73 DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
75 DebugLoc Result
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl,
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/llvm/lib/Target/PTX/
PTXSelectionDAGInfo.h 33 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
42 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
PTXISelLowering.h 53 DebugLoc dl,
63 DebugLoc dl,
73 DebugLoc dl, SelectionDAG &DAG,
PTXInstrInfo.h 41 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/Target/X86/
X86SelectionDAGInfo.h 37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
45 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 352 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...]
LexicalScopes.h 25 #include "llvm/Support/DebugLoc.h"
70 /// DebugLoc.
71 void getMachineBasicBlocks(DebugLoc DL,
74 /// dominates - Return true if DebugLoc's lexical scope dominates at least one
76 bool dominates(DebugLoc DL, MachineBasicBlock *MBB);
79 /// given DebugLoc. Return NULL if not found.
80 LexicalScope *findLexicalScope(DebugLoc DL);
92 /// findInlinedScope - Find an inlined scope for the given DebugLoc or return
94 LexicalScope *findInlinedScope(DebugLoc DL) {
108 /// getOrCreateLexicalScope - Find lexical scope for the given DebugLoc. I
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 18 #include "llvm/Support/DebugLoc.h"
49 DebugLoc DL;
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
98 // Returns the DebugLoc.
99 DebugLoc getDebugLoc() { return DL; }
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
58 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
Thumb2RegisterInfo.h 35 DebugLoc dl,
Thumb1InstrInfo.h 41 MachineBasicBlock::iterator I, DebugLoc DL,
  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.h 64 DebugLoc DL,
70 DebugLoc DL,
BlackfinISelLowering.h 63 DebugLoc dl, SelectionDAG &DAG,
71 DebugLoc dl, SelectionDAG &DAG,
79 DebugLoc dl, SelectionDAG &DAG) const;
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 19 #include "llvm/Support/DebugLoc.h"
36 DebugLoc Loc;
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 150 void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL,
157 DebugLoc DL) const;
159 MachineBasicBlock::iterator MI, DebugLoc DL,
177 DebugLoc DL) const;
MipsEmitGPRestore.cpp 66 DebugLoc dl = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
78 DebugLoc dl = I->getDebugLoc();
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 60 DebugLoc DL) const;
65 MachineBasicBlock::iterator I, DebugLoc DL,
85 DebugLoc DL) const;
XCoreRegisterInfo.h 32 unsigned DstReg, int64_t Value, DebugLoc dl) const;
36 unsigned SrcReg, int Offset, DebugLoc dl) const;
40 unsigned DstReg, int Offset, DebugLoc dl) const;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 131 DebugLoc dl, SelectionDAG &DAG,
138 DebugLoc dl,
145 DebugLoc dl, SelectionDAG &DAG,
152 DebugLoc dl, SelectionDAG &DAG,
160 DebugLoc dl, SelectionDAG &DAG,
168 DebugLoc dl, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 100 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/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
75 DebugLoc dl = MBBI->getDebugLoc();
SparcISelLowering.h 76 DebugLoc dl, SelectionDAG &DAG,
86 DebugLoc dl, SelectionDAG &DAG,
94 DebugLoc dl, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.h 87 DebugLoc dl, SelectionDAG &DAG,
121 DebugLoc dl, SelectionDAG &DAG,
130 DebugLoc dl, SelectionDAG &DAG,
138 DebugLoc dl, SelectionDAG &DAG) const;

Completed in 7105 milliseconds

1 2 3 4 5 6 7 8