/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/ARM/ |
ARMSelectionDAGInfo.h | 31 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, 41 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
|
Thumb2RegisterInfo.h | 35 DebugLoc dl,
|
Thumb1InstrInfo.h | 41 MachineBasicBlock::iterator I, DebugLoc DL,
|
/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...] |
/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/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;
|
BlackfinInstrInfo.h | 47 DebugLoc DL) const; 50 MachineBasicBlock::iterator MI, DebugLoc DL,
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITEventListener.h | 19 #include "llvm/Support/DebugLoc.h" 36 DebugLoc Loc;
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.h | 115 void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL, 122 DebugLoc DL) const; 124 MachineBasicBlock::iterator MI, DebugLoc DL, 142 DebugLoc DL) const;
|
MipsEmitGPRestore.cpp | 66 DebugLoc dl = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); 78 DebugLoc dl = I->getDebugLoc();
|
/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;
|
/external/llvm/lib/Target/PTX/ |
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/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;
|
AlphaInstrInfo.h | 44 DebugLoc DL) const; 46 MachineBasicBlock::iterator MI, DebugLoc DL,
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.h | 75 void LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, 114 DebugLoc DL) const; 116 MachineBasicBlock::iterator I, DebugLoc DL, 136 DebugLoc DL) const;
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGEmit.cpp | 54 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg) 63 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase)
|