Searched refs:dl (Results 1 - 25 of 218) sorted by relevance

123456789

/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp25 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) { argument
28 if (dl == n)
/external/bluetooth/glib/glib/
H A Dgdataset.h75 #define g_datalist_id_set_data(dl, q, d) \
76 g_datalist_id_set_data_full ((dl), (q), (d), NULL)
77 #define g_datalist_id_remove_data(dl, q) \
78 g_datalist_id_set_data ((dl), (q), NULL)
79 #define g_datalist_get_data(dl, k) \
80 (g_datalist_id_get_data ((dl), g_quark_try_string (k)))
81 #define g_datalist_set_data_full(dl, k, d, f) \
82 g_datalist_id_set_data_full ((dl), g_quark_from_string (k), (d), (f))
83 #define g_datalist_remove_no_notify(dl, k) \
84 g_datalist_id_remove_no_notify ((dl), g_quark_try_strin
[all...]
/external/chromium/base/
H A Dnative_library_linux.cc26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); local
27 if (!dl && error)
30 return dl;
/external/elfutils/libelf/
H A Delf_hash.c25 #include <dl-hash.h>
H A Delf32_updatefile.c198 Elf_Data_List *dl; local
204 dl = &scn->data_list;
209 if ((scn->flags | dl->flags | elf->flags) & ELF_F_DIRTY)
211 if (scn_start + dl->data.d.d_off != last_position)
213 if (scn_start + dl->data.d.d_off > last_position)
221 written = MIN (scn_start + dl->data.d.d_off
230 != scn_start + dl->data.d.d_off
231 && shdr_end < scn_start + dl->data.d.d_off)
233 scn_start + dl->data.d.d_off - shdr_end);
235 last_position = scn_start + dl
507 Elf_Data_List *dl; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dcl_main.cpp320 dlight_t *dl; local
325 dl = cl_dlights;
326 for (i=0 ; i<MAX_DLIGHTS ; i++, dl++)
328 if (dl->key == key)
330 memset (dl, 0, sizeof(*dl));
331 dl->key = key;
332 return dl;
338 dl = cl_dlights;
339 for (i=0 ; i<MAX_DLIGHTS ; i++, dl
365 dlight_t *dl; local
450 dlight_t *dl; local
[all...]
/external/llvm/lib/Target/PTX/
H A DPTXSelectionDAGInfo.cpp29 PTXSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, argument
69 Loads[i] = DAG.getLoad(VT, dl, Chain,
70 DAG.getNode(ISD::ADD, dl, PointerType, Src,
77 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
82 DAG.getNode(ISD::ADD, dl, PointerType, Dst,
88 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
108 Loads[i] = DAG.getLoad(VT, dl, Chain,
109 DAG.getNode(ISD::ADD, dl, PointerType, Src,
117 Chain = DAG.getNode(ISD::TokenFactor, dl, MV
142 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
55 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVEri), SP::O6)
61 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
63 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
65 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVErr), SP::O6)
75 DebugLoc dl = MBBI->getDebugLoc(); local
78 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0)
H A DSparcISelLowering.cpp85 DebugLoc dl, SelectionDAG &DAG) const {
114 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
128 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
129 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag);
139 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
141 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
153 DebugLoc dl, SelectionDAG &DAG,
176 SDValue Arg = DAG.getLoad(MVT::i32, dl, Chain, FIPtr,
188 SDValue HiVal = DAG.getCopyFromReg(Chain, dl, VRegHi, MVT::i32);
198 LoVal = DAG.getLoad(MVT::i32, dl, Chai
81 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
149 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
349 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
886 DebugLoc dl = Op.getDebugLoc(); local
907 DebugLoc dl = Op.getDebugLoc(); local
925 DebugLoc dl = Op.getDebugLoc(); local
933 DebugLoc dl = Op.getDebugLoc(); local
946 DebugLoc dl = Op.getDebugLoc(); local
978 DebugLoc dl = Op.getDebugLoc(); local
1010 DebugLoc dl = Op.getDebugLoc(); local
1027 DebugLoc dl = Node->getDebugLoc(); local
1058 DebugLoc dl = Op.getDebugLoc(); local
1075 DebugLoc dl = Op.getDebugLoc(); local
1086 DebugLoc dl = Op.getDebugLoc(); local
1117 DebugLoc dl = Op.getDebugLoc(); local
1170 DebugLoc dl = MI->getDebugLoc(); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp98 SDValue Idx, DebugLoc dl);
100 SDValue Idx, DebugLoc dl);
106 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
114 DebugLoc dl);
118 unsigned NumOps, bool isSigned, DebugLoc dl);
133 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, DebugLoc dl);
140 DebugLoc dl);
142 DebugLoc dl);
144 DebugLoc dl);
146 SDValue ExpandBSWAP(SDValue Op, DebugLoc dl);
165 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, SDValue N1, SDValue N2, SmallVectorImpl<int> &Mask) const argument
338 DebugLoc dl = CFP->getDebugLoc(); local
391 DebugLoc dl = ST->getDebugLoc(); local
502 DebugLoc dl = LD->getDebugLoc(); local
638 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
680 ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
720 DebugLoc dl = ST->getDebugLoc(); local
771 DebugLoc dl = Node->getDebugLoc(); local
[all...]
H A DSDNodeDbgValue.h54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, argument
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, argument
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) : argument
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
H A DLegalizeTypesGeneric.cpp45 DebugLoc dl = N->getDebugLoc(); local
57 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
58 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
64 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
65 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
71 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
72 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
77 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
78 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
85 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InNV
173 DebugLoc dl = N->getDebugLoc(); local
206 DebugLoc dl = N->getDebugLoc(); local
249 DebugLoc dl = N->getDebugLoc(); local
270 DebugLoc dl = N->getDebugLoc(); local
304 DebugLoc dl = N->getDebugLoc(); local
342 DebugLoc dl = N->getDebugLoc(); local
374 DebugLoc dl = N->getDebugLoc(); local
390 DebugLoc dl = N->getDebugLoc(); local
443 DebugLoc dl = N->getDebugLoc(); local
467 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DLegalizeIntegerTypes.cpp211 DebugLoc dl = N->getDebugLoc(); local
222 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp));
226 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
233 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
247 InOp = DAG.getNode(ISD::ANY_EXTEND, dl,
251 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp);
256 return DAG.getNode(ISD::BITCAST, dl, OutVT, GetWidenedVector(InOp));
259 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
267 DebugLoc dl = N->getDebugLoc(); local
270 return DAG.getNode(ISD::SRL, dl, NV
286 DebugLoc dl = N->getDebugLoc(); local
312 DebugLoc dl = N->getDebugLoc(); local
332 DebugLoc dl = N->getDebugLoc(); local
343 DebugLoc dl = N->getDebugLoc(); local
352 DebugLoc dl = N->getDebugLoc(); local
375 DebugLoc dl = N->getDebugLoc(); local
385 DebugLoc dl = N->getDebugLoc(); local
416 DebugLoc dl = N->getDebugLoc(); local
454 DebugLoc dl = N->getDebugLoc(); local
514 DebugLoc dl = N->getDebugLoc(); local
568 DebugLoc dl = N->getDebugLoc(); local
617 DebugLoc dl = N->getDebugLoc(); local
694 DebugLoc dl = N->getDebugLoc(); local
887 DebugLoc dl = N->getDebugLoc(); local
954 DebugLoc dl = N->getDebugLoc(); local
1014 DebugLoc dl = N->getDebugLoc(); local
1031 DebugLoc dl = N->getDebugLoc(); local
1052 DebugLoc dl = N->getDebugLoc(); local
1354 DebugLoc dl = N->getDebugLoc(); local
1431 DebugLoc dl = N->getDebugLoc(); local
1502 DebugLoc dl = N->getDebugLoc(); local
1566 DebugLoc dl = N->getDebugLoc(); local
1592 DebugLoc dl = N->getDebugLoc(); local
1617 DebugLoc dl = N->getDebugLoc(); local
1639 DebugLoc dl = N->getDebugLoc(); local
1660 DebugLoc dl = N->getDebugLoc(); local
1680 DebugLoc dl = N->getDebugLoc(); local
1697 DebugLoc dl = N->getDebugLoc(); local
1716 DebugLoc dl = N->getDebugLoc(); local
1727 DebugLoc dl = N->getDebugLoc(); local
1746 DebugLoc dl = N->getDebugLoc(); local
1756 DebugLoc dl = N->getDebugLoc(); local
1781 DebugLoc dl = N->getDebugLoc(); local
1880 DebugLoc dl = N->getDebugLoc(); local
1892 DebugLoc dl = N->getDebugLoc(); local
1982 DebugLoc dl = Node->getDebugLoc(); local
2023 DebugLoc dl = N->getDebugLoc(); local
2043 DebugLoc dl = N->getDebugLoc(); local
2132 DebugLoc dl = N->getDebugLoc(); local
2162 DebugLoc dl = N->getDebugLoc(); local
2190 DebugLoc dl = N->getDebugLoc(); local
2210 DebugLoc dl = N->getDebugLoc(); local
2222 DebugLoc dl = N->getDebugLoc(); local
2247 DebugLoc dl = N->getDebugLoc(); local
2324 DebugLoc dl = N->getDebugLoc(); local
2344 DebugLoc dl = N->getDebugLoc(); local
2364 DebugLoc dl = N->getDebugLoc(); local
2391 DebugLoc dl = N->getDebugLoc(); local
2468 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2662 DebugLoc dl = N->getDebugLoc(); local
2756 DebugLoc dl = N->getDebugLoc(); local
2827 DebugLoc dl = N->getDebugLoc(); local
2849 DebugLoc dl = N->getDebugLoc(); local
2874 DebugLoc dl = N->getDebugLoc(); local
2897 DebugLoc dl = N->getDebugLoc(); local
2911 DebugLoc dl = N->getDebugLoc(); local
2927 DebugLoc dl = N->getDebugLoc(); local
2973 DebugLoc dl = N->getDebugLoc(); local
2983 DebugLoc dl = N->getDebugLoc(); local
2996 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/openssl/crypto/bn/
H A Dbn_mul.c73 cl, which is the common length ( basicall, min(len(a),len(b)) ), and dl,
76 a result array as parameter, it must have the length cl+abs(dl).
82 int cl, int dl)
89 if (dl == 0)
96 if (dl < 0)
99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
106 if (++dl >= 0) break;
111 if (++dl >= 0) break;
116 if (++dl >
80 bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
207 bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
[all...]
/external/llvm/lib/Target/Blackfin/
H A DBlackfinFrameLowering.cpp52 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
63 RegInfo->adjustRegister(MBB, MBBI, dl, BF::SP, BF::P1, -FrameSize);
69 BuildMI(MBB, MBBI, dl, TII.get(BF::LINK)).addImm(FrameSize);
79 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))
81 BuildMI(MBB, MBBI, dl, TII.get(BF::PUSH))
83 BuildMI(MBB, MBBI, dl, TII.get(BF::MOVE), BF::FP)
85 RegInfo->loadConstant(MBB, MBBI, dl, BF::P1, -FrameSize);
86 BuildMI(MBB, MBBI, dl, TII.get(BF::ADDpp), BF::SP)
100 DebugLoc dl = MBBI->getDebugLoc(); local
108 RegInfo->adjustRegister(MBB, MBBI, dl, B
[all...]
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, argument
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
67 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
74 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
79 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst,
85 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
106 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
114 Chain = DAG.getNode(ISD::TokenFactor, dl, MV
142 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp567 DebugLoc dl = Op.getDebugLoc(); local
607 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT,
627 rotate = DAG.getNode(ISD::ADD, dl, PtrVT,
646 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, Op0, Op1);
647 the_chain = DAG.getCopyToReg(the_chain, dl, VReg, basePtr, Flag);
648 basePtr = DAG.getCopyFromReg(the_chain, dl, VReg, PtrVT);
652 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, Op0, Op1);
655 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT,
662 rotate = DAG.getNode(ISD::ADD, dl, PtrVT,
668 SDValue low = DAG.getLoad(MVT::i128, dl, the_chai
772 DebugLoc dl = Op.getDebugLoc(); local
1014 DebugLoc dl = Op.getDebugLoc(); local
1046 DebugLoc dl = Op.getDebugLoc(); local
1073 DebugLoc dl = Op.getDebugLoc(); local
1097 DebugLoc dl = Op.getDebugLoc(); local
1116 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1267 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1464 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1655 DebugLoc dl = Op.getDebugLoc(); local
1731 LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal, DebugLoc dl) argument
1839 DebugLoc dl = Op.getDebugLoc(); local
1957 DebugLoc dl = Op.getDebugLoc(); local
2007 DebugLoc dl = Op.getDebugLoc(); local
2171 DebugLoc dl = Op.getDebugLoc(); local
2206 DebugLoc dl = Op.getDebugLoc(); local
2312 DebugLoc dl = Op.getDebugLoc(); local
2365 DebugLoc dl = Op.getDebugLoc(); local
2525 DebugLoc dl = Op.getDebugLoc(); local
2662 DebugLoc dl = Op.getDebugLoc(); local
2689 DebugLoc dl = Op.getDebugLoc(); local
2727 DebugLoc dl = Op.getDebugLoc(); local
2919 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DSPUFrameLowering.cpp97 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
119 BuildMI(MBB, MBBI, dl, TII.get(SPU::PROLOG_LABEL)).addSym(FrameLabel);
124 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr32), SPU::R0).addImm(16)
128 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr32), SPU::R1).addImm(FrameSize)
131 BuildMI(MBB, MBBI, dl, TII.get(SPU::AIr32), SPU::R1).addReg(SPU::R1)
136 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr128), SPU::R2)
139 BuildMI(MBB, MBBI, dl, TII.get(SPU::ILr32), SPU::R2)
141 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQXr32), SPU::R1)
144 BuildMI(MBB, MBBI, dl, TII.get(SPU::Ar32), SPU::R1)
147 BuildMI(MBB, MBBI, dl, TI
195 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, argument
70 DAG, dl);
120 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
126 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
130 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
134 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
141 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
149 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
155 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Ty
175 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsEmitGPRestore.cpp66 DebugLoc dl = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); local
67 BuildMI(MBB, I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
78 DebugLoc dl = I->getDebugLoc(); local
80 BuildMI(MBB, ++I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
/external/markdown/markdown/extensions/
H A Ddef_list.py55 if sibling and sibling.tag == 'dl':
57 dl = sibling
58 if len(dl) and dl[-1].tag == 'dd' and len(dl[-1]):
62 dl = etree.SubElement(parent, 'dl')
65 dt = etree.SubElement(dl, 'dt')
69 dd = etree.SubElement(dl, 'dd')
80 LIST_TYPES = ['dl']
[all...]
/external/llvm/lib/Target/Alpha/
H A DAlphaFrameLowering.cpp52 DebugLoc dl = (MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc()); local
56 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAHg), Alpha::R29)
58 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAg), Alpha::R29)
61 BuildMI(MBB, MBBI, dl, TII.get(Alpha::ALTENT))
82 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes)
85 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAH), Alpha::R30)
87 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30)
95 BuildMI(MBB, MBBI, dl, TII.get(Alpha::STQ))
98 BuildMI(MBB, MBBI, dl, TII.get(Alpha::BISr), Alpha::R15)
113 DebugLoc dl local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp853 // FIXME dl should come from parent load or store, not from address
854 DebugLoc dl = N.getDebugLoc(); local
923 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
969 // FIXME dl should come from the parent load or store, not the address
970 DebugLoc dl = N.getDebugLoc(); local
1037 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base),0);
1232 DebugLoc dl = Op.getDebugLoc(); local
1243 Zext = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, Op.getOperand(0));
1246 SDValue Clz = DAG.getNode(ISD::CTLZ, dl, VT, Zext);
1247 SDValue Scc = DAG.getNode(ISD::SRL, dl, V
1281 DebugLoc dl = Node->getDebugLoc(); local
1389 DebugLoc dl = Op.getDebugLoc(); local
1427 DebugLoc dl = Op.getDebugLoc(); local
1606 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1623 LowerFormalArguments_SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1840 LowerFormalArguments_Darwin( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2357 StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG, SDValue Chain, const SmallVector<TailCallArgumentInfo, 8> &TailCallArgs, SmallVector<SDValue, 8> &MemOpChains, DebugLoc dl) argument
2375 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
2468 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
2480 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVector<SDValue, 8> &MemOpChains, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments, DebugLoc dl) argument
2505 PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain, DebugLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, SDValue LROp, SDValue FPOp, bool isDarwinABI, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments) argument
2533 PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag, SDValue &Chain, DebugLoc dl, int SPDiff, bool isTailCall, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SmallVector<SDValue, 8> &Ops, std::vector<EVT> &NodeTys, const PPCSubtarget &PPCSubTarget) argument
2705 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2731 FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall, bool isVarArg, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue InFlag, SDValue Chain, SDValue &Callee, int SPDiff, unsigned NumBytes, const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<SDValue> &InVals) const argument
2821 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2844 LowerCall_SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3052 LowerCall_Darwin(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3431 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
3469 DebugLoc dl = Op.getDebugLoc(); local
3554 DebugLoc dl = Op.getDebugLoc(); local
3586 DebugLoc dl = Op.getDebugLoc(); local
3682 DebugLoc dl = Op.getDebugLoc(); local
3732 DebugLoc dl = Op.getDebugLoc(); local
3797 DebugLoc dl = Op.getDebugLoc(); local
3825 DebugLoc dl = Op.getDebugLoc(); local
3853 DebugLoc dl = Op.getDebugLoc(); local
3887 BuildSplatI(int Val, unsigned SplatSize, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3914 BuildIntrinsicOp(unsigned IID, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
3924 BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1, SDValue Op2, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
3935 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3955 DebugLoc dl = Op.getDebugLoc(); local
4116 GeneratePerfectShuffle(unsigned PFEntry, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl) argument
4197 DebugLoc dl = Op.getDebugLoc(); local
4365 DebugLoc dl = Op.getDebugLoc(); local
4431 DebugLoc dl = Op.getDebugLoc(); local
4448 DebugLoc dl = Op.getDebugLoc(); local
4559 DebugLoc dl = N->getDebugLoc(); local
4666 DebugLoc dl = MI->getDebugLoc(); local
4735 DebugLoc dl = MI->getDebugLoc(); local
4876 DebugLoc dl = MI->getDebugLoc(); local
4982 DebugLoc dl = MI->getDebugLoc(); local
5053 DebugLoc dl = MI->getDebugLoc(); local
5206 DebugLoc dl = N->getDebugLoc(); local
5713 DebugLoc dl = Op.getDebugLoc(); local
5743 DebugLoc dl = Op.getDebugLoc(); local
[all...]
/external/quake/quake/src/QW/client/
H A Dcl_ents.c45 dlight_t *dl; local
50 dl = cl_dlights;
51 for (i=0 ; i<MAX_DLIGHTS ; i++, dl++)
53 if (dl->key == key)
55 memset (dl, 0, sizeof(*dl));
56 dl->key = key;
57 return dl;
63 dl = cl_dlights;
64 for (i=0 ; i<MAX_DLIGHTS ; i++, dl
88 dlight_t *dl; local
129 dlight_t *dl; local
419 dlight_t *dl; local
[all...]
H A Dr_aliasa.s68 movb (%esi),%dl
69 movb %dl,Lcoords
71 movb 1(%esi),%dl
72 movb %dl,Lcoords+4
74 movb 2(%esi),%dl
75 movb %dl,Lcoords+8
89 movb tv_lightnormalindex(%esi),%dl
138 movb Ltemp+3,%dl
139 testb $0x80,%dl

Completed in 413 milliseconds

123456789