Searched defs:dl (Results 101 - 125 of 138) sorted by relevance

123456

/external/quake/quake/src/QW/client/
H A Dgl_rmain.c710 dlight_t *dl; local
742 dl = &cl_dlights[lnum];
743 if (!dl->radius)
745 if (!dl->radius)
747 if (dl->die < cl.time)
750 VectorSubtract (currententity->origin, dl->origin, dist);
751 add = dl->radius - Length(dist);
H A Dr_main.c631 dlight_t *dl; local
662 dl = &cl_dlights[lnum];
663 if (!dl->radius)
665 if (!dl->radius)
667 if (dl->die < cl.time)
670 VectorSubtract (currententity->origin, dl->origin, dist);
671 add = dl->radius - Length(dist);
/external/quake/quake/src/WinQuake/
H A Dr_main.cpp614 dlight_t *dl; local
645 dl = &cl_dlights[lnum];
646 if (!dl->radius)
648 if (!dl->radius)
650 if (dl->die < cl.time)
653 VectorSubtract (currententity->origin, dl->origin, dist);
654 add = dl->radius - Length(dist);
H A Dgl_rmain.cpp798 dlight_t *dl; local
833 dl = &cl_dlights[lnum];
834 if (!dl->radius)
836 if (!dl->radius)
838 if (dl->die < cl.time)
841 VectorSubtract (currententity->origin, dl->origin, dist);
842 add = dl->radius - Length(dist);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp447 void PlatformContextSkia::setDrawLooper(SkDrawLooper* dl) argument
449 SkRefCnt_SafeAssign(m_state->m_looper, dl);
H A DGraphicsContextSkia.cpp1081 SkLayerDrawLooper* dl = new SkLayerDrawLooper; local
1082 SkAutoUnref aur(dl);
1085 dl->addLayer();
1100 SkPaint* paint = dl->addLayer(info);
1104 // dl is now built, just install it
1105 platformContext()->setDrawLooper(dl);
/external/bluetooth/bluez/lib/
H A Dhci.c815 struct hci_dev_list_req *dl; local
824 dl = malloc(HCI_MAX_DEV * sizeof(*dr) + sizeof(*dl));
825 if (!dl) {
830 memset(dl, 0, HCI_MAX_DEV * sizeof(*dr) + sizeof(*dl));
832 dl->dev_num = HCI_MAX_DEV;
833 dr = dl->dev_req;
835 if (ioctl(sk, HCIGETDEVLIST, (void *) dl) < 0) {
840 for (i = 0; i < dl
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1078 struct oracle_asm_disk_label *dl; local
1080 dl = (struct oracle_asm_disk_label *)buf;
1082 blkid_set_tag(probe->dev, "LABEL", dl->dl_id, sizeof(dl->dl_id));
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp429 DebugLoc dl; // FIXME: this is nowhere local
432 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
941 DebugLoc dl; // FIXME: this is nowhere local
943 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl);
1094 DebugLoc dl; // FIXME: this is nowhere local
1158 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, NULL, RevCond, dl);
H A DMachineInstr.cpp518 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl, argument
521 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) {
550 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl, argument
553 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1454 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1460 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1466 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1471 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1477 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1482 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1489 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1498 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 9);
1505 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1513 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, V
1520 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1603 DebugLoc dl = N->getDebugLoc(); local
1735 DebugLoc dl = N->getDebugLoc(); local
1881 DebugLoc dl = N->getDebugLoc(); local
1999 DebugLoc dl = N->getDebugLoc(); local
2082 DebugLoc dl = N->getDebugLoc(); local
2557 DebugLoc dl = N->getDebugLoc(); local
3078 DebugLoc dl = N->getDebugLoc(); local
3132 DebugLoc dl = N->getDebugLoc(); local
3330 DebugLoc dl = N->getDebugLoc(); local
3341 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DARMLoadStoreOptimizer.cpp96 DebugLoc dl,
111 DebugLoc dl,
286 unsigned PredReg, unsigned Scratch, DebugLoc dl,
338 BuildMI(MBB, MBBI, dl, TII->get(BaseOpc), NewBase)
349 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(Opcode))
373 DebugLoc dl,
416 Pred, PredReg, Scratch, dl, Regs, ImpDefs))
456 DebugLoc dl = Loc->getDebugLoc(); local
501 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges);
513 Base, BaseKill, Opcode, Pred, PredReg, Scratch, dl, Merge
282 MergeOps(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, ArrayRef<std::pair<unsigned, bool> > Regs, ArrayRef<unsigned> ImpDefs) argument
365 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVector<MachineBasicBlock::iterator, 4> &Merges) argument
723 DebugLoc dl = MI->getDebugLoc(); local
857 DebugLoc dl = MI->getDebugLoc(); local
1074 InsertLDR_STR(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, int Offset, bool isDef, DebugLoc dl, unsigned NewOpc, unsigned Reg, bool RegDeadKill, bool RegUndef, unsigned BaseReg, bool BaseKill, bool BaseUndef, bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, unsigned PredReg, const TargetInstrInfo *TII, bool isT2) argument
1168 DebugLoc dl = MBBI->getDebugLoc(); local
1564 CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1, DebugLoc &dl, unsigned &NewOpc, unsigned &EvenReg, unsigned &OddReg, unsigned &BaseReg, int &Offset, unsigned &PredReg, ARMCC::CondCodes &Pred, bool &isT2) argument
1734 DebugLoc dl; local
[all...]
H A DARMBaseInstrInfo.cpp1578 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
1597 BuildMI(MBB, MBBI, dl, TII.get(Opc), DestReg)
1577 emitARMRegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, ARMCC::CondCodes Pred, unsigned PredReg, const ARMBaseInstrInfo &TII, unsigned MIFlags) argument
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp509 DebugLoc dl = N->getDebugLoc(); local
512 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
516 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
937 DebugLoc dl = N.getDebugLoc(); local
1149 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1524 DebugLoc dl = Node->getDebugLoc(); local
1617 dl, NVT), 0);
1622 SDValue Ret = SDValue(CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops, 6), 0);
1625 return CurDAG->getMergeValues(RetVals, 2, dl).getNode();
1628 SDValue Ret = SDValue(CurDAG->getMachineNode(Opc, dl, MV
1777 DebugLoc dl = Node->getDebugLoc(); local
1945 DebugLoc dl = Node->getDebugLoc(); local
[all...]
H A DX86InstrInfo.cpp3331 DebugLoc dl = N->getDebugLoc(); local
3362 Load = DAG.getMachineNode(getLoadRegOpcode(0, RC, isAligned, TM), dl,
3385 SDNode *NewNode= DAG.getMachineNode(Opc, dl, VTs, &BeforeOps[0],
3408 dl, MVT::Other,
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp215 DebugLoc dl = Op.getDebugLoc(); local
216 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i32, Op.getOperand(2),
218 return DAG.getNode(ISD::SELECT, dl, MVT::i32, Cond, Op.getOperand(0),
227 DebugLoc dl = GA.getDebugLoc(); local
229 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
239 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
241 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
252 static inline SDValue BuildGetId(SelectionDAG &DAG, DebugLoc dl) { argument
253 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::i32,
266 DebugLoc dl local
311 DebugLoc dl = CP->getDebugLoc(); local
334 DebugLoc dl = Op.getDebugLoc(); local
519 DebugLoc dl = Op.getDebugLoc(); local
565 DebugLoc dl = Op.getDebugLoc(); local
582 DebugLoc dl = Op.getDebugLoc(); local
667 DebugLoc dl = N->getDebugLoc(); local
726 DebugLoc dl = N->getDebugLoc(); local
759 DebugLoc dl = Node->getDebugLoc(); local
780 DebugLoc dl = Op.getDebugLoc(); local
792 DebugLoc dl = Op.getDebugLoc(); local
832 DebugLoc dl = Op.getDebugLoc(); local
876 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, 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
904 LowerCCCCallTo(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
1030 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1060 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1084 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1213 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1270 DebugLoc dl = MI->getDebugLoc(); local
1336 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c2889 mov dl, al variable
2896 cmp dl, #0x01 variable
2899 cmp dl, #0x02 variable
2902 mov al, dl
2962 mov dl, al variable
2963 and dl, #0x01 variable
2964 shl dl, 3 variable
2970 or al, dl
3002 mov dl, al variable
3003 and dl, # variable
3004 xor dl, #0x01 variable
3005 shl dl, 1 variable
3024 mov dl, al variable
3025 and dl, #0x01 variable
3026 xor dl, #0x01 variable
3847 mov dl, #0x00 local
3852 mov dl, #0x00 local
3863 mov dl, #0x10 ;; I/O space #0 local
3888 add dl, #4 local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1097 void FrameLoaderClientImpl::finishedLoading(DocumentLoader* dl) argument
1108 dl->writer()->setEncoding("", false);
/external/bluetooth/bluez/plugins/
H A Dhciops.c2698 struct hci_dev_list_req *dl; local
2707 dl = g_try_malloc0(req_size);
2708 if (!dl) {
2713 dl->dev_num = HCI_MAX_DEV;
2714 dr = dl->dev_req;
2716 if (ioctl(ctl, HCIGETDEVLIST, dl) < 0) {
2719 g_free(dl);
2723 for (i = 0; i < dl->dev_num; i++, dr++) {
2745 g_free(dl);
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp475 /*static void setFromString(DigitList& dl, const char* str) {
478 dl.clear();
481 dl.fIsPositive = FALSE;
483 dl.fIsPositive = TRUE;
485 dl.fDecimalAt = dl.fCount;
488 dl.append(c);
492 dl.fDecimalAt = dl.fCount;
519 DigitList dl;
6291 DigitList dl; local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h416 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } argument
677 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
684 debugLoc(dl) {
694 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
698 debugLoc(dl) {}
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X) argument
831 : SDNode(Opc, dl, VTs) {
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y) argument
842 : SDNode(Opc, dl, VT
852 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y, SDValue Z) argument
1020 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1028 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1036 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1079 MemIntrinsicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, const SDValue *Ops, unsigned NumOps, EVT MemoryVT, MachineMemOperand *MMO) argument
1113 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *M) argument
1480 EHLabelSDNode(DebugLoc dl, SDValue ch, MCSymbol *L) argument
1536 CvtRndSatSDNode(EVT VT, DebugLoc dl, const SDValue *Ops, unsigned NumOps, ISD::CvtCode Code) argument
1581 LSBaseSDNode(ISD::NodeType NodeTy, DebugLoc dl, SDValue *Operands, unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT, MachineMemOperand *MMO) argument
1619 LoadSDNode(SDValue *ChainPtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
1650 StoreSDNode(SDValue *ChainValuePtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT, MachineMemOperand *MMO) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp212 DebugLoc dl = N->getDebugLoc(); local
220 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp));
224 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
231 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
245 InOp = DAG.getNode(ISD::ANY_EXTEND, dl,
249 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp);
256 return DAG.getNode(ISD::BITCAST, dl, NOutVT, 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
345 DebugLoc dl = N->getDebugLoc(); local
354 DebugLoc dl = N->getDebugLoc(); local
377 DebugLoc dl = N->getDebugLoc(); local
387 DebugLoc dl = N->getDebugLoc(); local
418 DebugLoc dl = N->getDebugLoc(); local
456 DebugLoc dl = N->getDebugLoc(); local
520 DebugLoc dl = N->getDebugLoc(); local
574 DebugLoc dl = N->getDebugLoc(); local
623 DebugLoc dl = N->getDebugLoc(); local
700 DebugLoc dl = N->getDebugLoc(); local
893 DebugLoc dl = N->getDebugLoc(); local
960 DebugLoc dl = N->getDebugLoc(); local
1020 DebugLoc dl = N->getDebugLoc(); local
1037 DebugLoc dl = N->getDebugLoc(); local
1058 DebugLoc dl = N->getDebugLoc(); local
1361 DebugLoc dl = N->getDebugLoc(); local
1448 DebugLoc dl = N->getDebugLoc(); local
1517 DebugLoc dl = N->getDebugLoc(); local
1581 DebugLoc dl = N->getDebugLoc(); local
1607 DebugLoc dl = N->getDebugLoc(); local
1632 DebugLoc dl = N->getDebugLoc(); local
1654 DebugLoc dl = N->getDebugLoc(); local
1675 DebugLoc dl = N->getDebugLoc(); local
1695 DebugLoc dl = N->getDebugLoc(); local
1712 DebugLoc dl = N->getDebugLoc(); local
1731 DebugLoc dl = N->getDebugLoc(); local
1742 DebugLoc dl = N->getDebugLoc(); local
1761 DebugLoc dl = N->getDebugLoc(); local
1771 DebugLoc dl = N->getDebugLoc(); local
1797 DebugLoc dl = N->getDebugLoc(); local
1896 DebugLoc dl = N->getDebugLoc(); local
1908 DebugLoc dl = N->getDebugLoc(); local
1998 DebugLoc dl = Node->getDebugLoc(); local
2039 DebugLoc dl = N->getDebugLoc(); local
2059 DebugLoc dl = N->getDebugLoc(); local
2148 DebugLoc dl = N->getDebugLoc(); local
2178 DebugLoc dl = N->getDebugLoc(); local
2206 DebugLoc dl = N->getDebugLoc(); local
2226 DebugLoc dl = N->getDebugLoc(); local
2238 DebugLoc dl = N->getDebugLoc(); local
2263 DebugLoc dl = N->getDebugLoc(); local
2342 DebugLoc dl = N->getDebugLoc(); local
2362 DebugLoc dl = N->getDebugLoc(); local
2382 DebugLoc dl = N->getDebugLoc(); local
2409 DebugLoc dl = N->getDebugLoc(); local
2486 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2680 DebugLoc dl = N->getDebugLoc(); local
2774 DebugLoc dl = N->getDebugLoc(); local
2845 DebugLoc dl = N->getDebugLoc(); local
2867 DebugLoc dl = N->getDebugLoc(); local
2892 DebugLoc dl = N->getDebugLoc(); local
2915 DebugLoc dl = N->getDebugLoc(); local
2929 DebugLoc dl = N->getDebugLoc(); local
2945 DebugLoc dl = N->getDebugLoc(); local
2981 DebugLoc dl = N->getDebugLoc(); local
2991 DebugLoc dl = N->getDebugLoc(); local
3004 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DLegalizeVectorTypes.cpp408 DebugLoc dl = N->getDebugLoc(); local
411 return DAG.getTruncStore(N->getChain(), dl,
418 return DAG.getStore(N->getChain(), dl, GetScalarizedVector(N->getOperand(1)),
545 DebugLoc dl = N->getDebugLoc(); local
547 Lo = DAG.getNode(N->getOpcode(), dl, LHSLo.getValueType(), LHSLo, RHSLo);
548 Hi = DAG.getNode(N->getOpcode(), dl, LHSHi.getValueType(), LHSHi, RHSHi);
557 DebugLoc dl = N->getDebugLoc(); local
579 Lo = DAG.getNode(ISD::BITCAST, dl, LoVT, Lo);
580 Hi = DAG.getNode(ISD::BITCAST, dl, HiVT, Hi);
588 Lo = DAG.getNode(ISD::BITCAST, dl, LoV
610 DebugLoc dl = N->getDebugLoc(); local
623 DebugLoc dl = N->getDebugLoc(); local
645 DebugLoc dl = N->getDebugLoc(); local
658 DebugLoc dl = N->getDebugLoc(); local
668 DebugLoc dl = N->getDebugLoc(); local
684 DebugLoc dl = N->getDebugLoc(); local
732 DebugLoc dl = N->getDebugLoc(); local
742 DebugLoc dl = LD->getDebugLoc(); local
811 DebugLoc dl = N->getDebugLoc(); local
853 DebugLoc dl = N->getDebugLoc(); local
1028 DebugLoc dl = N->getDebugLoc(); local
1061 DebugLoc dl = N->getDebugLoc(); local
1336 DebugLoc dl = N->getDebugLoc(); local
1601 DebugLoc dl = N->getDebugLoc(); local
1681 DebugLoc dl = N->getDebugLoc(); local
1701 DebugLoc dl = N->getDebugLoc(); local
1768 DebugLoc dl = N->getDebugLoc(); local
1851 DebugLoc dl = N->getDebugLoc(); local
1977 DebugLoc dl = N->getDebugLoc(); local
2086 DebugLoc dl = N->getDebugLoc(); local
2108 DebugLoc dl = N->getDebugLoc(); local
2133 DebugLoc dl = N->getDebugLoc(); local
2186 DebugLoc dl = N->getDebugLoc(); local
2276 DebugLoc dl = LdOps[Start].getDebugLoc(); local
2310 DebugLoc dl = LD->getDebugLoc(); local
2464 DebugLoc dl = LD->getDebugLoc(); local
2516 DebugLoc dl = ST->getDebugLoc(); local
2584 DebugLoc dl = ST->getDebugLoc(); local
2627 DebugLoc dl = InOp.getDebugLoc(); local
[all...]
H A DTargetLowering.cpp1128 DebugLoc dl = Op.getDebugLoc(); local
1146 SDValue New = DAG.getNode(Op.getOpcode(), dl, VT, Op.getOperand(0),
1168 DebugLoc dl) {
1190 SDValue X = DAG.getNode(Op.getOpcode(), dl, SmallVT,
1191 DAG.getNode(ISD::TRUNCATE, dl, SmallVT,
1193 DAG.getNode(ISD::TRUNCATE, dl, SmallVT,
1195 SDValue Z = DAG.getNode(ISD::ZERO_EXTEND, dl, Op.getValueType(), X);
1219 DebugLoc dl = Op.getDebugLoc(); local
1291 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1325 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1165 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, DebugLoc dl) argument
3255 BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl, SelectionDAG &DAG) const argument
3287 DebugLoc dl= N->getDebugLoc(); local
3347 DebugLoc dl = N->getDebugLoc(); local
[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
773 DebugLoc dl = Op.getDebugLoc(); local
1017 DebugLoc dl = Op.getDebugLoc(); local
1048 DebugLoc dl = Op.getDebugLoc(); local
1074 DebugLoc dl = Op.getDebugLoc(); local
1096 DebugLoc dl = Op.getDebugLoc(); local
1115 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1266 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool doesNotRet, 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
1463 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1654 DebugLoc dl = Op.getDebugLoc(); local
1726 LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal, DebugLoc dl) argument
1834 DebugLoc dl = Op.getDebugLoc(); local
1952 DebugLoc dl = Op.getDebugLoc(); local
2000 DebugLoc dl = Op.getDebugLoc(); local
2163 DebugLoc dl = Op.getDebugLoc(); local
2198 DebugLoc dl = Op.getDebugLoc(); local
2299 DebugLoc dl = Op.getDebugLoc(); local
2352 DebugLoc dl = Op.getDebugLoc(); local
2511 DebugLoc dl = Op.getDebugLoc(); local
2648 DebugLoc dl = Op.getDebugLoc(); local
2675 DebugLoc dl = Op.getDebugLoc(); local
2713 DebugLoc dl = Op.getDebugLoc(); local
2905 DebugLoc dl = N->getDebugLoc(); local
[all...]

Completed in 2080 milliseconds

123456