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

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomlock.c49 domLocksLock(domlock *dl, int how) argument
52 Tcl_MutexLock(&dl->mutex);
56 while (dl->lrcnt < 0 || dl->numwr > 0) {
57 dl->numrd++;
58 Tcl_ConditionWait(&dl->rcond, &dl->mutex, NULL);
59 dl->numrd--;
61 dl->lrcnt++;
65 while (dl
83 domLocksUnlock(domlock *dl) argument
107 domlock *dl; local
134 domlock *dl = doc->lock; local
160 domlock *tmp, *dl; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dleap_seconds.h100 #define SET_DAY_LENGTH(utc_rd, dl) \
103 dl = 86400; \
105 case 720074: dl = 86400 + 1; break; \
106 case 720258: dl = 86400 + 1; break; \
107 case 720623: dl = 86400 + 1; break; \
108 case 720988: dl = 86400 + 1; break; \
109 case 721353: dl = 86400 + 1; break; \
110 case 721719: dl = 86400 + 1; break; \
111 case 722084: dl = 86400 + 1; break; \
112 case 722449: dl
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp39 DebugLoc dl = DebugLoc(); local
45 MachineInstr *MI = BuildMI(MBB, MBBI, dl,
48 BuildMI(MBB, MI, dl,
52 MachineInstr *MI = BuildMI(MBB, MBBI, dl,
55 BuildMI(MBB, MI, dl,
63 BuildMI(MBB, MBBI, dl,
67 BuildMI(MBB, MBBI, dl,
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/x86_64/
H A DIOSharedLock.s58 setz %dl
59 movzbl %dl, %eax
/macosx-10.9.5/llvmCore-3425.0.33/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.cpp84 DebugLoc dl, SelectionDAG &DAG) const {
113 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
127 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
128 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag);
138 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
140 return DAG.getNode(SPISD::RET_FLAG, dl, MVT::Other, Chain,
152 DebugLoc dl, SelectionDAG &DAG,
175 SDValue Arg = DAG.getLoad(MVT::i32, dl, Chain, FIPtr,
187 SDValue HiVal = DAG.getCopyFromReg(Chain, dl, VRegHi, MVT::i32);
197 LoVal = DAG.getLoad(MVT::i32, dl, Chai
80 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
148 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
351 DebugLoc &dl = CLI.DL; local
889 DebugLoc dl = Op.getDebugLoc(); local
910 DebugLoc dl = Op.getDebugLoc(); local
928 DebugLoc dl = Op.getDebugLoc(); local
936 DebugLoc dl = Op.getDebugLoc(); local
949 DebugLoc dl = Op.getDebugLoc(); local
981 DebugLoc dl = Op.getDebugLoc(); local
1013 DebugLoc dl = Op.getDebugLoc(); local
1030 DebugLoc dl = Node->getDebugLoc(); local
1061 DebugLoc dl = Op.getDebugLoc(); local
1078 DebugLoc dl = Op.getDebugLoc(); local
1089 DebugLoc dl = Op.getDebugLoc(); local
1120 DebugLoc dl = Op.getDebugLoc(); local
1173 DebugLoc dl = MI->getDebugLoc(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp81 SDValue Idx, DebugLoc dl);
83 SDValue Idx, DebugLoc dl);
89 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
94 DebugLoc dl);
98 unsigned NumOps, bool isSigned, DebugLoc dl);
113 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, DebugLoc dl);
120 DebugLoc dl);
122 DebugLoc dl);
124 DebugLoc dl);
126 SDValue ExpandBSWAP(SDValue Op, DebugLoc dl);
181 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument
247 DebugLoc dl = CFP->getDebugLoc(); local
307 DebugLoc dl = ST->getDebugLoc(); local
428 DebugLoc dl = LD->getDebugLoc(); local
569 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
612 ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
651 DebugLoc dl = ST->getDebugLoc(); local
699 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.cpp44 DebugLoc dl = N->getDebugLoc(); local
54 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
55 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
61 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
62 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
68 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
69 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
74 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
75 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
82 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InNV
202 DebugLoc dl = N->getDebugLoc(); local
244 DebugLoc dl = N->getDebugLoc(); local
288 DebugLoc dl = N->getDebugLoc(); local
309 DebugLoc dl = N->getDebugLoc(); local
343 DebugLoc dl = N->getDebugLoc(); local
381 DebugLoc dl = N->getDebugLoc(); local
413 DebugLoc dl = N->getDebugLoc(); local
429 DebugLoc dl = N->getDebugLoc(); local
482 DebugLoc dl = N->getDebugLoc(); local
506 DebugLoc dl = N->getDebugLoc(); local
[all...]
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
619 DebugLoc dl = N->getDebugLoc(); local
704 DebugLoc dl = N->getDebugLoc(); local
897 DebugLoc dl = N->getDebugLoc(); local
964 DebugLoc dl = N->getDebugLoc(); local
1024 DebugLoc dl = N->getDebugLoc(); local
1041 DebugLoc dl = N->getDebugLoc(); local
1062 DebugLoc dl = N->getDebugLoc(); local
1365 DebugLoc dl = N->getDebugLoc(); local
1452 DebugLoc dl = N->getDebugLoc(); local
1521 DebugLoc dl = N->getDebugLoc(); local
1585 DebugLoc dl = N->getDebugLoc(); local
1611 DebugLoc dl = N->getDebugLoc(); local
1636 DebugLoc dl = N->getDebugLoc(); local
1658 DebugLoc dl = N->getDebugLoc(); local
1679 DebugLoc dl = N->getDebugLoc(); local
1699 DebugLoc dl = N->getDebugLoc(); local
1716 DebugLoc dl = N->getDebugLoc(); local
1735 DebugLoc dl = N->getDebugLoc(); local
1746 DebugLoc dl = N->getDebugLoc(); local
1765 DebugLoc dl = N->getDebugLoc(); local
1775 DebugLoc dl = N->getDebugLoc(); local
1801 DebugLoc dl = N->getDebugLoc(); local
1900 DebugLoc dl = N->getDebugLoc(); local
1912 DebugLoc dl = N->getDebugLoc(); local
2002 DebugLoc dl = Node->getDebugLoc(); local
2043 DebugLoc dl = N->getDebugLoc(); local
2063 DebugLoc dl = N->getDebugLoc(); local
2152 DebugLoc dl = N->getDebugLoc(); local
2182 DebugLoc dl = N->getDebugLoc(); local
2210 DebugLoc dl = N->getDebugLoc(); local
2230 DebugLoc dl = N->getDebugLoc(); local
2242 DebugLoc dl = N->getDebugLoc(); local
2264 DebugLoc dl = N->getDebugLoc(); local
2350 DebugLoc dl = N->getDebugLoc(); local
2370 DebugLoc dl = N->getDebugLoc(); local
2390 DebugLoc dl = N->getDebugLoc(); local
2417 DebugLoc dl = N->getDebugLoc(); local
2494 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2688 DebugLoc dl = N->getDebugLoc(); local
2782 DebugLoc dl = N->getDebugLoc(); local
2853 DebugLoc dl = N->getDebugLoc(); local
2875 DebugLoc dl = N->getDebugLoc(); local
2900 DebugLoc dl = N->getDebugLoc(); local
2923 DebugLoc dl = N->getDebugLoc(); local
2937 DebugLoc dl = N->getDebugLoc(); local
2953 DebugLoc dl = N->getDebugLoc(); local
2989 DebugLoc dl = N->getDebugLoc(); local
2999 DebugLoc dl = N->getDebugLoc(); local
3012 DebugLoc dl = N->getDebugLoc(); local
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c71 struct dylib_command *dl);
85 struct dylib_command *dl; local
95 dl = allocate(cmdsize);
96 memset(dl, '\0', cmdsize);
97 dl->cmd = LC_ID_DYLIB;
98 dl->cmdsize = cmdsize;
99 dl->dylib.name.offset = sizeof(struct dylib_command);
100 dl->dylib.timestamp = time(0);
101 dl->dylib.current_version = dylib_current_version;
102 dl
125 struct dylib_command *dl; local
197 lookup_merged_dylib( struct dylib_command *dl) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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,
115 Chain = DAG.getNode(ISD::TokenFactor, dl, MV
143 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
H A DARMSelectionDAGInfo.h48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
58 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
H A DThumb2RegisterInfo.cpp37 DebugLoc dl,
48 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2LDRpci))
35 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, unsigned PredReg, unsigned MIFlags) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp569 DebugLoc dl = Op.getDebugLoc(); local
609 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT,
629 rotate = DAG.getNode(ISD::ADD, dl, PtrVT,
648 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, Op0, Op1);
649 the_chain = DAG.getCopyToReg(the_chain, dl, VReg, basePtr, Flag);
650 basePtr = DAG.getCopyFromReg(the_chain, dl, VReg, PtrVT);
654 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, Op0, Op1);
657 basePtr = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT,
664 rotate = DAG.getNode(ISD::ADD, dl, PtrVT,
670 SDValue low = DAG.getLoad(MVT::i128, dl, the_chai
775 DebugLoc dl = Op.getDebugLoc(); local
1019 DebugLoc dl = Op.getDebugLoc(); local
1050 DebugLoc dl = Op.getDebugLoc(); local
1076 DebugLoc dl = Op.getDebugLoc(); local
1098 DebugLoc dl = Op.getDebugLoc(); local
1117 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1271 DebugLoc &dl = CLI.DL; local
1470 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1661 DebugLoc dl = Op.getDebugLoc(); local
1733 LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal, DebugLoc dl) argument
1841 DebugLoc dl = Op.getDebugLoc(); local
1959 DebugLoc dl = Op.getDebugLoc(); local
2007 DebugLoc dl = Op.getDebugLoc(); local
2170 DebugLoc dl = Op.getDebugLoc(); local
2205 DebugLoc dl = Op.getDebugLoc(); local
2306 DebugLoc dl = Op.getDebugLoc(); local
2359 DebugLoc dl = Op.getDebugLoc(); local
2518 DebugLoc dl = Op.getDebugLoc(); local
2655 DebugLoc dl = Op.getDebugLoc(); local
2682 DebugLoc dl = Op.getDebugLoc(); local
2720 DebugLoc dl = Op.getDebugLoc(); local
2912 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DSPUFrameLowering.cpp98 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
120 BuildMI(MBB, MBBI, dl, TII.get(SPU::PROLOG_LABEL)).addSym(FrameLabel);
125 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr32), SPU::R0).addImm(16)
129 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr32), SPU::R1).addImm(FrameSize)
132 BuildMI(MBB, MBBI, dl, TII.get(SPU::AIr32), SPU::R1).addReg(SPU::R1)
137 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQDr128), SPU::R2)
140 BuildMI(MBB, MBBI, dl, TII.get(SPU::ILr32), SPU::R2)
142 BuildMI(MBB, MBBI, dl, TII.get(SPU::STQXr32), SPU::R1)
145 BuildMI(MBB, MBBI, dl, TII.get(SPU::Ar32), SPU::R1)
148 BuildMI(MBB, MBBI, dl, TI
196 DebugLoc dl = MBBI->getDebugLoc(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, argument
71 DAG, dl);
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
129 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
133 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
137 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
144 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
152 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
158 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Ty
178 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...]
H A DX86SelectionDAGInfo.h37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
45 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_dso.h37 #include <dl.h>
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_dso.h37 #include <dl.h>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp915 // FIXME dl should come from parent load or store, not from address
916 DebugLoc dl = N.getDebugLoc(); local
983 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
1029 // FIXME dl should come from the parent load or store, not the address
1030 DebugLoc dl = N.getDebugLoc(); local
1094 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base),0);
1276 DebugLoc dl = GA->getDebugLoc(); local
1283 SDValue TGAHi = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
1285 SDValue TGALo = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
1292 SDValue Hi = DAG.getNode(PPCISD::Hi, dl, PtrV
1331 DebugLoc dl = Op.getDebugLoc(); local
1380 DebugLoc dl = Node->getDebugLoc(); local
1491 DebugLoc dl = Op.getDebugLoc(); local
1533 DebugLoc dl = Op.getDebugLoc(); local
1712 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1729 LowerFormalArguments_32SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1947 LowerFormalArguments_Darwin_Or_64SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2483 StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG, SDValue Chain, const SmallVector<TailCallArgumentInfo, 8> &TailCallArgs, SmallVector<SDValue, 8> &MemOpChains, DebugLoc dl) argument
2501 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
2594 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
2606 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
2631 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
2659 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
2840 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2866 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
2976 DebugLoc &dl = CLI.DL; local
3001 LowerCall_32SVR4(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
3214 LowerCall_Darwin_Or_64SVR4(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
3659 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
3697 DebugLoc dl = Op.getDebugLoc(); local
3782 DebugLoc dl = Op.getDebugLoc(); local
3814 DebugLoc dl = Op.getDebugLoc(); local
3910 DebugLoc dl = Op.getDebugLoc(); local
3960 DebugLoc dl = Op.getDebugLoc(); local
4025 DebugLoc dl = Op.getDebugLoc(); local
4053 DebugLoc dl = Op.getDebugLoc(); local
4081 DebugLoc dl = Op.getDebugLoc(); local
4115 BuildSplatI(int Val, unsigned SplatSize, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
4142 BuildIntrinsicOp(unsigned IID, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
4152 BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1, SDValue Op2, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
4163 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
4183 DebugLoc dl = Op.getDebugLoc(); local
4344 GeneratePerfectShuffle(unsigned PFEntry, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl) argument
4425 DebugLoc dl = Op.getDebugLoc(); local
4592 DebugLoc dl = Op.getDebugLoc(); local
4658 DebugLoc dl = Op.getDebugLoc(); local
4675 DebugLoc dl = Op.getDebugLoc(); local
4785 DebugLoc dl = N->getDebugLoc(); local
4891 DebugLoc dl = MI->getDebugLoc(); local
4960 DebugLoc dl = MI->getDebugLoc(); local
5086 DebugLoc dl = MI->getDebugLoc(); local
5127 DebugLoc dl = MI->getDebugLoc(); local
5233 DebugLoc dl = MI->getDebugLoc(); local
5304 DebugLoc dl = MI->getDebugLoc(); local
5457 DebugLoc dl = N->getDebugLoc(); local
5963 DebugLoc dl = Op.getDebugLoc(); local
5993 DebugLoc dl = Op.getDebugLoc(); local
[all...]
H A DPPCISelDAGToDAG.cpp101 SDValue SelectCC(SDValue LHS, SDValue RHS, ISD::CondCode CC, DebugLoc dl);
217 DebugLoc dl; local
223 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
224 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
226 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
240 BuildMI(*BB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(InVRSAVE);
255 DebugLoc dl; local
259 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MovePCtoLR));
260 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MFLR), GlobalBaseReg);
263 BuildMI(FirstMBB, MBBI, dl, TI
394 DebugLoc dl = N->getDebugLoc(); local
462 SelectCC(SDValue LHS, SDValue RHS, ISD::CondCode CC, DebugLoc dl) argument
625 DebugLoc dl = N->getDebugLoc(); local
752 DebugLoc dl = N->getDebugLoc(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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
566 DebugLoc dl = Op.getDebugLoc(); local
583 DebugLoc dl = Op.getDebugLoc(); local
668 DebugLoc dl = N->getDebugLoc(); local
727 DebugLoc dl = N->getDebugLoc(); local
760 DebugLoc dl = Node->getDebugLoc(); local
781 DebugLoc dl = Op.getDebugLoc(); local
793 DebugLoc dl = Op.getDebugLoc(); local
833 DebugLoc dl = Op.getDebugLoc(); local
880 DebugLoc &dl = CLI.DL; local
910 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
1036 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1066 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1090 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1217 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1274 DebugLoc dl = MI->getDebugLoc(); local
1340 DebugLoc dl = N->getDebugLoc(); local
[all...]
/macosx-10.9.5/screen-22/screen/etc/
H A Detcscreenrc33 # dl delete one line
42 #the vt100 description does not mention "dl". *sigh*
43 termcap vt100 dl=5\E[M
44 terminfo vt100 dl=5\E[M
46 #facit's "al" / "dl" are buggy if the current / last line
48 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
49 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Dhpux10-dlfcn.h2 * HPUX 10.x stubs to implement dl* in terms of shl*
42 #include <dl.h>

Completed in 340 milliseconds

1234567891011>>