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

1 2 3 4 5 6 7 8 9

  /external/llvm/include/llvm/Support/
DebugLoc.h 1 //===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
23 /// DebugLoc - Debug location id. This is carried by Instruction, SDNode,
26 class DebugLoc {
27 friend struct DenseMapInfo<DebugLoc>;
30 /// not equal to the tombstone key or DebugLoc().
31 static DebugLoc getEmptyKey() {
32 DebugLoc DL;
38 /// is not equal to the empty key or DebugLoc().
39 static DebugLoc getTombstoneKey() {
40 DebugLoc DL
    [all...]
  /external/llvm/lib/Target/XCore/
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;
XCoreInstrInfo.h 60 DebugLoc DL) const;
65 MachineBasicBlock::iterator I, DebugLoc DL,
85 DebugLoc DL) const;
  /external/llvm/lib/IR/
DebugLoc.cpp 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/Support/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,
74 DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
76 DebugLoc Result
    [all...]
  /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 389 SDValue getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
392 SDValue getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT,
427 SDValue getBasicBlock(MachineBasicBlock *MBB, DebugLoc dl);
429 SDValue getExternalSymbol(const char *Sym, DebugLoc dl, EVT VT);
435 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label);
445 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N) {
453 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, unsigned Reg, SDValue N,
461 SDValue getCopyToReg(SDValue Chain, DebugLoc dl, SDValue Reg, SDValue N,
468 SDValue getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT) {
477 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/Target/ARM/
Thumb2RegisterInfo.h 34 DebugLoc dl,
ARMSelectionDAGInfo.h 48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
58 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
Thumb1InstrInfo.h 43 MachineBasicBlock::iterator I, DebugLoc DL,
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 29 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
HexagonSelectionDAGInfo.cpp 30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain,
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 19 #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/AArch64/
AArch64InstrInfo.h 42 MachineBasicBlock::iterator I, DebugLoc DL,
48 DebugLoc DL) const;
68 DebugLoc DL) const;
100 DebugLoc dl, const TargetInstrInfo &TII,
106 DebugLoc dl, const TargetInstrInfo &TII,
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 29 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, DebugLoc dl,
33 DebugLoc DL, SDNode *Node) const;
MipsInstrInfo.h 58 DebugLoc DL) const;
72 DebugLoc DL) const;
102 void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL,
MipsSEInstrInfo.h 48 MachineBasicBlock::iterator MI, DebugLoc DL,
76 MachineBasicBlock::iterator II, DebugLoc DL,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 54 MachineBasicBlock::iterator I, DebugLoc DL,
74 DebugLoc DL) const;
  /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/Sparc/
SparcInstrInfo.h 71 DebugLoc dl) const;
83 DebugLoc DL) const;
86 MachineBasicBlock::iterator I, DebugLoc DL,
SparcFrameLowering.cpp 35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
74 DebugLoc dl = MI.getDebugLoc();
91 DebugLoc dl = MBBI->getDebugLoc();
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 76 bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
122 DebugLoc DL) const;
124 MachineBasicBlock::iterator I, DebugLoc DL,
144 DebugLoc DL) const;
PPCISelLowering.h 479 DebugLoc dl) const;
500 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, DebugLoc dl) const;
515 DebugLoc dl, SelectionDAG &DAG,
517 SDValue FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall,
532 DebugLoc dl, SelectionDAG &DAG,
550 DebugLoc dl, SelectionDAG &DAG) const;
554 SDValue ArgVal, DebugLoc dl) const;
565 DebugLoc dl, SelectionDAG &DAG,
571 DebugLoc dl, SelectionDAG &DAG,
577 DebugLoc dl, SelectionDAG &DAG
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 66 DebugLoc PrevDL;
72 const DebugLoc MIDL = MInsn->getDebugLoc();
115 /// given DebugLoc. Return NULL if not found.
116 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) {
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
133 /// getOrCreateLexicalScope - Find lexical scope for the given DebugLoc. If
135 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) {
164 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 55 MachineBasicBlock::iterator I, DebugLoc DL,
85 DebugLoc DL) const;

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 9