Searched refs:DL (Results 1 - 25 of 114) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Encoding.java6 static final String DL = "DL"; field in interface:ASN1Encoding
/external/llvm/include/llvm/Support/
H A DDebugLoc.h32 DebugLoc DL; local
33 DL.LineCol = 1;
34 return DL;
40 DebugLoc DL; local
41 DL.LineCol = 2;
42 return DL;
95 bool operator==(const DebugLoc &DL) const {
96 return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;
98 bool operator!=(const DebugLoc &DL) cons
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp42 MachineBasicBlock::iterator I, DebugLoc DL,
45 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tMOVr), DestReg)
63 DebugLoc DL; local
64 if (I != MBB.end()) DL = I->getDebugLoc();
73 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tSTRspi))
91 DebugLoc DL; local
92 if (I != MBB.end()) DL = I->getDebugLoc();
101 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tLDRspi), DestReg)
41 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
66 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r))
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FPW)
86 DL = MBBI->getDebugLoc();
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SPW)
115 DebugLoc DL = MBBI->getDebugLoc(); local
135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FPW);
148 DL = MBBI->getDebugLoc();
156 BuildMI(MBB, MBBI, DL,
160 BuildMI(MBB, MBBI, DL,
[all...]
H A DMSP430InstrInfo.cpp39 DebugLoc DL; local
40 if (MI != MBB.end()) DL = MI->getDebugLoc();
51 BuildMI(MBB, MI, DL, get(MSP430::MOV16mr))
55 BuildMI(MBB, MI, DL, get(MSP430::MOV8mr))
67 DebugLoc DL; local
68 if (MI != MBB.end()) DL = MI->getDebugLoc();
79 BuildMI(MBB, MI, DL, get(MSP430::MOV16rm))
82 BuildMI(MBB, MI, DL, get(MSP430::MOV8rm))
89 MachineBasicBlock::iterator I, DebugLoc DL,
100 BuildMI(MBB, I, DL, ge
88 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
H A DMSP430InstrInfo.h55 MachineBasicBlock::iterator I, DebugLoc DL,
85 DebugLoc DL) const;
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h196 DebugLoc DL,
198 return MachineInstrBuilder(MF.CreateMachineInstr(MCID, DL));
205 DebugLoc DL,
208 return MachineInstrBuilder(MF.CreateMachineInstr(MCID, DL))
218 DebugLoc DL,
221 MachineInstr *MI = BB.getParent()->CreateMachineInstr(MCID, DL);
228 DebugLoc DL,
231 MachineInstr *MI = BB.getParent()->CreateMachineInstr(MCID, DL);
238 DebugLoc DL,
243 return BuildMI(BB, MII, DL, MCI
195 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID) argument
204 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
216 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
226 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
236 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
254 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
263 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
272 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID) argument
289 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID) argument
299 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
[all...]
H A DLexicalScopes.h71 void getMachineBasicBlocks(DebugLoc DL,
76 bool dominates(DebugLoc DL, MachineBasicBlock *MBB);
80 LexicalScope *findLexicalScope(DebugLoc DL);
94 LexicalScope *findInlinedScope(DebugLoc DL) { argument
95 return InlinedLexicalScopeMap.lookup(DL);
110 LexicalScope *getOrCreateLexicalScope(DebugLoc DL);
H A DGCMetadata.h65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) argument
66 : Kind(K), Label(L), Loc(DL) {}
128 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { argument
129 SafePoints.push_back(GCPoint(Kind, Label, DL));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h49 DebugLoc DL; member in class:llvm::SDDbgValue
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
99 DebugLoc getDebugLoc() { return DL; }
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp278 DebugLoc DL)const{
287 BuildMI(&MBB, DL, get(XCore::BRFU_lu6)).addMBB(TBB);
291 BuildMI(&MBB, DL, get(Opc)).addReg(Cond[1].getReg())
300 BuildMI(&MBB, DL, get(Opc)).addReg(Cond[1].getReg())
302 BuildMI(&MBB, DL, get(XCore::BRFU_lu6)).addMBB(FBB);
335 MachineBasicBlock::iterator I, DebugLoc DL,
342 BuildMI(MBB, I, DL, get(XCore::ADD_2rus), DestReg)
349 BuildMI(MBB, I, DL, get(XCore::LDAWSP_ru6), DestReg).addImm(0);
354 BuildMI(MBB, I, DL, get(XCore::SETSP_1r))
368 DebugLoc DL; local
334 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
382 DebugLoc DL; local
[all...]
H A DXCoreInstrInfo.h60 DebugLoc DL) const;
65 MachineBasicBlock::iterator I, DebugLoc DL,
85 DebugLoc DL) const;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp37 MachineBasicBlock::iterator I, DebugLoc DL,
42 BuildMI(MBB, I, DL, get(NVPTX::IMOV32rr), DestReg)
46 BuildMI(MBB, I, DL, get(NVPTX::IMOV8rr), DestReg)
50 BuildMI(MBB, I, DL, get(NVPTX::IMOV1rr), DestReg)
54 BuildMI(MBB, I, DL, get(NVPTX::FMOV32rr), DestReg)
58 BuildMI(MBB, I, DL, get(NVPTX::IMOV16rr), DestReg)
62 BuildMI(MBB, I, DL, get(NVPTX::IMOV64rr), DestReg)
66 BuildMI(MBB, I, DL, get(NVPTX::FMOV64rr), DestReg)
70 BuildMI(MBB, I, DL, get(NVPTX::V4f32Mov), DestReg)
74 BuildMI(MBB, I, DL, ge
36 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
H A DNVPTXInstrInfo.h54 MachineBasicBlock::iterator I, DebugLoc DL,
74 DebugLoc DL) const;
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp83 void replaceBranch(MachineBasicBlock &MBB, Iter Br, DebugLoc DL,
219 DebugLoc DL, MachineBasicBlock *MBBOpnd) {
223 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc);
245 DebugLoc DL = I.Br->getDebugLoc(); local
282 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::SP)
284 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA)
286 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::BAL_BR)).addMBB(BalTgtMBB);
287 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LUi), Mips::AT).addImm(Hi)
292 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::AT)
294 BuildMI(*BalTgtMBB, Pos, DL, TI
218 replaceBranch(MachineBasicBlock &MBB, Iter Br, DebugLoc DL, MachineBasicBlock *MBBOpnd) argument
379 DebugLoc DL = MBB.findDebugLoc(MBB.begin()); local
[all...]
H A DMipsInstrInfo.h49 DebugLoc DL) const;
57 DebugLoc DL) const;
87 void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL,
H A DMipsInstrInfo.cpp50 DebugLoc DL; local
51 BuildMI(MBB, MI, DL, get(Mips::NOP));
67 DebugLoc DL) const {
68 MachineInstrBuilder MIB = BuildMI(MF, DL, get(Mips::DBG_VALUE))
173 MachineBasicBlock *TBB, DebugLoc DL,
178 MachineInstrBuilder MIB = BuildMI(&MBB, DL, MCID);
190 DebugLoc DL) const {
204 BuildCondBr(MBB, TBB, DL, Cond);
205 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(FBB);
212 BuildMI(&MBB, DL, ge
172 BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL, const SmallVectorImpl<MachineOperand>& Cond) const argument
[all...]
H A DMipsSEInstrInfo.h48 MachineBasicBlock::iterator MI, DebugLoc DL,
76 MachineBasicBlock::iterator II, DebugLoc DL,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp205 DebugLoc DL; local
206 BuildMI(MBB, MI, DL, get(PPC::NOP));
379 DebugLoc DL) const {
390 BuildMI(&MBB, DL, get(PPC::B)).addMBB(TBB);
392 BuildMI(&MBB, DL, get(Cond[0].getImm() ?
396 BuildMI(&MBB, DL, get(PPC::BCC))
403 BuildMI(&MBB, DL, get(Cond[0].getImm() ?
407 BuildMI(&MBB, DL, get(PPC::BCC))
409 BuildMI(&MBB, DL, get(PPC::B)).addMBB(FBB);
414 MachineBasicBlock::iterator I, DebugLoc DL,
413 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
448 DebugLoc DL; local
613 LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs) const argument
729 DebugLoc DL; local
[all...]
H A DPPCInstrInfo.h75 bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
120 DebugLoc DL) const;
122 MachineBasicBlock::iterator I, DebugLoc DL,
142 DebugLoc DL) const;
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { argument
57 OS << DL.getLine() << ":" << DL.getCol();
58 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
81 const DebugLoc &DL = I->getDebugLoc(); local
82 if (!DL.isUnknown()) {
89 printDebugLoc(DL,OS);
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp233 DebugLoc DL) const {
240 BuildMI(&MBB, DL, get(SP::BA)).addMBB(TBB);
248 BuildMI(&MBB, DL, get(SP::BCOND)).addMBB(TBB).addImm(CC);
250 BuildMI(&MBB, DL, get(SP::FBCOND)).addMBB(TBB).addImm(CC);
254 BuildMI(&MBB, DL, get(SP::BA)).addMBB(FBB);
281 MachineBasicBlock::iterator I, DebugLoc DL,
285 BuildMI(MBB, I, DL, get(SP::ORrr), DestReg).addReg(SP::G0)
288 BuildMI(MBB, I, DL, get(SP::FMOVS), DestReg)
291 BuildMI(MBB, I, DL, get(Subtarget.isV9() ? SP::FMOVD : SP::FpMOVD), DestReg)
302 DebugLoc DL; local
280 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
324 DebugLoc DL; local
[all...]
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp79 DebugLoc DL; local
80 BuildMI(MBB, MI, DL, get(MBlaze::NOP));
85 MachineBasicBlock::iterator I, DebugLoc DL,
88 llvm::BuildMI(MBB, I, DL, get(MBlaze::ADDK), DestReg)
97 DebugLoc DL; local
98 BuildMI(MBB, I, DL, get(MBlaze::SWI)).addReg(SrcReg,getKillRegState(isKill))
107 DebugLoc DL; local
108 BuildMI(MBB, I, DL, get(MBlaze::LWI), DestReg)
190 DebugLoc DL) const {
202 BuildMI(&MBB, DL, ge
84 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp125 MachineBasicBlock::iterator I, DebugLoc DL,
134 BuildMI(MBB, I, DL, get(SPU::LRr128), DestReg)
165 DebugLoc DL; local
166 if (MI != MBB.end()) DL = MI->getDebugLoc();
167 addFrameReference(BuildMI(MBB, MI, DL, get(opc))
198 DebugLoc DL; local
199 if (MI != MBB.end()) DL = MI->getDebugLoc();
200 addFrameReference(BuildMI(MBB, MI, DL, get(opc), DestReg), FrameIdx);
350 DebugLoc DL) const {
364 MIB = BuildMI(&MBB, DL, ge
124 copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DestReg, unsigned SrcReg, bool KillSrc) const argument
[all...]
H A DSPUInstrInfo.h48 MachineBasicBlock::iterator I, DebugLoc DL,
80 DebugLoc DL) const;

Completed in 371 milliseconds

12345